[codex] Right-size repo-local Motus standards#136
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Validation
Review Evidence
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