You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests, and package metadata, so harness code changes run executable checks
@@ -47,6 +47,28 @@ project skill roots. Project-local skills remain source-owned in this repository
47
47
- App workflow changes should route through the resolved skills above instead of ad hoc shell chains or undocumented local commands.
48
48
- When the app needs desktop-only behavior that SwiftUI cannot express cleanly, document the exact gap first and keep the implementation covered by `swiftui-pro` and `xcode-build`.
Codex Autopilot loads target verification only from repository-root `autopilot.yml` on the origin default branch. It does not read `.agents` or `WORKFLOW.md` as the Autopilot gate. Local Symphony/agent runs still use `WORKFLOW.md``validation.command` (`./scripts/validate.sh`) and `.agents`.
54
+
55
+
In scope: origin Autopilot verification command, protected verifier paths, and `harness-contract` ownership of `autopilot.yml`. Out of scope: replacing `agent:complete`, GitHub CI, or `scripts/validate.sh`; authorizing Autopilot-labeled product PR merges.
56
+
57
+
-`version` is integer `1`, not float `1.0`.
58
+
-`verify.command` is `npm test`.
59
+
-`contract.protectedPaths` includes `autopilot.yml`, `.agents/**`, `WORKFLOW.md`, `package.json`, and `package-lock.json`.
60
+
- The `harness-contract` manifest is the single primary owner of `autopilot.yml`.
61
+
-`autopilot.yaml` is invalid. Do not add a sibling alias.
0 commit comments