docs(config): document the reviewer / debate / tournament knobs - #317
Open
Jacky628 wants to merge 1 commit into
Open
docs(config): document the reviewer / debate / tournament knobs#317Jacky628 wants to merge 1 commit into
Jacky628 wants to merge 1 commit into
Conversation
Follow-up to aiming-lab#316: opt-in features that aren't advertised tend to stay unused. Documents the nine settings in the example config, with the reviewer fields written out explicitly (empty = current behaviour) and the debate/tournament ones commented out. Scope is limited to what is actually wired up on main, which is narrower than the engines can do: debate and the tournament are documented for Stage 8 only, and there is no reasoning_effort setting. Also records the non-obvious parts a user cannot infer from field names — that the tournament takes priority over debate on Stage 8, that a debate panel needs >= 2 distinct models after deduplication or it silently falls back to the single-model path, and the four ARC_* env overrides. Verified by parsing the example config through RCConfig: reviewer_model empty, debate_enabled and tournament_enabled False — the documented defaults match what the loader produces. No code changes. Full suite: 2951 passed, 0 failed, 56 skipped. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Follow-up to #316, as requested: "Opt-in features that aren't advertised tend to stay unused."
Documents the nine settings in
config.researchclaw.example.yaml. Thereviewer_*fields are written out explicitly with empty values (empty = today's behaviour, so the file stays a working config);debate_*andtournament_*are commented out.Scope is what's actually wired up on
main, which is narrower than the engines are capable of — debate and the tournament are documented for Stage 8 only, and there is noreasoning_effortsetting. I checked the wiring rather than describing the engines' full capability, so the file shouldn't promise anything that isn't there.Beyond listing the fields, it records the parts a user cannot infer from the names:
debate_enabled: truealone does nothing while the tournament is also on;ARC_*env overrides, including the two ablation switches.Verified by parsing the example config through
RCConfig:The documented defaults match what the loader actually produces.
No code changes. Full suite: 2951 passed, 0 failed, 56 skipped.
🤖 Generated with Claude Code