Files
metaverseDubai/PROGRESS_REPORTS/archive/ROOT_FILE_RELOCATION_PLAN.md
2026-07-07 03:43:19 -07:00

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/

  1. docs/planning/PROJECT_CHARTER.mddocs/planning/docs/planning/PROJECT_CHARTER.md

    • Planning document, belongs with other planning docs
  2. docs/planning/PROJECT_PLAN.mddocs/planning/docs/planning/PROJECT_PLAN.md

    • 90-day roadmap, planning document
  3. docs/planning/DISTRICT_SELECTION.mddocs/planning/docs/planning/DISTRICT_SELECTION.md

    • District selection analysis, planning document
  4. docs/planning/MILESTONES.mddocs/planning/docs/planning/MILESTONES.md

    • Milestone tracking, planning document

Technical Documentation → docs/

  1. docs/TECHNICAL_BRIEF.mddocs/docs/TECHNICAL_BRIEF.md

    • Technical specifications, core technical doc
  2. docs/TECHNICAL_SPECS.mddocs/docs/TECHNICAL_SPECS.md

    • Final technical specs, core technical doc
  3. docs/setup/PROJECT_SETTINGS.mddocs/setup/docs/setup/PROJECT_SETTINGS.md

    • Engine settings, setup documentation
  4. docs/setup/PLUGINS.mddocs/setup/docs/setup/PLUGINS.md

    • Plugin requirements, setup documentation
  5. docs/setup/VERSION_CONTROL.mddocs/setup/docs/setup/VERSION_CONTROL.md

    • Version control setup, setup documentation
  6. docs/PIPELINE.mddocs/docs/PIPELINE.md

    • Development pipeline, core technical doc
  7. docs/NAMING_CONVENTIONS.mddocs/docs/NAMING_CONVENTIONS.md

    • Naming standards, technical documentation

Art Documentation → docs/

  1. docs/ART_BIBLE.mddocs/docs/ART_BIBLE.md
    • Art direction, core documentation

Reference/Summary → docs/reference/

  1. docs/reference/ASSET_REVIEW_SUMMARY.mddocs/reference/docs/reference/ASSET_REVIEW_SUMMARY.md

    • Asset review summary, reference material
  2. docs/reference/WORKFLOW_REVIEW_SUMMARY.mddocs/reference/docs/reference/WORKFLOW_REVIEW_SUMMARY.md

    • Workflow review summary, reference material

Setup Guides → docs/setup/

  1. docs/setup/NEXT_STEPS_AFTER_BUILD.mddocs/setup/docs/setup/NEXT_STEPS_AFTER_BUILD.md

    • Post-build setup guide
  2. docs/setup/PARALLEL_TASKS_WHILE_BUILDING.mddocs/setup/docs/setup/PARALLEL_TASKS_WHILE_BUILDING.md

    • Build-time tasks guide

Project Management → docs/ or keep

  1. docs/PROJECT_HEALTH.mddocs/docs/PROJECT_HEALTH.md

    • Health dashboard, project management doc
  2. PROGRESS_REPORTS/DEVELOPMENT_LOG.mdPROGRESS_REPORTS/PROGRESS_REPORTS/DEVELOPMENT_LOG.md

    • Development log, progress tracking
  3. docs/reference/COMMAND_REFERENCE.mddocs/reference/docs/reference/COMMAND_REFERENCE.md

    • Command reference, reference material

Execution Steps

  1. Create target directories if needed
  2. Move files to new locations
  3. Update all references in documentation
  4. Update README.md links
  5. Update docs/README.md links
  6. Verify no broken links
  7. Update CHANGELOG.md

Expected Results

  • Root directory: 6 essential files
  • Better organization by category
  • Easier navigation
  • Standard project structure