docs: sync READMEs, remove json-cas-workflow references

This commit is contained in:
2026-05-25 10:27:59 +00:00
parent 0e38fd3ea9
commit 1dacd699d5
4 changed files with 16 additions and 21 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ Exported from `src/index.ts`:
function createFsStore(dir: string): BootstrapCapableStore;
```
`BootstrapCapableStore` is re-exported from `@uncaged/json-cas` (via the return type). The store loads existing `.bin` files on open and migrates or builds the type index on first use.
Returns a `BootstrapCapableStore` from `@uncaged/json-cas`. The store loads existing `.bin` files on open and migrates or builds the type index on first use.
### Example
+1 -1
View File
@@ -6,7 +6,7 @@ Core CAS engine — hashing, schema, store, verify, bootstrap.
`@uncaged/json-cas` is the foundation of the json-cas monorepo. It defines content-addressed nodes (`CasNode`), the `Store` interface, XXH64-based hashing with deterministic CBOR, JSON Schema registration and validation (including `cas_ref` links between nodes), bootstrap seeding, and integrity verification.
Other packages build on this layer: `json-cas-fs` provides persistence, `json-cas-workflow` registers domain schemas, and `cli-json-cas` exposes store operations on the command line.
Other packages build on this layer: `json-cas-fs` provides persistence, and `cli-json-cas` exposes store operations on the command line.
**Dependencies:** `ajv`, `cborg`, `xxhash-wasm`