The custodians initial cross repo task and workplan tracking hub
Find a file
tegwick 6492ae9891 Add custodian CLI — register-project and status subcommands
custodian register-project [--domain DOMAIN] [--path PATH]
  Defaults path to cwd; auto-detects domain from project charter if
  --domain is omitted. Does: API health → topic lookup → MCP check →
  CLAUDE.md from template → progress event.

custodian status
  Prints API health + summary totals + blocking decisions.

Installed via: make install-cli (symlinks .venv/bin/custodian → ~/.local/bin/)
Entry point declared in pyproject.toml [project.scripts].

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 22:55:41 +01:00
api Add state-hub v0.1 — local-first state service for the Custodian 2026-02-24 17:47:49 +01:00
dashboard Add state-hub v0.1 — local-first state service for the Custodian 2026-02-24 17:47:49 +01:00
infra Add state-hub v0.1 — local-first state service for the Custodian 2026-02-24 17:47:49 +01:00
mcp_server Implement registration UX wishlist W1–W6 (260224) 2026-02-24 22:22:53 +01:00
migrations Add state-hub v0.1 — local-first state service for the Custodian 2026-02-24 17:47:49 +01:00
scripts Implement registration UX wishlist W1–W6 (260224) 2026-02-24 22:22:53 +01:00
.env.example Add state-hub v0.1 — local-first state service for the Custodian 2026-02-24 17:47:49 +01:00
alembic.ini Add state-hub v0.1 — local-first state service for the Custodian 2026-02-24 17:47:49 +01:00
custodian_cli.py Add custodian CLI — register-project and status subcommands 2026-02-24 22:55:41 +01:00
Makefile Add custodian CLI — register-project and status subcommands 2026-02-24 22:55:41 +01:00
pyproject.toml Add custodian CLI — register-project and status subcommands 2026-02-24 22:55:41 +01:00
uv.lock Add state-hub v0.1 — local-first state service for the Custodian 2026-02-24 17:47:49 +01:00