3.7 KiB
Root File Relocation Plan
Date: 2024-11-21
Strategy
Keep essential files in root for visibility, relocate specialized documentation to appropriate directories.
Files to Keep in Root
Essential Files (Standard Locations)
- ✅
README.md- Main project entry point - ✅
CHANGELOG.md- Standard location for changelog - ✅
CONTRIBUTING.md- Standard location for contribution guidelines - ✅
LICENSE- Standard location for license - ✅
docs/setup/GETTING_STARTED.md- Quick start guide (high visibility) - ✅
PROGRESS_REPORTS/PROJECT_STATUS.md- Current status (high visibility)
Files to Relocate
Planning Documents → docs/planning/
-
docs/planning/PROJECT_CHARTER.md →
docs/planning/docs/planning/PROJECT_CHARTER.md- Planning document, belongs with other planning docs
-
docs/planning/PROJECT_PLAN.md →
docs/planning/docs/planning/PROJECT_PLAN.md- 90-day roadmap, planning document
-
docs/planning/DISTRICT_SELECTION.md →
docs/planning/docs/planning/DISTRICT_SELECTION.md- District selection analysis, planning document
-
docs/planning/MILESTONES.md →
docs/planning/docs/planning/MILESTONES.md- Milestone tracking, planning document
Technical Documentation → docs/
-
docs/TECHNICAL_BRIEF.md →
docs/docs/TECHNICAL_BRIEF.md- Technical specifications, core technical doc
-
docs/TECHNICAL_SPECS.md →
docs/docs/TECHNICAL_SPECS.md- Final technical specs, core technical doc
-
docs/setup/PROJECT_SETTINGS.md →
docs/setup/docs/setup/PROJECT_SETTINGS.md- Engine settings, setup documentation
-
docs/setup/PLUGINS.md →
docs/setup/docs/setup/PLUGINS.md- Plugin requirements, setup documentation
-
docs/setup/VERSION_CONTROL.md →
docs/setup/docs/setup/VERSION_CONTROL.md- Version control setup, setup documentation
-
docs/PIPELINE.md →
docs/docs/PIPELINE.md- Development pipeline, core technical doc
-
docs/NAMING_CONVENTIONS.md →
docs/docs/NAMING_CONVENTIONS.md- Naming standards, technical documentation
Art Documentation → docs/
- docs/ART_BIBLE.md →
docs/docs/ART_BIBLE.md- Art direction, core documentation
Reference/Summary → docs/reference/
-
docs/reference/ASSET_REVIEW_SUMMARY.md →
docs/reference/docs/reference/ASSET_REVIEW_SUMMARY.md- Asset review summary, reference material
-
docs/reference/WORKFLOW_REVIEW_SUMMARY.md →
docs/reference/docs/reference/WORKFLOW_REVIEW_SUMMARY.md- Workflow review summary, reference material
Setup Guides → docs/setup/
-
docs/setup/NEXT_STEPS_AFTER_BUILD.md →
docs/setup/docs/setup/NEXT_STEPS_AFTER_BUILD.md- Post-build setup guide
-
docs/setup/PARALLEL_TASKS_WHILE_BUILDING.md →
docs/setup/docs/setup/PARALLEL_TASKS_WHILE_BUILDING.md- Build-time tasks guide
Project Management → docs/ or keep
-
docs/PROJECT_HEALTH.md →
docs/docs/PROJECT_HEALTH.md- Health dashboard, project management doc
-
PROGRESS_REPORTS/DEVELOPMENT_LOG.md →
PROGRESS_REPORTS/PROGRESS_REPORTS/DEVELOPMENT_LOG.md- Development log, progress tracking
-
docs/reference/COMMAND_REFERENCE.md →
docs/reference/docs/reference/COMMAND_REFERENCE.md- Command reference, reference material
Execution Steps
- Create target directories if needed
- Move files to new locations
- Update all references in documentation
- Update README.md links
- Update docs/README.md links
- Verify no broken links
- Update CHANGELOG.md
Expected Results
- Root directory: 6 essential files
- Better organization by category
- Easier navigation
- Standard project structure