This directory contains archived and reference documentation for the CodeFRAME project.
Historical implementation results from Sprint 1 (Week 1):
CF8.4_RESULTS.md- cf-8.4 task implementation resultsSPRINT1_COMPLETE.md- Sprint 1 completion reportTDD_CF8_RESULTS.md- TDD implementation: Database CRUD (cf-8.1)TDD_CF8.2_RESULTS.md- TDD implementation: Server database init (cf-8.2)TDD_CF8.3_RESULTS.md- TDD implementation: Wire endpoints (cf-8.3)TDD_CF9_RESULTS.md- TDD implementation: Anthropic provider & Lead Agent (cf-9)TDD_CF10_RESULTS.md- TDD implementation: Agent lifecycle (cf-10)
Production bug fixes and WebSocket analysis from Sprint 3:
cf-46-production-bugs-sprint3-staging.md- Production bugs blocking Sprint 3 staging democf-46-websocket-root-cause-analysis.md- Comprehensive WebSocket connectivity root cause analysiscf-46-bug2-websocket-solution-summary.md- WebSocket bug fix solution summary
Active issue tracking and analysis:
cf-47-dashboard-gaps.md- Dashboard gaps and enhancement tracking
Development process and setup documentation:
TDD_WORKFLOW.md- Test-Driven Development workflow guideWEB_UI_SETUP.md- Web UI setup and configuration guide
Current active documentation in docs/:
API_CONTRACT_ROADMAP.md- Sprint 2 foundation API contract and future API roadmapBIG_PICTURE.md- High-level architecture and vision (historical context; seePRD.mdfor current requirements)CF-41_BACKEND_WORKER_AGENT_DESIGN.md- Backend worker agent design (cf-41)CLAUDE.md- Claude-specific development notes and guidelinesREMOTE_STAGING_DEPLOYMENT.md- Remote staging deployment guideSPRINT2_PLAN.md- Sprint 2 planning documentation (historical)STAGING_SERVER.md- Staging server configuration and setupnginx-websocket-config.md- Nginx WebSocket configuration guideself_correction_workflow.md- Self-correction workflow documentation
The canonical, up-to-date docs live at the project root:
README.md- Project overview and quick startPRD.md- Product requirements, core workflows, and E2E scenariosspecs/CODEFRAME_SPEC.md- Complete technical specification / architectureSPRINTS.md- Sprint plan and progress trackingTESTING.md- Manual testing guide and checklistCONTRIBUTING.md- Contribution guidelines
When a sprint is complete or issues are resolved:
- Move all sprint-specific implementation results to
/archive/sprint{N}/ - Move resolved issue analysis to appropriate archive location
- Keep only current, active documentation in
/docs/and project root - Process documentation stays in
/process/for ongoing reference - Update this README with new archive entries
- Maintain clear separation between historical records and active docs