# Documentation Archive
This directory contains historical documentation that has been completed, superseded, or is no longer actively maintained. All documents are preserved for historical reference and project archaeology.
## Archive Structure
### π
Weekly Progress Reports (`weekly-progress/`)
**36 files** - Development progress from Weeks 2-8
Week-by-week progress reports tracking implementation milestones, code reviews, and completion summaries. These documents provide a detailed timeline of the project's evolution.
**Key Documents:**
- `WEEK5_ACB_ARCHITECTURE_AUDIT.md` - Comprehensive ACB architecture review
- `WEEK7_COMPLETION.md` - Week 7 milestone summary
- `WEEK8_DAY2_COMPLETION.md` - Final phase completion
### π― Phase Completions (`phase-completions/`)
**9 files** - Major milestone completion summaries
Documentation of completed development phases and their deliverables.
**Key Documents:**
- `PHASE1_COMPLETION_SUMMARY.md` - Foundation establishment
- `PHASE-2.5-CORE-INFRASTRUCTURE-EXTRACTION-COMPLETE.md` - Infrastructure extraction
- `PHASE-2.7-DAY-5-COMPLETION.md` - DI migration and test cleanup
- `PHASE3_CODE_QUALITY_REVIEW.md` - Quality review milestone
### π Completed Migrations (`completed-migrations/`)
**14 files** - Finished migration guides and implementation docs
Migration documentation for completed architectural transitions.
**Key Documents:**
- `ACB_MIGRATION_PHASE3_DEFERRED.md` - Deferred migration items
- `MIGRATION_GUIDE_ACB.md` - ACB migration walkthrough
- `SERVERLESS_MODE_REFACTORING_COMPLETION.md` - Serverless mode final state
- `TEST_COVERAGE_PLAN.md` - Historical coverage planning
### π€ Oneiric Migration Working Docs (`oneiric-migration/`)
Working notes, baselines, and phase summaries from the Oneiric + mcp-common migration effort that have been cleared from the project root.
### π Superseded Plans (`superseded-plans/`)
**15 files** - Planning documents replaced by current roadmap
Historical planning documents that have been superseded by `UNIFIED_ROADMAP.md` and current architecture.
**Key Documents:**
- `UNIFIED_IMPLEMENTATION_ROADMAP.md` - Original unified plan
- `QUALITY_ASSESSMENT_AND_GATES.md` - Quality gate definitions
- `TEST-IMPROVEMENT-FINAL-SUMMARY.md` - Test improvement outcomes
### π Integration Docs (`integration-docs/`)
**5 files** - Completed integration documentation
Documentation for integrations that are now part of core architecture.
**Key Documents:**
- `HTTPCLIENTADAPTER_INTEGRATION.md` - HTTP client adapter integration
- `KNOWLEDGE_GRAPH_INTEGRATION.md` - DuckPGQ knowledge graph
- `MCP_COMMON_INTEGRATION_SUMMARY.md` - mcp-common integration summary
### π€ Session Handoffs (`session-handoffs/`)
**1 file** - Historical session snapshots
- `SESSION-HANDOFF-2025-10-28.md` - Project state snapshot (October 28, 2025)
## Finding Documentation
### Current (Active) Documentation
For current project documentation, see the main `docs/` directory:
- **User Guides**: `docs/user/` - QUICK_START, CONFIGURATION, DEPLOYMENT
- **Developer Guides**: `docs/developer/` - ARCHITECTURE, INTEGRATION, ACB_DI_PATTERNS
- **Feature Documentation**: `docs/features/` - AI_INTEGRATION, AUTO_LIFECYCLE, etc.
- **Reference Docs**: `docs/reference/` - API_REFERENCE, MCP_SCHEMA_REFERENCE
- **Active Migrations**: `docs/migrations/` - Ongoing migration work
### Current Top-Level Docs
- `ACB_MIGRATION_COMPLETE.md` - ACB adapter migration summary (β
Complete)
- `CRACKERJACK.md` - Crackerjack integration guide
- `UNIFIED_ROADMAP.md` - Current development roadmap
### Recently Archived Docs (January 16, 2025)
- `PHASE-2.7-COMPLETION-REVIEW.md` β `completed-migrations/`
- `REFACTORING_PHASE4_COMPLETE.md` β `completed-migrations/`
- `REFACTORING_PHASE5_COMPLETE.md` β `completed-migrations/`
- `REFACTORING_PHASE5_PLAN.md` β `completed-migrations/`
- `SESSION-MGMT-MCP-COMPREHENSIVE-IMPROVEMENT-PLAN.md` β `superseded-plans/`
- `TESTING.md` β `../developer/`
- `TESTING-QUICK-REFERENCE.md` β `../developer/`
## Archive Organization
**Initial cleanup (January 7, 2025):**
- **Before**: 107 markdown files (87 in top-level docs/)
- **After**: 27 active files + 80 archived files
- **Improvement**: 91% reduction in top-level clutter
**Second cleanup (January 16, 2025):**
- Archived 5 more completed phase documents
- Moved 2 testing docs to `developer/` directory
- **Current**: 3 active top-level docs + organized subdirectories
## Navigation Tips
1. **Looking for weekly progress?** β `weekly-progress/WEEK{N}_*.md`
1. **Looking for phase milestones?** β `phase-completions/PHASE*.md`
1. **Looking for migration history?** β `completed-migrations/`
1. **Looking for old plans?** β `superseded-plans/UNIFIED_*.md`
1. **Looking for integration docs?** β `integration-docs/`
## Document Status Legend
- **COMPLETE** β
- Fully implemented and closed
- **SUPERSEDED** π - Replaced by newer documentation
- **HISTORICAL** π
- Completed milestone or progress report
- **ARCHIVED** π¦ - Preserved for reference only
______________________________________________________________________
*Last Updated: January 16, 2025*
*Archive Created: January 7, 2025*
*Second Cleanup: January 16, 2025*