Commit graph

3 commits

Author SHA1 Message Date
frankbria
e7e54d8087 docs(review): add Phase 1.1 code review report 2026-01-08 20:49:13 -07:00
frankbria
3b4f5f049d docs: archive historical milestone documentation (Oct 2025)
Move completed milestone documentation to docs/archive/2025-10-milestones/ to keep
base directory focused on active development needs:

Archived files:
- PHASE1_COMPLETION.md (response analyzer & circuit breaker milestone)
- PHASE2_COMPLETION.md (requirements & testing enhancements milestone)
- EXPERT_PANEL_REVIEW.md (historical expert review)
- TEST_IMPLEMENTATION_SUMMARY.md (historical test summary)
- USE_CASES.md (historical use case documentation)
- STATUS.md (superseded by IMPLEMENTATION_STATUS.md)

Remaining active docs in base directory:
- IMPLEMENTATION_PLAN.md (roadmap for Weeks 3-6)
- IMPLEMENTATION_STATUS.md (current status tracking)
- README.md (project documentation)
- CLAUDE.md (agent instructions)
- SPECIFICATION_WORKSHOP.md (reusable template)
- sample-prd.md (example template)

Added docs/archive/2025-10-milestones/README.md explaining archive contents
and historical context.
2025-12-31 17:17:34 -07:00
frankbria
907f36c820 Add directory structure with .gitkeep files
- Add .gitkeep files to ensure all essential directories are tracked by git
- Update .gitignore to allow .gitkeep files in logs/ and docs/generated/
- Preserve directory structure for Ralph project template system
- Directories added: src/, examples/, specs/stdlib/, templates/specs/,
  logs/, docs/generated/

This ensures the complete Ralph project structure is available when
cloning the repository, even before any actual project files are created.
2025-08-27 09:27:33 -07:00