diff --git a/ANALYSIS_SUMMARY.md b/docs/archive/ANALYSIS_SUMMARY.md similarity index 100% rename from ANALYSIS_SUMMARY.md rename to docs/archive/ANALYSIS_SUMMARY.md diff --git a/FILENAME_FIX_SUMMARY.md b/docs/archive/FILENAME_FIX_SUMMARY.md similarity index 100% rename from FILENAME_FIX_SUMMARY.md rename to docs/archive/FILENAME_FIX_SUMMARY.md diff --git a/FRAMEWORK_ANALYSIS.md b/docs/archive/FRAMEWORK_ANALYSIS.md similarity index 100% rename from FRAMEWORK_ANALYSIS.md rename to docs/archive/FRAMEWORK_ANALYSIS.md diff --git a/IMPLEMENTATION_CHECKLIST.md b/docs/archive/IMPLEMENTATION_CHECKLIST.md similarity index 100% rename from IMPLEMENTATION_CHECKLIST.md rename to docs/archive/IMPLEMENTATION_CHECKLIST.md diff --git a/docs/archive/README.md b/docs/archive/README.md new file mode 100644 index 00000000..02b10cd2 --- /dev/null +++ b/docs/archive/README.md @@ -0,0 +1,33 @@ +# Documentation Archive + +This directory contains historical documentation that was created for specific one-time tasks or analysis. These documents are preserved for reference but are not part of the ongoing documentation set. + +## Archived Documents + +### Analysis & Research +- **`ANALYSIS_SUMMARY.md`** - One-off analysis document from a specific feature investigation +- **`FRAMEWORK_ANALYSIS.md`** - Framework decision rationale and comparison document +- **`SETTINGS_IMPLEMENTATION.md`** - Implementation notes for the settings management feature + +### Task-Specific Documents +- **`IMPLEMENTATION_CHECKLIST.md`** - Task-specific checklist for a completed feature +- **`FILENAME_FIX_SUMMARY.md`** - Summary of filename-related fixes + +## Why Archive? + +These documents provided value during specific development phases but: +- Are not part of ongoing user or developer documentation +- Document completed one-time tasks +- Contain information that has been integrated into other docs +- Were created for specific decision-making processes + +## Active Documentation + +For current, maintained documentation, see: +- **Root Level**: `README.md`, `CONTRIBUTING.md`, `CHANGELOG.md`, `ROADMAP.md` +- **`docs/`**: User guides, API docs, deployment guides, configuration references +- **`AGENTIC_CODING.md`**: Developer and AI agent guidelines + +--- + +*Last Updated: 2026-02-08* diff --git a/SETTINGS_IMPLEMENTATION.md b/docs/archive/SETTINGS_IMPLEMENTATION.md similarity index 100% rename from SETTINGS_IMPLEMENTATION.md rename to docs/archive/SETTINGS_IMPLEMENTATION.md