@arnilo/prism 0.5.4 → 0.5.6

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.
Files changed (41) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +10 -10
  3. package/dist/cli-runner.d.ts +8 -1
  4. package/dist/cli-runner.js +97 -7
  5. package/dist/extensions.d.ts +18 -1
  6. package/dist/extensions.js +10 -0
  7. package/dist/index.d.ts +3 -3
  8. package/dist/index.js +2 -2
  9. package/dist/run-limits.js +7 -2
  10. package/docs/cli-rpc.md +15 -1
  11. package/docs/credential-storage.md +1 -1
  12. package/docs/extension-authoring.md +8 -9
  13. package/docs/extensions.md +13 -1
  14. package/docs/graft.md +27 -5
  15. package/docs/{0.1.0-readiness.md → history/0.1.0-readiness.md} +6 -6
  16. package/docs/history/README.md +11 -0
  17. package/docs/{migrate-to-0.4.md → history/migrate-to-0.4.md} +4 -4
  18. package/docs/history/migration-0.0.md +738 -0
  19. package/docs/history/migration-0.1.md +151 -0
  20. package/docs/history/migration-0.2.md +173 -0
  21. package/docs/history/migration-0.3.md +39 -0
  22. package/docs/history/migration-0.4.md +6 -0
  23. package/docs/{persistence-credentials-multimodality-primitives.md → history/persistence-credentials-multimodality-primitives.md} +13 -13
  24. package/docs/history/release-handoffs.md +848 -0
  25. package/docs/{workflow-orchestration-primitives.md → history/workflow-orchestration-primitives.md} +11 -11
  26. package/docs/host-security.md +1 -1
  27. package/docs/index.md +160 -143
  28. package/docs/migrate-to-0.5.md +1 -1
  29. package/docs/migration.md +15 -1042
  30. package/docs/multimodal-content.md +1 -1
  31. package/docs/performance.md +1 -1
  32. package/docs/postgres-persistence.md +1 -1
  33. package/docs/provider-packages.md +20 -20
  34. package/docs/release-and-install.md +57 -842
  35. package/docs/runs-and-usage.md +2 -2
  36. package/docs/session-stores-and-branching.md +1 -122
  37. package/docs/sqlite-persistence.md +1 -1
  38. package/docs/wiki.md +46 -2
  39. package/docs/workflows.md +1 -1
  40. package/package.json +1 -1
  41. /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.
@@ -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`](./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.4 |
29
- | `@arnilo/prism-providers/alibaba` | 0.5.4 |
30
- | `@arnilo/prism-providers/anthropic` | 0.5.4 |
31
- | `@arnilo/prism-providers/azure` | 0.5.4 |
32
- | `@arnilo/prism-providers/bedrock` | 0.5.4 |
33
- | `@arnilo/prism-providers/clinepass` | 0.5.4 |
34
- | `@arnilo/prism-providers/commandcode` | 0.5.4 |
35
- | `@arnilo/prism-providers/deepseek` | 0.5.4 |
36
- | `@arnilo/prism-providers/google` | 0.5.4 |
37
- | `@arnilo/prism-providers/hyper` | 0.5.4 |
38
- | `@arnilo/prism-providers/kimi` | 0.5.4 |
39
- | `@arnilo/prism-providers/model-discovery` | 0.5.4 |
40
- | `@arnilo/prism-providers/neuralwatt` | 0.5.4 |
41
- | `@arnilo/prism-providers/ollama` | 0.5.4 |
42
- | `@arnilo/prism-providers/openai` | 0.5.4 |
43
- | `@arnilo/prism-providers/opencode-go` | 0.5.4 |
44
- | `@arnilo/prism-providers/openrouter` | 0.5.4 |
45
- | `@arnilo/prism-providers/vertex` | 0.5.4 |
46
- | `@arnilo/prism-providers/xai` | 0.5.4 |
47
- | `@arnilo/prism-providers/zai` | 0.5.4 |
28
+ | `@arnilo/prism-providers/ai-sdk` | 0.5.6 |
29
+ | `@arnilo/prism-providers/alibaba` | 0.5.6 |
30
+ | `@arnilo/prism-providers/anthropic` | 0.5.6 |
31
+ | `@arnilo/prism-providers/azure` | 0.5.6 |
32
+ | `@arnilo/prism-providers/bedrock` | 0.5.6 |
33
+ | `@arnilo/prism-providers/clinepass` | 0.5.6 |
34
+ | `@arnilo/prism-providers/commandcode` | 0.5.6 |
35
+ | `@arnilo/prism-providers/deepseek` | 0.5.6 |
36
+ | `@arnilo/prism-providers/google` | 0.5.6 |
37
+ | `@arnilo/prism-providers/hyper` | 0.5.6 |
38
+ | `@arnilo/prism-providers/kimi` | 0.5.6 |
39
+ | `@arnilo/prism-providers/model-discovery` | 0.5.6 |
40
+ | `@arnilo/prism-providers/neuralwatt` | 0.5.6 |
41
+ | `@arnilo/prism-providers/ollama` | 0.5.6 |
42
+ | `@arnilo/prism-providers/openai` | 0.5.6 |
43
+ | `@arnilo/prism-providers/opencode-go` | 0.5.6 |
44
+ | `@arnilo/prism-providers/openrouter` | 0.5.6 |
45
+ | `@arnilo/prism-providers/vertex` | 0.5.6 |
46
+ | `@arnilo/prism-providers/xai` | 0.5.6 |
47
+ | `@arnilo/prism-providers/zai` | 0.5.6 |
48
48
  <!-- generated:package-truth:providers end -->
49
49
 
50
50