Skip to content

Remove stale template artifacts#120

Merged
Chris-Wolfgang merged 2 commits into
mainfrom
chore/remove-stale-template-artifacts
May 21, 2026
Merged

Remove stale template artifacts#120
Chris-Wolfgang merged 2 commits into
mainfrom
chore/remove-stale-template-artifacts

Conversation

@Chris-Wolfgang

Copy link
Copy Markdown
Owner

Summary

Removes stale template artifacts no longer present in repo-template. Pure deletion — no other changes.

Files removed

  • SETUP.md
  • docs/index.html

Why each one is stale

  • docfx_project/_site/manifest.json — DocFX build artifact (output of docfx build). Should be generated, not checked in. repo-template does not have this file.
  • SETUP.md — Replaced by REPO-INSTRUCTIONS.md in repo-template. Older naming convention.
  • docs/index.html — Generated artifact; repo-template does not check in a docs/index.html.

Discovered via the template-drift-scan skill — these files appear in many downstream repos but are absent from the template. Same pattern as In-memory-Logger#21 which cleaned up the equivalent set there.

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings May 20, 2026 00:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 stale template artifacts from the repository to align with the upstream repo-template and avoid checking in generated/obsolete files.

Changes:

  • Deleted SETUP.md (obsolete setup checklist content).
  • Deleted docs/index.html (placeholder/generated HTML artifact).

Reviewed changes

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

File Description
SETUP.md Removes obsolete setup documentation file.
docs/index.html Removes placeholder/generated HTML page under docs/.
Comments suppressed due to low confidence (1)

SETUP.md:1

  • SETUP.md is being deleted, but the solution still lists it under SolutionItems (TryPattern.sln). This leaves a broken/missing file entry when opening the solution. Remove the SETUP.md SolutionItems entry (or replace it with the intended replacement file, e.g. setup.md/REPO-INSTRUCTIONS.md).

@Chris-Wolfgang Chris-Wolfgang merged commit 469505a into main May 21, 2026
12 checks passed
@Chris-Wolfgang Chris-Wolfgang deleted the chore/remove-stale-template-artifacts branch June 27, 2026 21:17
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