Skip to content

chore: remove stale scaffolding and dead config - #57

Merged
mariuspruvot merged 2 commits into
mainfrom
chore/repo-presentation-cleanup
Jul 30, 2026
Merged

chore: remove stale scaffolding and dead config#57
mariuspruvot merged 2 commits into
mainfrom
chore/repo-presentation-cleanup

Conversation

@mariuspruvot

@mariuspruvot mariuspruvot commented Jul 30, 2026

Copy link
Copy Markdown
Owner

What

Final hygiene pass before presenting the repo: removes everything a reviewer would flag as scaffolding residue or dead config.

  • Stale tracked tooling files: untrack two leftover local-tooling skill files under .claude/ (.gitignore never untracks already-committed files)
  • Dead mkdocs setup: mkdocs.yml referenced 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 mkdocs
  • docs/.archive/: internal debug notes don't belong in the public repo
  • Empty scaffolding: features/demo/ (never built) and 6 redundant .gitkeep placeholders in directories that have real files
  • Dead @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 exists
  • Docs sync: CLAUDE.md, architecture.md, component-inventory-web.md updated to match

Verification

  • eslint src/ clean, vitest run 65/65 passed, vite build OK
  • git grep confirms no remaining references to removed files

- 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-prod

helprs-prod Bot commented Jul 30, 2026

Copy link
Copy Markdown

helPRs session created for this PR.

Skill: challenge-me | Open session

@mariuspruvot
mariuspruvot merged commit 1dc92d6 into main Jul 30, 2026
10 checks passed
@mariuspruvot
mariuspruvot deleted the chore/repo-presentation-cleanup branch July 30, 2026 16:20
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
@mariuspruvot mariuspruvot changed the title chore: remove stale scaffolding, dead config, and BMAD leftovers chore: remove stale scaffolding and dead config Jul 30, 2026
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.

1 participant