docs: remove legacy Claude and OpenSpec repository artifacts - #480
Merged
Merged
Conversation
LeXwDeX
marked this pull request as ready for review
September 1, 2026 09:37
LeXwDeX
force-pushed
the
docs/477-remove-legacy-artifacts
branch
from
September 1, 2026 12:19
66a7802 to
816bc81
Compare
This was referenced Sep 3, 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.
Closes #477
Why
This repository no longer keeps Claude-specific or OpenSpec repository artifacts. The root
CLAUDE.mddeletion is intentional and is delivered with the repair wave rather than restored or treated as accidental worktree damage. The Git index contains no tracked OpenSpec-named path, so the absence is verified instead of inventing a deletion.What changed
CLAUDE.md(288 lines of legacy Claude-specific instructions)./openspec/is already ignored (.gitignore:41) and thatgit ls-filesshows no tracked OpenSpec workspace/config artifact — no invented deletion..specgit.yaml) updated in a separate chore commit (harness bookkeeping, not product diff).AGENTS.mdhierarchy remains the repository instruction discovery path; runtime code, tests, CI, policy, generated files, and historical prose references are unchanged.Evidence
docs/477-remove-legacy-artifacts(cut fromorigin/maina3669c3; isolated worktree, user checkout untouched).7c371fe9c0— product diff is exactly one file:CLAUDE.mddeleted (288 deletions, no other paths).git ls-files | grep -i openspec→ no matches (exit 1) at commit 7c371fe.git check-ignore -v openspec/→.gitignore:41:/openspec/(ignored as required).Checklist
CLAUDE.mdremoved in a dedicated deliverygit ls-filesconfirms no tracked OpenSpec workspace/config artifact remainsAGENTS.mdhierarchyspecgit finish --jsonexits 0 (pending — checks to run; not finished/merged in this wave step)