ux(steering): agents still reach for raw git worktree/read commands - find and close what pulls them off the blessed madt path #126
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea#126
Loading…
Add table
Add a link
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?
Evidence from 2026-07-15 (one working session in this repo) of me repeatedly reaching for raw git despite the blessed madt_* path existing:
git worktree addx4 in a chained invocation - hook-blocked and steered to madt_worktrees (correct outcome). Root cause was a stale workflow recipe in an out-of-repo skill doc that prescribed the raw form; fixed at its source the same day, but it shows how easily prescriptive docs bypass the blessed path.git -C <worktree> log/diff/showreads, each drawing the advisory FYI steer toward madt_log / madt_ref_inspect. The steers fired AFTER the fact every time; nothing surfaced the blessed read path before the first reach.git merge-base --is-ancestor <sha> HEAD- used because NO madt_* equivalent exists for a branch-contains/ancestry check. When verifying "did that rebase actually happen" (the #125 investigation), raw git was the only tool that could answer.Asks
madt_ref_inspect action=contains ref=<sha> in=<branch>or similar) - the natural post-rebase / pre-finish verification.Acceptance