3 Commits

Author SHA1 Message Date
profit
c6554a8b3d Add missing documentation references to README
Added sections:
- Architecture & Design (existing docs reorganized)
- Implementation & Operations (PRODUCTION_PIPELINE, ENGINEERING_GUIDE)
- Context & Memory (added MEMORY_LAYER.md)
- Agent Documentation (agents/README.md, tier0-guide)
- External References (Vault, Bun, DragonflyDB docs)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 19:00:08 -05:00
profit
4b5b3b0a2d Overhaul README.md to reflect Phase 12 complete architecture
Major updates:
- Architecture diagram: multi-agent pipeline with ALPHA/BETA/GAMMA agents
- Phase status: all 12 phases complete (295/295 tests)
- Added Vault token lifecycle documentation
- Added consensus failure handling workflows
- Added CLI reference: bugs, checkpoint, status, memory
- Added API endpoints documentation
- Added production constraints and revocation triggers
- Cross-linked to MULTI_AGENT_PIPELINE_ARCHITECTURE.md
- Created README_REFRESH_PLAN.md for tracking

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 18:31:26 -05:00
profit
77655c298c Initial commit: Agent Governance System Phase 8
Phase 8 Production Hardening with complete governance infrastructure:

- Vault integration with tiered policies (T0-T4)
- DragonflyDB state management
- SQLite audit ledger
- Pipeline DSL and templates
- Promotion/revocation engine
- Checkpoint system for session persistence
- Health manager and circuit breaker for fault tolerance
- GitHub/Slack integrations
- Architectural test pipeline with bug watcher, suggestion engine, council review
- Multi-agent chaos testing framework

Test Results:
- Governance tests: 68/68 passing
- E2E workflow: 16/16 passing
- Phase 2 Vault: 14/14 passing
- Integration tests: 27/27 passing

Coverage: 57.6% average across 12 phases

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 22:07:06 -05:00