cleanup: remove tracked editor artifacts and stale local debris #317

Closed
opened 2026-05-11 19:19:51 +00:00 by barrettruth · 0 comments
Owner

Parent: #305

Problem

The tracked tree currently includes at least one editor swap artifact under src/contexts/.navigation.tsx.swp. This kind of debris creates noise for agents, search results, and future refactors.

Solution

Do a repo hygiene pass:

  • remove tracked editor artifacts and accidental local files
  • update .gitignore for common swap/session files if needed
  • avoid deleting meaningful worktrees or active branches; this issue is about tracked project files only
  • verify search/file-tree output is clean afterward

Acceptance criteria

  • No editor swap/session artifacts are tracked under source directories.
  • .gitignore prevents obvious recurrence without hiding legitimate source files.
  • git status --short is clean after the PR.
  • just lint passes if source files or ignore rules change.
Parent: #305 ## Problem The tracked tree currently includes at least one editor swap artifact under `src/contexts/.navigation.tsx.swp`. This kind of debris creates noise for agents, search results, and future refactors. ## Solution Do a repo hygiene pass: - remove tracked editor artifacts and accidental local files - update `.gitignore` for common swap/session files if needed - avoid deleting meaningful worktrees or active branches; this issue is about tracked project files only - verify search/file-tree output is clean afterward ## Acceptance criteria - No editor swap/session artifacts are tracked under source directories. - `.gitignore` prevents obvious recurrence without hiding legitimate source files. - `git status --short` is clean after the PR. - `just lint` passes if source files or ignore rules change.
barrettruth added this to the v0.1.0 milestone 2026-05-11 19:19:51 +00:00
Sign in to join this conversation.
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
barrettruth/delta#317
No description provided.