chore: delete unconsumed in-repo prompt copies (operator decision: guard interaction) #489
Labels
No labels
Agent
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
joshtronic/igor#489
Loading…
Reference in a new issue
No description provided.
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?
Split from #487: delete the seven now-unconsumed in-repo prompt copies (the prompt body of
AGENTS.md, andbin/lib/{review-directive,voice,feedback-directive,site-work-directive,sports-digest-directive,now-directive}.md) plus add the negative wiring assertion (grep -rn 'bin/lib/.*\.md' bin/ lib/finds no consuming reads).Why this needs an operator decision: the deletion is ~1,100 non-test lines and structurally CANNOT pass the 1000-line runaway guard, so the loop cannot ship it -- the guard blocked #487's first attempt exactly as designed. Options:
git rm+ a small check-sync stub decision -- whether AGENTS.md remains as a sentinel-only stub, see #487's retarget).No urgency: nothing reads these files (verified in #486), and check-sync mis-guarding is fixed by #487 independently.