diff --git a/docs/superpowers/specs/2026-07-01-mma-quarantine-rag-test-decoupling-design.md b/docs/superpowers/specs/2026-07-01-mma-quarantine-rag-test-decoupling-design.md index 132a8fe7..4a1326db 100644 --- a/docs/superpowers/specs/2026-07-01-mma-quarantine-rag-test-decoupling-design.md +++ b/docs/superpowers/specs/2026-07-01-mma-quarantine-rag-test-decoupling-design.md @@ -43,7 +43,7 @@ The RAG *tests* are testing "does RAG survive the live_gui subprocess lifecycle ### Mechanism -Config flag `mma.enabled`, default `false`, in `[ai_settings.toml]`. Per `conductor/code_styleguides/feature_flags.md` §2: this is a persistent preference (off by default, not recoverable by a single regenerate command), so config flag + GUI checkbox is the correct pattern — not file presence, not env-var-only. +Config flag `mma.enabled`, default `false`, in `[ai_settings.toml]` (the per-project settings file, not `manual_slop.toml` which is project-static config). Per `conductor/code_styleguides/feature_flags.md` §2: this is a persistent preference (off by default, not recoverable by a single regenerate command), so config flag + GUI checkbox is the correct pattern — not file presence, not env-var-only. ### What the flag gates