com um clique
co-scientist-resume
Resume an interrupted Co-Scientist run from Codex.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Resume an interrupted Co-Scientist run from Codex.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
| name | co-scientist-resume |
| description | Resume an interrupted Co-Scientist run from Codex. |
Goal:
Expected input:
runs/test1Execution steps:
Resolve the run directory relative to the repository root.
Confirm that input.md and state/ artifacts exist.
Run:
python -m tools.host.project_cli resume <run-dir> --skill co-scientist-pipeline
Read state/PIPELINE_STATE.json, state/CURRENT_STAGE.json, and 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>
Run the resume validator before continuing:
python -m tools.validation.contract_validation <run-dir> --resume --skill co-scientist-pipeline
Resume only incomplete phases. Do not restart completed phases when their artifacts remain valid.
Continue from skills/co-scientist-pipeline/SKILL.md and the route recorded in persisted state. If the persisted route returns run_configuration, resume or rerun research-config and validate research_plan/RESEARCH_PLAN.json before any generation work.
Rules:
runs/<run_id>/dashboard/LINKS.md as the human-readable dashboard receipt and runs/<run_id>/dashboard/LINKS.json as the machine-readable receipt.research_plan/RESEARCH_PLAN.json is missing or invalid, expect resume routing to return run_configuration instead of skipping directly to generation or evolution.run_review resumes only review, run_insights resumes only insights, run_proximity resumes only proximity, run_ranking resumes only ranking, and continue_evolution may create at most one child before closing that child through review, proximity, ranking with ranking update receipt coverage, convergence, and one appended round receipt.HYPOTHESIS.json into an earlier EVOLUTION_ROUNDS.jsonl record.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.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.