Reorganize planning documentation: group related work and archive completed items#44
Merged
technicalpickles merged 1 commit intomainfrom Sep 10, 2025
Merged
Reorganize planning documentation: group related work and archive completed items#44technicalpickles merged 1 commit intomainfrom
technicalpickles merged 1 commit intomainfrom
Conversation
- Move completed work to docs/archive/planning/ with grouped structure - Group active projects into dedicated directories (cli-streamlining, aqua-distribution, release-workflow) - Apply standardized naming conventions (plan.md, status.md, phase-*.md) - Add status tracking files for each active project - Update planning README with current status and reorganization instructions - Add reorganization script for future use
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR reorganizes the docs/planning/ directory to improve project organization by separating active from completed work and grouping related documents.
- Moves completed planning documents to
docs/archive/planning/for historical reference - Groups active multi-document projects into organized directories with standardized naming
- Creates status tracking files for each active project to show current progress
Reviewed Changes
Copilot reviewed 7 out of 23 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/reorganize-planning-docs.sh | Automation script for future reorganization tasks with safety checks |
| docs/planning/README.md | Updated overview focusing on active projects with clear status indicators |
| docs/planning/cli-streamlining/status.md | Status tracking for the CLI streamlining project (Phases 1-2 complete, Phase 3 in progress) |
| docs/planning/aqua-distribution/status.md | Status tracking for the aqua distribution project (planned, waiting on dependencies) |
| docs/planning/aqua-distribution/plan.md | Comprehensive plan for implementing aqua/mise distribution support |
| docs/planning/aqua-distribution/signing-validation.md | Detailed validation strategy for release signing implementation |
| docs/planning/release-workflow/status.md | Status tracking for the release workflow project (planned, lower priority) |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🗂️ Planning Documentation Reorganization
This PR reorganizes the
docs/planning/directory to improve organization and make it easier to track project progress.📁 Changes Made
Archived Completed Work (moved to
docs/archive/planning/):lld-adoption/(plan.md, strategy.md)declarative-consolidation/(plan.md, testing-strategy.md)contextual-value-extraction.mdoverride-system-design.mdadditional-cli-improvements.md+ implementationGrouped Active Projects:
cli-streamlining/(7 phase docs + status)aqua-distribution/(plan + signing validation + status)release-workflow/(plan + status)📋 Standardized Structure
Each project directory now follows consistent naming:
🛠️ Added Tools
✅ Benefits
This reorganization makes it much easier to understand current project status and find related documentation.