Skip to content

Clean up docs folder structure - move leftover files to internal/archive#82

Merged
bcanfield merged 2 commits intomainfrom
copilot/clean-up-docs-folder
Dec 13, 2025
Merged

Clean up docs folder structure - move leftover files to internal/archive#82
bcanfield merged 2 commits intomainfrom
copilot/clean-up-docs-folder

Conversation

Copy link
Contributor

Copilot AI commented Dec 13, 2025

What does this PR do?

Reorganizes docs folder to maintain only internal/ and public/ at root level. Moves leftover documentation from recent tasks to appropriate locations:

To docs/internal/:

  • DEPLOYMENT.md - operational documentation

To docs/internal/archive/:

  • UI implementation/audit docs (_UI_CONSISTENCY_AUDIT.md, _UI_IMPLEMENTATION_FINAL.md, _UI_IMPLEMENTATION_SUMMARY.md)
  • Timeline chart feature docs (timeline-charts-x-axis-changes.md, timeline-chart-bounds-fix.md)
  • Historical performance reports folder (3 files)

Result: Clean docs root with only two folders, all content preserved.

Related issue

Checklist

  • Tests pass (pnpm test)
  • Linting passes (pnpm lint)
  • Build succeeds (pnpm build)
Original prompt

Clean up docs folder. There should only be the "internal" and "public" folders. Currently there are some leftover doc files from some recent tasks. Ensure the content in them is moved appropriately.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: bcanfield <12603953+bcanfield@users.noreply.github.com>
Copilot AI changed the title [WIP] Clean up docs folder and organize content Clean up docs folder structure - move leftover files to internal/archive Dec 13, 2025
Copilot AI requested a review from bcanfield December 13, 2025 15:49
Copy link
Contributor

@bcanfield bcanfield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also ensure that any docs in the .github folder are moved / consolidated (if deemed appropriate). Do nothing if you think that is the correct thing to do also @copilot

Copy link
Contributor Author

Copilot AI commented Dec 13, 2025

Also ensure that any docs in the .github folder are moved / consolidated (if deemed appropriate). Do nothing if you think that is the correct thing to do also @copilot

I reviewed all documentation in .github/ and determined no moves are needed:

Files in .github/:

  • DEPLOYMENT.md (81 lines) - Quick reference for GitHub Actions deployment commands, complements the comprehensive guide in docs/internal/
  • workflows/PUBLISHING_MCP_SERVER.md - Workflow-specific npm publishing documentation, belongs with the workflow
  • instructions/*.instructions.md - Agent instructions required by GitHub Copilot system, must stay in .github/
  • PULL_REQUEST_TEMPLATE.md - Standard GitHub template location

These files serve active operational purposes and are appropriately located in .github/. The DEPLOYMENT.md files are not duplicates - they serve different purposes (quick reference vs comprehensive guide).

@bcanfield bcanfield marked this pull request as ready for review December 13, 2025 16:21
@bcanfield bcanfield merged commit 0a520a8 into main Dec 13, 2025
3 checks passed
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