Felipe Cardoso
|
f138417486
|
fix: Resolve ADR/Requirements inconsistencies from comprehensive review
## ADR Compliance Section Fixes
- ADR-007: Fixed invalid NFR-501 and TC-002 references
- NFR-501 → NFR-402 (Fault tolerance)
- TC-002 → Core Principle (self-hostability)
- ADR-008: Fixed invalid NFR-501 reference
- Added TC-006 (pgvector extension)
- ADR-011: Fixed invalid FR-201-205 and NFR-201 references
- Now correctly references FR-401-404 (Issue Tracking series)
- ADR-012: Fixed invalid FR-401, FR-402, NFR-302 references
- Now references new FR-800 series (Cost & Budget Management)
- ADR-014: Fixed invalid FR-601-605 and FR-102 references
- Now correctly references FR-203 (Autonomy Level Configuration)
## ADR-007 Model Identifier Fix
- Changed "claude-sonnet-4-20250514" to "claude-3-5-sonnet-latest"
- Matches documented primary model (Claude 3.5 Sonnet)
## New Requirements Added
- FR-801: Real-time cost tracking
- FR-802: Budget configuration (soft/hard limits)
- FR-803: Budget alerts
- FR-804: Cost analytics
This resolves all HIGH priority inconsistencies identified by the
4-agent parallel review of ADRs against requirements and architecture.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-29 14:13:26 +01:00 |
|
Felipe Cardoso
|
406b25cda0
|
docs: add remaining ADRs and comprehensive architecture documentation
Added 7 new Architecture Decision Records completing the full set:
- ADR-008: Knowledge Base and RAG (pgvector)
- ADR-009: Agent Communication Protocol (structured messages)
- ADR-010: Workflow State Machine (transitions + PostgreSQL)
- ADR-011: Issue Synchronization (webhook-first + polling)
- ADR-012: Cost Tracking (LiteLLM callbacks + Redis budgets)
- ADR-013: Audit Logging (hash chaining + tiered storage)
- ADR-014: Client Approval Flow (checkpoint-based)
Added comprehensive ARCHITECTURE.md that:
- Summarizes all 14 ADRs in decision matrix
- Documents full system architecture with diagrams
- Explains all component interactions
- Details technology stack with self-hostability guarantee
- Covers security, scalability, and deployment
Updated IMPLEMENTATION_ROADMAP.md to mark Phase 0 completed items.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-29 13:54:43 +01:00 |
|