Skip to content

Reorganize documentation folder structure - #188

Merged
richardthe3rd merged 2 commits into
mainfrom
claude/reorganize-docs-folder-kPDeM
Dec 23, 2025
Merged

Reorganize documentation folder structure#188
richardthe3rd merged 2 commits into
mainfrom
claude/reorganize-docs-folder-kPDeM

Conversation

@richardthe3rd

Copy link
Copy Markdown
Owner

This pull request reorganizes and updates documentation references throughout the project to reflect a new, more structured docs directory layout. It also introduces a comprehensive docs/README.md that explains the new documentation structure, categories, and how to navigate or contribute to the docs. All links in the main guides and documentation now point to their new locations.

The most important changes are:

Documentation Structure & Navigation:

  • Added a detailed docs/README.md that explains the new documentation organization, describes each category (code/, processes/, tooling/, planning/), and provides quick references and contribution guidelines.

Reference Updates in Main Documentation:

  • Updated all documentation links in README.md to point to their new locations under docs/code/, docs/tooling/, docs/processes/, and docs/planning/ as appropriate, ensuring consistency with the new structure. [1] [2] [3]
  • Updated references to accessibility and API documentation in both README.md and CLAUDE.md to their new paths under docs/code/. [1] [2]

This reorganization makes it much easier to find, maintain, and contribute to documentation, and ensures that all references are accurate and up to date.

Organize documentation into four clear categories to help developers
quickly find current implementation docs vs. planning documents:

**New Structure:**
- docs/code/ - Current code implementation documentation
- docs/processes/ - Development and operational processes
- docs/tooling/ - Setup and configuration guides
- docs/planning/ - Design docs, proposals, and reviews

**Changes:**
- Created docs/README.md with complete navigation guide
- Moved 27 documentation files to appropriate categories
- Grouped related planning docs into subfolders (deep-linking, patrol-firebase-testing)
- Converted ALL_CAPS filenames to lowercase-kebab-case for consistency
- Updated all references in CLAUDE.md, README.md, and test-e2e/README.md
- Added implementation status indicators (✅ implemented, ❌ not implemented, ⏳ partial)
- Documented alternative approaches and conflicting plans with clear decisions
- Added "Quick Reference" section for common lookup scenarios

**Benefits:**
- New developers can quickly distinguish current vs. planned state
- Clear separation of implementation docs from proposals
- Better discoverability with categorical organization
- Status indicators prevent confusion about what's implemented
- Alternatives section documents decision rationale

All file moves preserve git history via 'git mv'.
Update all references to moved documentation files:
- CLAUDE.md: Update accessibility and API doc paths
- README.md: Update all doc links to new categorized structure
- test-e2e/README.md: Update Flutter web testing guide reference

All links now point to reorganized docs/ structure (code/, processes/, tooling/, planning/).
@richardthe3rd
richardthe3rd marked this pull request as ready for review December 23, 2025 21:35
@github-actions

Copy link
Copy Markdown
Contributor

LCOV of commit 274e4a9 during Flutter App CI/CD #954

Summary coverage rate:
  lines......: 75.8% (1978 of 2609 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@codecov

codecov Bot commented Dec 23, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions

Copy link
Copy Markdown
Contributor

🚀 Cloudflare Pages Preview

Your preview deployment is ready!

Preview URL: https://claude-reorganize-docs-folde.staging-cambeerfestival.pages.dev

This preview will be automatically updated when you push new commits to this PR.

@richardthe3rd
richardthe3rd merged commit 3b615ec into main Dec 23, 2025
10 checks passed
@richardthe3rd
richardthe3rd deleted the claude/reorganize-docs-folder-kPDeM branch December 23, 2025 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants