Restore the required all-files pre-commit validation surface #78
Labels
No labels
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/agent-proxy#78
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?
Problem
The repository has no
.pre-commit-config.yaml, while the inherited repository conventions requirepre-commit run --all-filesbefore committing.A documentation change attempted to expose that check through a temporary Ward verb. The command failed immediately because
.pre-commit-config.yamldoes not exist, so the verb was removed rather than landing a broken command.Desired outcome
Make Agent Proxy's validation surface agree with the fleet contract:
.ward/ward.yamlif the configuration is restoredEvidence
pre-commit run --all-filescurrently reportsInvalidConfigError: .pre-commit-config.yaml is not a file.