2 Commits

Author SHA1 Message Date
profit
3535cf01f1 Update .gitignore for operational data and finalize README refresh plan
Added to .gitignore:
- checkpoint/storage/ (runtime checkpoint files)
- *.db (database files - operational state)
- agents/*/credentials/.token (session tokens)
- agents/*/workspace/.session_id (session IDs)
- testing/oversight/reports/rpt-* (generated reports)

Updated README_REFRESH_PLAN.md with final checkpoint ID.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 18:40:28 -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