Skip to content

chore: untrack TODO.md - #83

Merged
skishchampi merged 1 commit into
mainfrom
chore/untrack-todo
Aug 17, 2026
Merged

chore: untrack TODO.md#83
skishchampi merged 1 commit into
mainfrom
chore/untrack-todo

Conversation

@skishchampi

Copy link
Copy Markdown
Contributor

TODO.md is session coordination, not repo documentation.

Why it goes

  1. Nothing reads it. No README, Makefile, workflow or test references it. Checked across the repo.
  2. It named internal-only files — that is what surfaced it. Two of those references had been public since May.
  3. It matches how the repo already treats coordination state. WORKING.md, SESSION_LOG.md, memory/ and notes/ are all ignored.

What happens to the file

It stays in the working tree at 6703 bytes and becomes gitignored. It keeps its internal pointers, because those are correct content for a private file. Sanitising them would strip the value it has locally.

Not fixed by this

The historical blobs still contain the old content. Removing those needs a history rewrite, which is out of scope here.

470 passed, 1 skipped.

TODO.md is session coordination, not repo documentation. Nothing in the
repo reads it. No README, Makefile, workflow or test references it.

It also named internal-only files, which is what surfaced it. Two of
those references had been public since May.

The file stays in the working tree at 6703 bytes and is now ignored, so
it keeps its internal pointers. Those pointers are correct content for a
private file. Sanitising them would strip the value it has locally.

This matches how the repo already treats WORKING.md, SESSION_LOG.md,
memory/ and notes/.
@skishchampi
skishchampi merged commit 6d35ee2 into main Aug 17, 2026
9 checks passed
@skishchampi
skishchampi deleted the chore/untrack-todo branch August 17, 2026 03:40
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