docs(spec): clarify ai_settings.toml vs manual_slop.toml for mma.enabled flag
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user