بنقرة واحدة
co-scientist-run
Bootstrap an existing Co-Scientist run directory from Codex.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Bootstrap an existing Co-Scientist run directory from Codex.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run the full Co-Scientist pipeline for one research run.
Evaluate whether a hypothesis newly entered the current top-k set and update the convergence counter deterministically.
Assemble a dashboard-ready snapshot from the canonical state.
Choose exactly one concrete evolution strategy for the active evolution round.
Run the assumption decomposition and deep verification review for a hypothesis.
Run the iterative evolution loop from the current persisted run state until convergence.
| name | co-scientist-run |
| description | Bootstrap an existing Co-Scientist run directory from Codex. |
Goal:
Expected input:
runs/test1runs/test1/config.yamlExecution steps:
Resolve the run directory or config path relative to the repository root.
Run:
python -m tools.host.project_cli run <run-target> --skill co-scientist-pipeline
Read runs/<run_id>/state/HOST_AGENT_HANDOFF.json.
Read the CLI JSON result and the run-local dashboard receipt artifacts:
runs/<run_id>/dashboard/LINKS.mdruns/<run_id>/dashboard/LINKS.jsonIf the CLI JSON contains dashboardLinks:
dashboard.status is running, return dashboardLinks.dashboard as the primary dashboard URL and include the deep links.dashboard.status is starting, immediately run:python -m tools.host.project_cli dashboard <run-dir>
runs/<run_id>/dashboard/LINKS.md.runtime.status is now running, return the refreshed links.dashboard URL as the primary dashboard URL and include the deep links.runtime.status is still starting, tell the user that the dashboard is still booting, point them to runs/<run_id>/dashboard/LINKS.md, and include the retry command:$co-scientist-dashboard <run-dir>
Open skills/co-scientist-pipeline/SKILL.md and the shared references listed by the handoff.
Continue from the canonical repository-local workflow instead of inventing a parallel flow. If the refreshed routing plan returns run_configuration, execute research-config and validate research_plan/RESEARCH_PLAN.json before any generation work.
After major phase writes, run:
python -m tools.validation.contract_validation runs/<run_id> --skill co-scientist-pipeline
Rules:
research-config when routing requires run_configuration.Configuration rather than Generation; do not skip it when the routing plan requires run_configuration.skills/ as canonical and .agents/skills/ as the installed Codex discovery surface.runs/<run_id>/dashboard/LINKS.md as the human-readable dashboard receipt and runs/<run_id>/dashboard/LINKS.json as the machine-readable receipt.completion_driven + auto, continue until the routing plan reaches overview, a configured checkpoint, or a blocking validator/safety state.$co-scientist-resume <run-dir> or an explicit continue request.