jeeves-meta-monorepo
    Preparing search index...

    CLI Reference

    All commands support -p, --port <port> to specify the service port (default: 1938).

    Start the HTTP service.

    jeeves-meta start --config /path/to/config.json
    # or: jeeves-meta start -c /path/to/config.json

    Show service health, queue state, dependency status, and meta summary.

    List all discovered meta entities with summary statistics.

    Show full detail for a single meta entity, including scope info and staleness score.

    Dry-run: preview inputs for the next synthesis cycle without running any LLM calls. Shows scope files, delta files, architect trigger reasons, and token estimates.

    Enqueue a synthesis. If --path is provided, that specific meta is enqueued with priority. Otherwise, the stalest candidate is discovered and enqueued.

    Create a .meta/ directory with a fresh meta.json (containing a new UUID _id).

    Remove a .lock file from a meta entity. Use when a lock is stale due to a crashed synthesis.

    Query the active service config (or validate a candidate config file locally). Supports JSONPath via -c for local files or queries the running service's GET /config endpoint.

    Print OS-specific instructions for managing the service as a system daemon (NSSM on Windows, launchd on macOS, systemd on Linux).