feat: Phase 4 — CLI (@uncaged/cli-json-cas)

- Full CLI: init, bootstrap, schema (put/get/list/validate),
  put, get, has, verify, list, refs, walk, hash, cat
- --store flag, --json compact output, --format tree
- biome override: noConsole off for CLI package
- 64 tests passing

Closes #6
小橘 <xiaoju@shazhou.work>
This commit is contained in:
2026-05-17 09:37:27 +00:00
parent 49b1d5d665
commit 1ff719bf8b
8 changed files with 416 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@
],
"devDependencies": {
"@biomejs/biome": "^2.0.0",
"bun-types": "^1.3.14",
"typescript": "^5.8.0"
},
"scripts": {