@fortemi/core 2026.5.3 → 2026.6.0
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 +582 -43
- package/dist/index.js +1533 -116
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ await registerServiceWorker()
|
|
|
107
107
|
| Surface | Description |
|
|
108
108
|
|---|---|
|
|
109
109
|
| PGlite archive | `opfs`, `idb`, and `memory` persistence modes with migrations on open |
|
|
110
|
-
| Repositories | Notes, search, tags, collections, links, SKOS concepts, attachments, jobs, and provenance |
|
|
110
|
+
| Repositories | Notes, search, tags, collections, links, SKOS concepts, attachments, embedding sets, graph helpers, jobs, and provenance |
|
|
111
111
|
| Event bus | Typed subscriptions for note, job, archive, and capability events |
|
|
112
112
|
| Capability system | Embeddings, local LLM, GPU detection, local-provider discovery, fallback routing |
|
|
113
113
|
| Job queue | Server-compatible background workflow for revisions, titles, embeddings, concepts, and links |
|