Skip to content

chore: remove 22 stale documentation files#173

Merged
docdyhr merged 1 commit intomainfrom
chore/cleanup-stale-docs
Mar 16, 2026
Merged

chore: remove 22 stale documentation files#173
docdyhr merged 1 commit intomainfrom
chore/cleanup-stale-docs

Conversation

@docdyhr
Copy link
Owner

@docdyhr docdyhr commented Mar 16, 2026

Summary

  • Remove 22 one-off reports, superseded guides, and historical sprint artifacts that no longer reflect the current project state
  • All content preserved in git history
  • Reduces root directory clutter from 31 to 8 markdown files (-7,185 lines)

Removed: ARCHITECTURAL_IMPROVEMENTS, CI_FIX_REPORT, COMPOSITION_MIGRATION_GUIDE, CORRECTED-FINAL-REPORT, COVERAGE_STRATEGY, DXT-ANALYSIS, DXT-FIX-SUMMARY, EXCLUDED_TESTS, FINAL-FIX-REPORT, FIXES_APPLIED, IMPLEMENTATION_COMPLETE, LOG-ANALYSIS, MEMORY_FIX_REPORT, PRD, SECURITY_AUDIT_REPORT, SEO_TOOL_ROADMAP, SPRINT_SUMMARY, TEST_FIXES_SUMMARY, TESTING_GUIDELINES, TODO, VSCODE-SETUP-REPORT, VSCODE-SETUP-SUMMARY

Kept: README, CHANGELOG, CLAUDE, CONTRIBUTING, SECURITY, PRODUCTION, TESTING, DXT-MULTISITE-GUIDE

Test plan

  • Build passes
  • All tests pass
  • No source code changes — docs only

🤖 Generated with Claude Code

Summary by Sourcery

Documentation:

  • Delete 22 outdated or one-off markdown documents that no longer reflect the current state of the project.

Remove one-off reports, superseded guides, and historical sprint
artifacts that no longer reflect the current state of the project.
All content is preserved in git history.

Remaining docs: README, CHANGELOG, CLAUDE, CONTRIBUTING, SECURITY,
PRODUCTION, TESTING, DXT-MULTISITE-GUIDE.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 16, 2026 10:20
@sourcery-ai
Copy link

sourcery-ai bot commented Mar 16, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR deletes 22 obsolete markdown documentation artifacts from the repo root to reduce clutter and ensure only up‑to‑date docs remain, without touching any source code.

File-Level Changes

Change Details Files
Remove 22 outdated documentation files from the repository root.
  • Delete one-off reports and historical fix summaries that no longer represent the current system state
  • Remove superseded guides such as migration instructions and testing guidelines now covered elsewhere
  • Drop sprint summaries, PRD, and audit-style documents that are intended to live only in git history
  • Preserve all removed content in version control history so it can still be referenced if needed
ARCHITECTURAL_IMPROVEMENTS.md
CI_FIX_REPORT.md
COMPOSITION_MIGRATION_GUIDE.md
CORRECTED-FINAL-REPORT.md
COVERAGE_STRATEGY.md
DXT-ANALYSIS.md
DXT-FIX-SUMMARY.md
EXCLUDED_TESTS.md
FINAL-FIX-REPORT.md
FIXES_APPLIED.md
IMPLEMENTATION_COMPLETE.md
LOG-ANALYSIS.md
MEMORY_FIX_REPORT.md
PRD.md
SECURITY_AUDIT_REPORT.md
SEO_TOOL_ROADMAP.md
SPRINT_SUMMARY.md
TESTING_GUIDELINES.md
TEST_FIXES_SUMMARY.md
TODO.md
VSCODE-SETUP-REPORT.md
VSCODE-SETUP-SUMMARY.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes a large set of root-level Markdown documents (status reports, audits, roadmaps, and internal summaries), likely to reduce repo noise and eliminate stale/auto-generated content.

Changes:

  • Deleted multiple historical/auto-generated reports and summaries (VS Code setup, test fix reports, sprint summaries, audits).
  • Removed testing/coverage strategy docs and other internal planning/architecture docs from the repository root.
  • Reduced documentation surface area by dropping several one-off “final report” style files.

Reviewed changes

Copilot reviewed 22 out of 22 changed files in this pull request and generated no comments.

Show a summary per file
File Description
VSCODE-SETUP-SUMMARY.md Deleted VS Code setup quick summary document.
VSCODE-SETUP-REPORT.md Deleted detailed VS Code setup report document.
TODO.md Deleted project TODO/roadmap document.
TESTING_GUIDELINES.md Deleted comprehensive testing guidelines document.
TEST_FIXES_SUMMARY.md Deleted summary of test fixes document.
SPRINT_SUMMARY.md Deleted sprint implementation summary document.
SEO_TOOL_ROADMAP.md Deleted SEO toolkit roadmap document.
SECURITY_AUDIT_REPORT.md Deleted dependency/security audit report document.
PRD.md Deleted SEO toolkit PRD document.
MEMORY_FIX_REPORT.md Deleted report about test memory error fix document.
LOG-ANALYSIS.md Deleted Claude Desktop log analysis document.
IMPLEMENTATION_COMPLETE.md Deleted “implementation complete” sprint report document.
FIXES_APPLIED.md Deleted fixes-applied report document.
FINAL-FIX-REPORT.md Deleted final DXT fix report document.
EXCLUDED_TESTS.md Deleted excluded tests tracking document.
DXT-FIX-SUMMARY.md Deleted DXT fix summary document.
DXT-ANALYSIS.md Deleted DXT multi-site analysis document.
COVERAGE_STRATEGY.md Deleted test coverage strategy document.
CORRECTED-FINAL-REPORT.md Deleted corrected final DXT report document.
COMPOSITION_MIGRATION_GUIDE.md Deleted composition migration guide document.
CI_FIX_REPORT.md Deleted CI/CD fix report document.
ARCHITECTURAL_IMPROVEMENTS.md Deleted architectural improvements summary document.
Comments suppressed due to low confidence (2)

TESTING_GUIDELINES.md:1

  • This file is removed, but it is still referenced from other repo docs (CONTRIBUTING.md links to TESTING_GUIDELINES.md; tests/QUICK_REFERENCE.md links to it and its troubleshooting anchor). Either keep/move this document or update those references in the same PR to avoid broken links.
    COVERAGE_STRATEGY.md:1
  • This file is removed, but it is still referenced from other repo docs (CONTRIBUTING.md and tests/QUICK_REFERENCE.md both link to COVERAGE_STRATEGY.md). Please either keep/move it or update those references in the same PR to avoid broken links.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d18426d8cd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -1,760 +0,0 @@
# Testing Guidelines & Best Practices

Choose a reason for hiding this comment

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

P2 Badge Keep testing guide link targets available

Deleting this file leaves live links pointing to a missing document, so contributor docs now contain dead references: CONTRIBUTING.md:696 links to TESTING_GUIDELINES.md, and tests/QUICK_REFERENCE.md:235,242 links to ../TESTING_GUIDELINES.md (including the troubleshooting anchor). This regression breaks onboarding/help flows for anyone following those docs unless the links are updated or redirected in the same change.

Useful? React with 👍 / 👎.

@@ -1,346 +0,0 @@
# Test Coverage Strategy

Choose a reason for hiding this comment

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

P2 Badge Keep coverage strategy link targets available

Removing this file also introduces dead documentation links that were not updated in the same commit: CONTRIBUTING.md:697 still references COVERAGE_STRATEGY.md, and tests/QUICK_REFERENCE.md:236 links to ../COVERAGE_STRATEGY.md. As a result, contributors following the documented testing workflow lose access to the referenced coverage guidance.

Useful? React with 👍 / 👎.

@docdyhr docdyhr merged commit fab7b3c into main Mar 16, 2026
33 checks passed
@docdyhr docdyhr deleted the chore/cleanup-stale-docs branch March 16, 2026 14:11
@docdyhr
Copy link
Owner Author

docdyhr commented Mar 16, 2026

🎉 This PR is included in version 3.1.13 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants