@fortemi/core 2026.9.5 → 2026.9.7
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/README.md +1 -1
- package/dist/index.d.ts +1705 -1508
- package/dist/index.js +2633 -675
- package/dist/index.js.map +1 -1
- package/package.json +5 -1
- package/schemas/lifecycle-purge/contract.receipt.json +15 -0
- package/schemas/lifecycle-purge/v1.conformance.json +73 -0
- package/schemas/metadata-search/candidate/1.0.0/README.md +36 -0
- package/schemas/metadata-search/candidate/1.0.0/contract.receipt.json +38 -0
- package/schemas/metadata-search/candidate/1.0.0/evidence-locator.schema.json +50 -0
- package/schemas/metadata-search/candidate/1.0.0/evidence-resolution-vectors.json +355 -0
- package/schemas/metadata-search/candidate/1.0.0/evidence-resolution.schema.json +25 -0
- package/schemas/metadata-search/candidate/1.0.0/evidence-set-vectors.json +6095 -0
- package/schemas/metadata-search/candidate/1.0.0/evidence-set.schema.json +21 -0
- package/schemas/metadata-search/candidate/1.0.0/evidence-vectors.json +1603 -0
- package/schemas/metadata-search/candidate/1.0.0/predicate-vectors.json +919 -0
- package/schemas/metadata-search/candidate/1.0.0/predicates.schema.json +287 -0
- package/schemas/metadata-search/candidate/1.0.0/resolution.receipt.json +44 -0
- package/schemas/metadata-search/candidate/1.0.0/rest.receipt.json +51 -0
- package/schemas/metadata-search/candidate/1.0.0/search-rest-vectors.json +28 -0
- package/schemas/metadata-search/candidate/1.0.0/search-rest.schema.json +318 -0
- package/schemas/metadata-search/candidate/1.0.0/source.receipt.json +46 -0
- package/schemas/metadata-search/candidate/1.0.0/sql-scope-vectors.json +894 -0
package/README.md
CHANGED
|
@@ -380,7 +380,7 @@ bytes.
|
|
|
380
380
|
| Capability system | Embeddings, local LLM, GPU detection, local-provider discovery, fallback routing |
|
|
381
381
|
| Job queue | Server-compatible background workflow for revisions, titles, embeddings, concepts, and links |
|
|
382
382
|
| Knowledge Shards | Tar.gz import/export with checksums, BLAKE3-addressed blob sidecars, progress callbacks, yielding imports, set-scoped embedding exports, and profile-scoped conformance |
|
|
383
|
-
| Lifecycle controls | Fortemi `source-note-upsert/1.0.0` on PGlite and RecordStore,
|
|
383
|
+
| Lifecycle controls | Fortemi `source-note-upsert/1.0.0` plus `lifecycle-purge/1.0.0` on PGlite and RecordStore, with bound previews, resumable BlobStore cleanup, restore re-erasure, journal compaction, and content-free receipts |
|
|
384
384
|
|
|
385
385
|
Source-addressed import is a live-persistence contract, separate from Knowledge
|
|
386
386
|
Shard state transfer. `SourceUpsertRepository.upsertRequest()` and
|