@arnilo/prism 0.5.4 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/README.md +10 -10
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/run-limits.js +7 -2
- package/docs/credential-storage.md +1 -1
- package/docs/graft.md +1 -1
- package/docs/{0.1.0-readiness.md → history/0.1.0-readiness.md} +6 -6
- package/docs/history/README.md +11 -0
- package/docs/{migrate-to-0.4.md → history/migrate-to-0.4.md} +4 -4
- package/docs/history/migration-0.0.md +738 -0
- package/docs/history/migration-0.1.md +151 -0
- package/docs/history/migration-0.2.md +173 -0
- package/docs/history/migration-0.3.md +39 -0
- package/docs/history/migration-0.4.md +6 -0
- package/docs/{persistence-credentials-multimodality-primitives.md → history/persistence-credentials-multimodality-primitives.md} +13 -13
- package/docs/history/release-handoffs.md +848 -0
- package/docs/{workflow-orchestration-primitives.md → history/workflow-orchestration-primitives.md} +11 -11
- package/docs/host-security.md +1 -1
- package/docs/index.md +157 -143
- package/docs/migrate-to-0.5.md +1 -1
- package/docs/migration.md +15 -1042
- package/docs/multimodal-content.md +1 -1
- package/docs/performance.md +1 -1
- package/docs/postgres-persistence.md +1 -1
- package/docs/provider-packages.md +20 -20
- package/docs/release-and-install.md +57 -842
- package/docs/runs-and-usage.md +2 -2
- package/docs/session-stores-and-branching.md +1 -122
- package/docs/sqlite-persistence.md +1 -1
- package/docs/workflows.md +1 -1
- package/package.json +1 -1
- /package/docs/{workflow-tui-primitives.md → history/workflow-tui-primitives.md} +0 -0
|
@@ -181,4 +181,4 @@ from `@arnilo/prism/testing/provider-conformance`.
|
|
|
181
181
|
- [Resource loading](resource-loading.md): `loadBinaryResource()` and text/JSON helpers.
|
|
182
182
|
- [Model registry](model-registry.md): `ModelCapabilities.input` metadata.
|
|
183
183
|
- [Provider conformance](provider-conformance.md): serialized request coverage for content blocks.
|
|
184
|
-
- [Persistence, credentials, and multimodality primitives](persistence-credentials-multimodality-primitives.md): Plan 056 inventory and threat model.
|
|
184
|
+
- [Persistence, credentials, and multimodality primitives](history/persistence-credentials-multimodality-primitives.md): Plan 056 inventory and threat model.
|
package/docs/performance.md
CHANGED
|
@@ -158,7 +158,7 @@ recorded JSON (`storageBeforeCleanup` / `storageAfterCleanup` per leg).
|
|
|
158
158
|
|
|
159
159
|
Conformance companions: `scripts/phase8–11-conformance.test.mjs` plus the
|
|
160
160
|
Task 3 packed-install journeys and Task 4 restart-recovery evidence (see
|
|
161
|
-
[`docs/0.1.0-readiness.md`](
|
|
161
|
+
[`docs/0.1.0-readiness.md`](history/./0.1.0-readiness.md)).
|
|
162
162
|
|
|
163
163
|
## Release 0.0.28 enterprise auth, policy, MCP OAuth, API, and artifact adapters
|
|
164
164
|
|
|
@@ -141,7 +141,7 @@ PRISM_TEST_POSTGRES_URL="$DATABASE_URL" npm run test:postgres --workspace @arnil
|
|
|
141
141
|
- [SQLite persistence](sqlite-persistence.md): file-backed alternative for local/single-writer hosts.
|
|
142
142
|
- [Session store conformance](session-store-conformance.md): `assertSessionStoreConforms` / `runSessionStoreConformance`.
|
|
143
143
|
- [Run ledger conformance](run-ledger-conformance.md): `assertRunLedgerConforms` / `runRunLedgerConformance`.
|
|
144
|
-
- [Persistence, credentials, and multimodality primitives](persistence-credentials-multimodality-primitives.md): package matrix and threat model.
|
|
144
|
+
- [Persistence, credentials, and multimodality primitives](history/persistence-credentials-multimodality-primitives.md): package matrix and threat model.
|
|
145
145
|
- [Workflows](workflows.md): adapt `persistence.checkpoints` and pass `persistence.leases` to `createWorkflowCoordinator()` and `createWorkflowSchedules()` for durable background execution and schedules.
|
|
146
146
|
- [Working and semantic memory](working-and-semantic-memory.md): optional `@arnilo/prism-memory` PostgreSQL/pgvector working + semantic stores (separate from session/run persistence).
|
|
147
147
|
- [Enterprise PostgreSQL state](enterprise-postgres-state.md): separate durable policy/evaluation/work/router stores and cleanup.
|
|
@@ -25,26 +25,26 @@ Do not use provider packages as a package manager, credential store, env loader,
|
|
|
25
25
|
|
|
26
26
|
| adapter package | version |
|
|
27
27
|
| --- | --- |
|
|
28
|
-
| `@arnilo/prism-providers/ai-sdk` | 0.5.
|
|
29
|
-
| `@arnilo/prism-providers/alibaba` | 0.5.
|
|
30
|
-
| `@arnilo/prism-providers/anthropic` | 0.5.
|
|
31
|
-
| `@arnilo/prism-providers/azure` | 0.5.
|
|
32
|
-
| `@arnilo/prism-providers/bedrock` | 0.5.
|
|
33
|
-
| `@arnilo/prism-providers/clinepass` | 0.5.
|
|
34
|
-
| `@arnilo/prism-providers/commandcode` | 0.5.
|
|
35
|
-
| `@arnilo/prism-providers/deepseek` | 0.5.
|
|
36
|
-
| `@arnilo/prism-providers/google` | 0.5.
|
|
37
|
-
| `@arnilo/prism-providers/hyper` | 0.5.
|
|
38
|
-
| `@arnilo/prism-providers/kimi` | 0.5.
|
|
39
|
-
| `@arnilo/prism-providers/model-discovery` | 0.5.
|
|
40
|
-
| `@arnilo/prism-providers/neuralwatt` | 0.5.
|
|
41
|
-
| `@arnilo/prism-providers/ollama` | 0.5.
|
|
42
|
-
| `@arnilo/prism-providers/openai` | 0.5.
|
|
43
|
-
| `@arnilo/prism-providers/opencode-go` | 0.5.
|
|
44
|
-
| `@arnilo/prism-providers/openrouter` | 0.5.
|
|
45
|
-
| `@arnilo/prism-providers/vertex` | 0.5.
|
|
46
|
-
| `@arnilo/prism-providers/xai` | 0.5.
|
|
47
|
-
| `@arnilo/prism-providers/zai` | 0.5.
|
|
28
|
+
| `@arnilo/prism-providers/ai-sdk` | 0.5.5 |
|
|
29
|
+
| `@arnilo/prism-providers/alibaba` | 0.5.5 |
|
|
30
|
+
| `@arnilo/prism-providers/anthropic` | 0.5.5 |
|
|
31
|
+
| `@arnilo/prism-providers/azure` | 0.5.5 |
|
|
32
|
+
| `@arnilo/prism-providers/bedrock` | 0.5.5 |
|
|
33
|
+
| `@arnilo/prism-providers/clinepass` | 0.5.5 |
|
|
34
|
+
| `@arnilo/prism-providers/commandcode` | 0.5.5 |
|
|
35
|
+
| `@arnilo/prism-providers/deepseek` | 0.5.5 |
|
|
36
|
+
| `@arnilo/prism-providers/google` | 0.5.5 |
|
|
37
|
+
| `@arnilo/prism-providers/hyper` | 0.5.5 |
|
|
38
|
+
| `@arnilo/prism-providers/kimi` | 0.5.5 |
|
|
39
|
+
| `@arnilo/prism-providers/model-discovery` | 0.5.5 |
|
|
40
|
+
| `@arnilo/prism-providers/neuralwatt` | 0.5.5 |
|
|
41
|
+
| `@arnilo/prism-providers/ollama` | 0.5.5 |
|
|
42
|
+
| `@arnilo/prism-providers/openai` | 0.5.5 |
|
|
43
|
+
| `@arnilo/prism-providers/opencode-go` | 0.5.5 |
|
|
44
|
+
| `@arnilo/prism-providers/openrouter` | 0.5.5 |
|
|
45
|
+
| `@arnilo/prism-providers/vertex` | 0.5.5 |
|
|
46
|
+
| `@arnilo/prism-providers/xai` | 0.5.5 |
|
|
47
|
+
| `@arnilo/prism-providers/zai` | 0.5.5 |
|
|
48
48
|
<!-- generated:package-truth:providers end -->
|
|
49
49
|
|
|
50
50
|
|