chore: remove stale scaffolding and dead config - #57
Merged
Conversation
- Untrack the two BMAD skill files left behind under .claude/ (missed by 70483d7) - Remove mkdocs.yml and docs/assets/: mkdocs is wired to no build step and its nav references seven files pruned in #52 - Remove docs/.archive/ (internal debug note + project scan report) from the public repo - Remove empty features/demo scaffolding and redundant .gitkeep placeholders - Drop dead Berkeley Mono @font-face declarations: the woff2 files were never shipped, every visitor 404s then falls back to JetBrains Mono - Prune .gitignore entries for tooling that no longer exists (site/, _bmad, redisign scratchpads) - Update CLAUDE.md and docs to match
|
helPRs session created for this PR. Skill: |
mariuspruvot
added a commit
that referenced
this pull request
Jul 30, 2026
* chore: remove stale scaffolding, dead config, and planning leftovers - Untrack the two stale skill files left behind under .claude/ (missed by 1006a1f) - Remove mkdocs.yml and docs/assets/: mkdocs is wired to no build step and its nav references seven files pruned in #52 - Remove docs/.archive/ (internal debug note + project scan report) from the public repo - Remove empty features/demo scaffolding and redundant .gitkeep placeholders - Drop dead Berkeley Mono @font-face declarations: the woff2 files were never shipped, every visitor 404s then falls back to JetBrains Mono - Prune .gitignore entries for tooling that no longer exists (site/, _planning, redisign scratchpads) - Update CLAUDE.md and docs to match * docs: note recoverable stats tests lost in #42 squash
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.
What
Final hygiene pass before presenting the repo: removes everything a reviewer would flag as scaffolding residue or dead config.
.claude/(.gitignorenever untracks already-committed files)mkdocs.ymlreferenced 7 docs pruned in docs: consolidate and prune stale documentation #52 and no build step (CI, Makefile) ever ran it;docs/assets/was only used by mkdocsdocs/.archive/: internal debug notes don't belong in the public repofeatures/demo/(never built) and 6 redundant.gitkeepplaceholders in directories that have real files@font-face: Berkeley Mono woff2 files were never shipped, so every visitor 404s three font requests before falling back to JetBrains Mono.gitignore: drop entries for tooling that no longer existsVerification
eslint src/clean,vitest run65/65 passed,vite buildOKgit grepconfirms no remaining references to removed files