Skip to content

[codex] Right-size repo-local Motus standards#136

Merged
bnvoss merged 1 commit into
mainfrom
codex/rightsize-motus-standards-20260521
May 21, 2026
Merged

[codex] Right-size repo-local Motus standards#136
bnvoss merged 1 commit into
mainfrom
codex/rightsize-motus-standards-20260521

Conversation

@bnvoss
Copy link
Copy Markdown
Collaborator

@bnvoss bnvoss commented May 21, 2026

Summary

Addresses #135 by removing the stale repo-local process remnants that made /motus agents fall back into old phase/batch/internal-release workflow for ordinary PRs.

Work Item and Mode

Changes

  • Replaced the oversized .ai standards with a /motus-specific mode-based workflow.
  • Defined qualitative confidence language: Low, Medium, High with evidence, no arbitrary percentages.
  • Updated CONTRIBUTING and the PR template.
  • Added check_repo_process_standards.py and GATE-PROC-001 to prevent regression.
  • Wired the guard into Quality Gates and run-all-gates.
  • Changed run-all-gates visible labels from Phase to Group.

Validation

  • python3 packages/cli/scripts/ci/check_repo_process_standards.py: PASS
  • scripts/gates/gate-proc-001.sh: PASS
  • python3 packages/cli/scripts/ci/check_quality_gate_path_filters.py: PASS
  • python3 -m py_compile packages/cli/scripts/ci/check_repo_process_standards.py packages/cli/scripts/ci/check_quality_gate_path_filters.py: PASS
  • git diff --check: PASS
  • rg old process vocabulary over edited process surfaces: no matches
  • bash scripts/gates/run-all-gates.sh: PASS, 18/18 base gates, 299 tests, runtime truth matrix pass, wheel/sdist audits pass, secrets scan pass

Review Evidence

  • Godel read-only independent review: CHANGES REQUESTED first pass, blockers fixed, APPROVED on re-review.

Confidence

High. The fix is scoped to repo-local standards and gate enforcement, the regression class now has a deterministic guard, and the full local gate suite passes.

Closes #135

Root cause: /motus repo-local standards still encoded legacy phase/batch/internal-release workflow, so agents following AGENTS.md correctly loaded stale process.

Fix: replace repo-local standards with /motus mode-based workflow, update PR/contributing guidance, add GATE-PROC-001 and CI guard for process drift, and rename gate output groups away from phase labels.

Validation: check_repo_process_standards.py; gate-proc-001.sh; check_quality_gate_path_filters.py; py_compile; git diff --check; bash scripts/gates/run-all-gates.sh (18/18 base gates, 299 tests).

Review: Godel read-only independent review approved after follow-up.
@bnvoss bnvoss merged commit 0d8177b into main May 21, 2026
5 checks passed
@bnvoss bnvoss deleted the codex/rightsize-motus-standards-20260521 branch May 21, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Right-size repo-local standards to prevent legacy workflow fallback

1 participant