Commit graph

8 commits

Author SHA1 Message Date
codex
dbccfd3073 chore: ignore generated architecture AST cache
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
2026-08-19 12:20:37 +02:00
codex
0f6b5cec52 Track .claude/rules agent instructions (fix gitignore)
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Allow version-controlled agent rule files under .claude/rules/ while keeping
machine-local Claude Code state ignored. Aligns with state-hub gitignore pattern.
2026-07-08 15:01:51 +02:00
87f6c00f6d Ignore kaizen metrics and local agent backup directories
Runtime .kaizen/metrics/ output and agents_backup_* migration copies
should not appear in version control.
2026-06-19 21:17:33 +02:00
cbad0dc958 Some cleanup needs to wait for later 2026-03-20 03:52:05 +01:00
3cbc9ce396 chore: ignore .claude/ local state directory
Machine-specific permission grants and stop-hook state should not be
version-controlled — the .local suffix convention signals this.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 22:43:36 +01:00
880de1870a Update .gitignore for state-hub artifacts
Exclude state-hub/.venv, .env, dashboard/node_modules,
dashboard/src/.observablehq/, and dashboard/dist/.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 17:48:57 +01:00
05cc29e50b Add state-hub v0.1 — local-first state service for the Custodian
Implements the first live layer of the Custodian cognitive infrastructure:
PostgreSQL schema, FastAPI REST API, FastMCP stdio server, and Observable
Framework telemetry dashboard.

- state-hub/: full stack (docker-compose, FastAPI, Alembic, MCP server, dashboard)
- 5 DB tables: topics, workstreams, tasks, decisions, progress_events
- 11 MCP tools + 5 resources registered in .mcp.json
- Observable dashboard: Overview, Workstreams, Decisions, Progress pages
- CLAUDE.md: session protocol (get_state_summary / add_progress_event ritual)
- ~/.claude/CLAUDE.md: global cross-project reference to the hub
- scripts/pull_image.py: WSL2 TLS-resilient Docker image downloader

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 17:47:49 +01:00
62e743ec9a Initial commit 2026-02-24 10:24:45 +00:00