# EV-200 — autonomous clean-commit push enforcement

Recorded: 2026-07-23
Links: REQ-168, TRK-154, CHG-129

## Result

`project-git-workflow` now requires an autonomous run to integrate and push a
clean verified commit to its configured remote without presenting finish
options or asking for redundant consent. `key_decision` and `guided` retain
their explicit-consent checkpoint, while force-push remains consent-gated in
every tier.

The corrected rule is present in all seven canonical, hub-discovery, and
downstream-template copies.

## Verification

- The targeted regression failed against each stale skill copy before the
  implementation and passed after all seven copies were corrected.
- Forty-nine focused workflow, skill-install, release-policy, and
  decision-policy tests passed.
- Deterministic verification WFR-390 passed all 1,194 repository tests; state
  consistency and the completion gate returned zero findings.
- A further 106 policy, skill-delivery, and wiki tests passed after the durable
  knowledge ingest.
- Wiki link lint, the 0.16.49 gap audit, and release hygiene all returned zero
  findings.

## Boundary

This changes ordinary autonomous push and merge behavior only. Force-push,
secrets, cross-repository writes, and other hard-floor actions still require
explicit authority.
