@karmaniverous/jeeves-meta 0.6.1 → 0.7.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
@@ -4,7 +4,7 @@ HTTP service for the Jeeves knowledge synthesis engine. Provides a Fastify API,
4
4
 
5
5
  ## Features
6
6
 
7
- - **Fastify HTTP API** — `/status`, `/metas`, `/preview`, `/synthesize`, `/seed`, `/unlock`, `/config/validate`
7
+ - **Fastify HTTP API** — `/status`, `/metas`, `/preview`, `/synthesize`, `/seed`, `/unlock`, `/config`
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
@@ -17,7 +17,7 @@ HTTP service for the Jeeves knowledge synthesis engine. Provides a Fastify API,
17
17
  - **Graceful shutdown** — stop scheduler, release locks, close server
18
18
  - **Config hot-reload** — schedule, reportChannel, log level reload without restart
19
19
  - **Token tracking** — per-step counts with exponential moving averages
20
- - **CLI** — `status`, `list`, `detail`, `preview`, `synthesize`, `seed`, `unlock`, `validate`, `service` commands
20
+ - **CLI** — `status`, `list`, `detail`, `preview`, `synthesize`, `seed`, `unlock`, `config`, `service` commands
21
21
  - **Zod schemas** — validated meta.json and config with open schema support
22
22
 
23
23
  ## Install
@@ -56,7 +56,7 @@ jeeves-meta service install --config /path/to/jeeves-meta.config.json
56
56
  | POST | `/synthesize` | Enqueue synthesis (stalest or specific path) |
57
57
  | POST | `/seed` | Create `.meta/` directory + meta.json |
58
58
  | POST | `/unlock` | Remove `.lock` file from a meta entity |
59
- | GET | `/config/validate` | Return sanitized active configuration |
59
+ | GET | `/config` | Query sanitized config with optional JSONPath (`?path=$.schedule`) |
60
60
 
61
61
  ## Configuration
62
62