Changelog
See what's new in ArchonDev
v1.5.0 January 22, 2026
Dependency Tracking & Daily Stats
New Features
- DEPENDENCIES.md — File-level dependency tracking to prevent regressions
- archon deps commands — list, add, check, graph, init for managing dependencies
- Mermaid diagram generation — visualize dependency relationships
- ConflictChecker integration — warns when changing files with downstream dependents
- Daily stats email — Supabase Edge Function sends admin reports at 8:00 AM EST
Improvements
- All 6 lite packages now include DEPENDENCIES.md template
- AGENTS.md updated with dependency tracking instructions for AI assistants
- Docs page includes full DEPENDENCIES.md documentation
v1.3.0 January 21, 2026
Lite Package Enhancements
Lite Package Features
- First-Run Walkthrough — Guided onboarding when AI detects governance files
- Code Review Mode — Structured review for architecture, security, quality, test coverage
- Local Database — SQLite atom tracking without CLI (natural language CRUD)
- Memory Management — Context handoff protocol with 60%/80% warnings
Website
- New animated AI Problems Story section on homepage
- Visual problem→solution narrative with CSS animations
Documentation
- AI Coding Problems Research document with industry statistics
- Research from METR, Stack Overflow, Apiiro, CSA, and MIT/Harvard/Microsoft
v1.1.0 January 2026
Existing Projects & Code Review
New Features
- Interactive Code Review menu option in CLI (option 6)
- Automatic existing project detection - suggests Code Review workflow
- Review progress summary displayed in CLI when database exists
- New "Working with Existing Projects" documentation with 7-step workflow
Improvements
- CLI detects source files without ARCHITECTURE.md and guides users
- Code Review sub-menu for easier navigation (Analyze, Status, Review next, List)
- Updated README with existing project workflow
v1.0.0 January 2026
Initial Release
New Features
- CLI launch with init, login, plan, execute, list, and show commands
- Architect agent for adversarial planning and debate
- Sentinel agent for architectural validation and gate enforcement
- Executor agent for autonomous code implementation
Core
- ARCHITECTURE.md governance with YAML frontmatter for invariants and gates
- AGENTS.md learning persistence for cross-session knowledge
- Multi-provider AI support (Anthropic, OpenAI, Google)
v0.9.0 December 2024
Beta
Improvements
- Performance optimizations for large codebases
- Enhanced error handling with detailed feedback
- Improved conflict detection between concurrent changes
Bug Fixes
- Fixed token counting accuracy for multi-provider setups
- Resolved gate validation edge cases with nested invariants
- Corrected plan serialization for complex dependency graphs
v0.8.0 November 2024
Alpha
New Features
- Basic CLI structure with plan command
- Initial Supabase integration for cloud sync
- Architecture definition parser with validation
Core
- Initial project setup with TypeScript strict mode
- Foundational agent abstraction layer