tier1: Markdown audit — drop stale REPO-INSTRUCTIONS, fix analyzer list (#172)#234
Merged
Conversation
…TING (#172) - REPO-INSTRUCTIONS.md is the repo-template post-setup bootstrap checklist ('once you have completed the checklist below you can delete this file'). Setup is long complete; the v0.13.1 release notes already list it as removed. Deleting the carry-over. - CONTRIBUTING.md analyzer list stopped at 7; added Microsoft.CodeAnalysis.PublicApiAnalyzers (#8) to match Directory.Build.props. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jun 19, 2026
This was referenced Jun 23, 2026
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.
Second in the stacked tier-1 series. Stacked on #233 (base
tier1/readme).Closes #172 (audit other Markdown files for accuracy).
Changes
REPO-INSTRUCTIONS.md— the repo-template post-setup bootstrap checklist that self-describes "once you have completed the checklist below you can delete this file." Setup is long done, and the v0.13.1 CHANGELOG/PR already list this file as removed; the deletion just hadn't actually landed.Microsoft.CodeAnalysis.PublicApiAnalyzers(Add tags to solution #8) to matchDirectory.Build.props(same gap fixed in the README in tier1: README accuracy pass (#171, #168) #233).Audited, no change needed
CHANGELOG.md,SECURITY.md,CODE_OF_CONDUCT.md— accurate.docs/*.md— no stale analyzer counts or phantom TFM references (grep-verified).Part of: #154