Evaluate urfave/cli ArgValidator PR for cli-guard #236
Labels
No labels
burndown-2026-06
sunday-sprint
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/umbra#236
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?
Context
Upstream urfave/cli PR 2377 implements the tree-wide argument-validation hook requested in urfave/cli issue 2327:
https://github.com/urfave/cli/pull/2377
https://github.com/urfave/cli/issues/2327
Do not comment on or review the upstream GitHub PR until the GitHub repositories are cleaned up.
Questions to resolve
Current assessment
The PR appears useful as a narrow fail-closed backstop. It does not currently replace verb.Wrap or solve the full middleware need. Existing urfave/cli Before hooks already run across the resolved ancestor chain and already short-circuit Action on error, so the new value is the dedicated validator receiving the resolved leaf command.
Done