chore: remove openspec/ planning notes and Dependabot#47
Merged
Conversation
The two proposals under openspec/changes/ were internal planning artifacts with Linear ticket refs (DEV-83, DEV-84). DEV-83 already shipped (the MCP README section); DEV-84 is unbuilt and belongs in Linear, not in a public repo. Reframes the .gitignore block accordingly and removes the stale `See openspec/...` pointer + `(when DEV-84 lands)` aspirational bullet from src/mcp/CLAUDE.md.
Dependabot's weekly grouped PRs add review noise that doesn't pay for itself on a solo open-source project — they routinely break the build on framework-major bumps and need manual triage anyway. Run `pnpm update` and refresh action SHAs manually when you actually want to upgrade. - Delete `.github/dependabot.yml`. - Strip Dependabot mentions from README.md (tech-stack table, repo layout tree, GitHub Actions section, security gates list), AGENTS.md, CLAUDE.md, SECURITY.md. - Fix a duplicate `check.yml` line in AGENTS.md's tree diagram that I noticed while editing the same block.
This was referenced May 18, 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.
Summary
Cleanup pass on artifacts that don't earn their place in a solo open-source project.
Remove
openspec/changes/— two internal planning proposals (DEV-83, DEV-84) with Linear ticket refs. DEV-83's docs already shipped in the README MCP section; DEV-84 is unbuilt and lives in Linear instead. Also addsopenspec/to.gitignoreand drops the row fromCLAUDE.md's repo-layout table, the staleSee openspec/...pointer insrc/mcp/CLAUDE.md, and the(when DEV-84 lands)aspirational bullet.Remove Dependabot — weekly grouped PRs add review noise that doesn't pay for itself on a solo project. They routinely break the build on framework-major bumps and need manual triage anyway. Run
pnpm updateand refresh action SHAs manually when you actually want to upgrade. Deletes.github/dependabot.ymland strips Dependabot mentions fromREADME.md,AGENTS.md,CLAUDE.md,SECURITY.md.Drive-bys: capitalize "A-Eye" in README title; fix a duplicate
check.ymlline inAGENTS.md's tree diagram.Doc + gitignore + workflow-config only — no source, tests, or CI gates touched.
Test plan
git ls-files | grep -E 'openspec|dependabot'returns empty after merge.