@karmaniverous/jeeves-meta 0.9.0 → 0.10.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 +2 -1
- package/dist/cli/jeeves-meta/index.js +420 -223
- package/dist/index.d.ts +82 -55
- package/dist/index.js +416 -223
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,8 @@ HTTP service for the Jeeves knowledge synthesis engine. Provides a Fastify API,
|
|
|
16
16
|
- **Virtual rule registration** — registers 3 watcher inference rules at startup with retry
|
|
17
17
|
- **Progress reporting** — real-time synthesis events via gateway channel messages
|
|
18
18
|
- **Graceful shutdown** — stop scheduler, release locks, close server
|
|
19
|
-
- **Config hot-reload** —
|
|
19
|
+
- **Config hot-reload** — all synthesis parameters reload without restart; restart-required fields (port, host, URLs) warn on change
|
|
20
|
+
- **Auto-seed policy** — config-driven declarative `.meta/` creation via `autoSeed` rules
|
|
20
21
|
- **Token tracking** — per-step counts with exponential moving averages
|
|
21
22
|
- **CLI** — `status`, `list`, `detail`, `preview`, `synthesize`, `seed`, `unlock`, `config`, `service` commands
|
|
22
23
|
- **Zod schemas** — validated meta.json and config with open schema support
|