Restore the required all-files pre-commit validation surface #78

Closed
opened 2026-08-04 20:15:50 +00:00 by coilyco-ops · 0 comments
Member

Problem

The repository has no .pre-commit-config.yaml, while the inherited repository conventions require pre-commit run --all-files before committing.

A documentation change attempted to expose that check through a temporary Ward verb. The command failed immediately because .pre-commit-config.yaml does 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:

  • add the canonical consumer configuration for the agentic-os catalog hook suite, or document an intentional scoped exemption in the owning source
  • expose the all-files invocation through .ward/ward.yaml if the configuration is restored
  • verify the suite succeeds across all tracked files
  • keep hook configuration sourced from the canonical agentic-os catalog rather than copying validator logic into this repository

Evidence

pre-commit run --all-files currently reports InvalidConfigError: .pre-commit-config.yaml is not a file.

## Problem The repository has no `.pre-commit-config.yaml`, while the inherited repository conventions require `pre-commit run --all-files` before committing. A documentation change attempted to expose that check through a temporary Ward verb. The command failed immediately because `.pre-commit-config.yaml` does 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: - add the canonical consumer configuration for the agentic-os catalog hook suite, or document an intentional scoped exemption in the owning source - expose the all-files invocation through `.ward/ward.yaml` if the configuration is restored - verify the suite succeeds across all tracked files - keep hook configuration sourced from the canonical agentic-os catalog rather than copying validator logic into this repository ## Evidence `pre-commit run --all-files` currently reports `InvalidConfigError: .pre-commit-config.yaml is not a file`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/agent-proxy#78
No description provided.