-
Notifications
You must be signed in to change notification settings - Fork 4
Migration Playbooks
David Ahmann edited this page Feb 10, 2026
·
1 revision
- Run first-win:
gait demo --jsongait verify run_demo --json
- Pick one adapter example and copy boundary pattern.
- Add policy fixtures (
allow,block,require_approval). - Enable CI checks:
make test-adapter-paritymake test-skill-supply-chainmake test-acceptance
- Capture ticket-safe footer from run artifacts.
- Initialize regress fixture:
gait regress init --from <run_id> --json
- Enforce in CI:
gait regress run --json --junit ./gait-out/junit.xml
Reference: docs/ci_regress_kit.md
- Start with simulate/dry-run policy.
- Review reasons and traces.
- Move to enforce after deterministic pass.
Reference: docs/policy_rollout.md
- No side-effecting path bypasses Gate.
- Deterministic artifacts generated for every guarded action.
- Regress and policy tests run on every PR.