What problem does it solve?
Teams running autonomous PR continuation loops in the Open Mercato repository need repo-specific rules: which specs count as done, which integration suites must pass, and how to resume PRs created before the run-folder migration. This extension pins those details so the shared workflow behaves correctly in this repo.
Core Features & Use Cases
- Spec-completion gates: Defines that completion requires
yarn test:integration plus yarn test:create-app:integration when template-synced surfaces changed, and the om-ds-guardian style pass when UI was touched.
- Spec scope pinning: Restricts spec sources to
.ai/specs/ and .ai/specs/enterprise/, with the run-folder contract defined in .ai/runs/README.md.
- Legacy plan resume: Detects flat
Tracking plan: .ai/runs/<date>-<slug>.md references in older PRs, migrates them into a run folder with PLAN.md, and initializes HANDOFF.md and NOTIFY.md.
- Use Case: An agent resuming a stale PR finds a legacy flat plan, migrates it into the run-folder structure, then runs the correct Docker-or-local validation gates before marking the spec complete.
Quick Start
Ask the agent to continue the open PR loop for this repository using the Open Mercato spec-completion gates and run-folder conventions.