co-scientist-params
Goal:
- Show the user the available high-level start parameters for Co-Scientist.
When to use:
- The user asks what knobs or parameters are available.
- The user asks how
/co-scientist-startcan be configured. - The user wants the expert-facing parameter table instead of the short guided intake.
Execution steps:
-
Run:
python -m tools.host.claude_project_cli params -
If the user explicitly wants machine-readable output, run:
python -m tools.host.claude_project_cli params --format json -
Present the parameter surface in this order:
- core axes
- advanced axes
- utility flags only when relevant
-
Use
../../shared-references/start-parameters.mdas the canonical contract for names, defaults, and meanings.
Rules:
- Lead with the core axes and defaults rather than dumping every possible flag immediately.
- Do not expose low-level mechanics settings such as
num_debaters,elo_k_factor, orucb_exploration_constantas user-facing start parameters. - If the user only wants to begin a run, route back to
/co-scientist-startafter answering the parameter question.
微信扫一扫