detect-commands names a tool binary it never checks is reachable #221
Labels
No labels
already-shipped
bug
documentation
duplicate
enhancement
external-review
good first issue
help wanted
in progress
invalid
needs-decision
proposal
question
security
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: crenshawdev/cadence-archived#221
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?
Verified on this machine 2026-08-18:
ruff,mypy,eslintandtscare all absent from PATH, and apyproject.tomlcarrying[tool.ruff]/[tool.mypy]still yields{"lint":"ruff check .","typecheck":"mypy ."}. Same forcargo clippyunder rustups minimal profile.The command is named from the presence of its config table alone. The executor contract turns a surviving static-analysis failure into a
blockedcheckpoint, so a missing binary stops the plan after three wasted attempts rather than being absent up front.An unreachable binary should yield no command, the same answer as no config table.
Closed by v3.5.5 (RCH-01, verified against the shipped tree).