Private
Public Access
0
0

docs(spec): clarify ai_settings.toml vs manual_slop.toml for mma.enabled flag

This commit is contained in:
2026-07-01 18:41:30 -04:00
parent 9a6fd8066b
commit 7c046ee7b4
@@ -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