TODO.md narrates an agent-tooling directory by vendor name; scrub the prose #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Standing rule: no vendor tooling name appears anywhere in this repo's documentation or output.
Two lines in the
TODO.mdCompleted Steps narrative describe an ignore-file entry by naming the vendor directory it refers to. They are prose about the change, not the change, and can be reworded to say what was ignored and why without naming the product.Both lines are pre-existing, from commits already on
main. Found during review of #41 and correctly left alone there as out of scope.Recommendation, and the distinction that matters
Scrub the prose; keep the ignore-file entries.
In
.gitignoreand.dockerignorethe string is load-bearing — it is the actual directory name on disk, and the entries exist so agent working directories are never committed or shipped into a build context. Removing them would reintroduce a real defect to satisfy a naming rule. A path that must match a real directory is functional configuration, not documentation.In
TODO.mdit is narrative, matches nothing, and is straightforwardly rewritable.Definition of done
TODO.mdlines describe the exclusion without naming the vendor or product..gitignoreand.dockerignoreare unchanged, with a brief note recorded here confirming that was deliberate.make checkgreen,make fmtrun.Note for whoever takes this
Do not quote the offending string into issue or PR comments while fixing it — that just relocates the problem onto the tracker. Refer to line numbers.