@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 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** — schedule, reportChannel, log level reload without restart
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