chore: housekeeping sweep — remove stale build artifacts and dead files #8

Merged
beasty merged 1 commit from chore/housekeeping-sweep into main 2026-07-02 08:35:42 +00:00
Owner

Summary

Cleanup pass from a project health audit — no behavior changes.

  • Untrack 20 stale .d.ts/.d.ts.map compiler artifacts in frontend/convex/ (committed since the initial monorepo setup, dated Oct 2025, nothing imports them). The real Convex codegen in frontend/convex/_generated/ stays tracked. Added an ignore pattern so they can't come back.
  • Delete .github/workflows.disabled/build-images.yml — dead since the migration to Forgejo CI (.forgejo/workflows/build-images.yml); still referenced the old GitHub runner and buildkit endpoint.
  • Delete frontend/components/single-cat/SPINNER_TODO.md — completed checklist, every item checked.

Verification

  • pnpm exec tsc --noEmit
  • pnpm run test — 24 files, 217 tests
  • git ls-files frontend/convex/_generated still shows the 3 required .d.ts codegen files

Somewhere a GPU is overheating so I don't have to think.

## Summary Cleanup pass from a project health audit — no behavior changes. - **Untrack 20 stale `.d.ts`/`.d.ts.map` compiler artifacts** in `frontend/convex/` (committed since the initial monorepo setup, dated Oct 2025, nothing imports them). The real Convex codegen in `frontend/convex/_generated/` stays tracked. Added an ignore pattern so they can't come back. - **Delete `.github/workflows.disabled/build-images.yml`** — dead since the migration to Forgejo CI (`.forgejo/workflows/build-images.yml`); still referenced the old GitHub runner and buildkit endpoint. - **Delete `frontend/components/single-cat/SPINNER_TODO.md`** — completed checklist, every item checked. ## Verification - `pnpm exec tsc --noEmit` ✅ - `pnpm run test` — 24 files, 217 tests ✅ - `git ls-files frontend/convex/_generated` still shows the 3 required `.d.ts` codegen files ✅ Somewhere a GPU is overheating so I don't have to think.
- Untrack 20 stale tsc output files (*.d.ts/*.d.ts.map) in frontend/convex/
  that were committed in the initial monorepo setup; the real Convex codegen
  in frontend/convex/_generated/ stays tracked. Ignore pattern added.
- Delete .github/workflows.disabled/build-images.yml — superseded by the
  Forgejo pipeline in .forgejo/workflows/build-images.yml
- Delete frontend/components/single-cat/SPINNER_TODO.md — fully completed checklist

Powered by human calories and mass GPU cycles.
beasty merged commit 2c98f2cfc4 into main 2026-07-02 08:35:42 +00:00
beasty deleted branch chore/housekeeping-sweep 2026-07-02 08:35:42 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
beasty/beastypage!8
No description provided.