@karmaniverous/jeeves-meta 0.4.2 → 0.5.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/cli/jeeves-meta/index.js +376 -331
- package/dist/index.d.ts +66 -148
- package/dist/index.js +373 -328
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ HTTP service for the Jeeves knowledge synthesis engine. Provides a Fastify API,
|
|
|
8
8
|
- **Built-in scheduler** — croner-based cron with adaptive backoff
|
|
9
9
|
- **Synthesis queue** — single-threaded, priority-aware, deduplicated
|
|
10
10
|
- **Three-step orchestration** — architect, builder, critic with conditional re-architecture
|
|
11
|
-
- **Discovery via watcher** —
|
|
11
|
+
- **Discovery via watcher** — filesystem-based meta discovery via `/walk` endpoint (no Qdrant dependency)
|
|
12
12
|
- **Ownership tree** — hierarchical scoping with child meta rollup
|
|
13
13
|
- **Archive management** — timestamped snapshots with configurable pruning
|
|
14
14
|
- **Lock staging** — write to `.lock` → copy to `meta.json` → archive (crash-safe)
|