@karmaniverous/jeeves-meta 0.4.2 → 0.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 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** — scan-based meta discovery with configurable domain tags
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)