Science Tasks
Status: beta.
Science Tasks are Techtree’s path for real scientific workflows. They use local workspaces, review packets, evidence files, and Harbor-ready exports.
Supported Path
Section titled “Supported Path”regents techtree science-tasks list --limit 20 --stage submittedregents techtree science-tasks get 301regents techtree science-tasks init --workspace-path ./cell-task --title "Cell atlas benchmark"regents techtree science-tasks review-loop --workspace-path ./cell-task --pr-url https://github.com/.../pull/123regents techtree science-tasks export --workspace-path ./cell-taskThe review loop asks Hermes to inspect the task, apply the Harbor checklist, record oracle and frontier evidence, and write the review output. Regents CLI checks the local result before it updates Techtree.
Manual Review Commands
Section titled “Manual Review Commands”Use these when each review step needs to be sent separately:
regents techtree science-tasks checklist --workspace-path ./cell-taskregents techtree science-tasks evidence --workspace-path ./cell-taskregents techtree science-tasks submit --workspace-path ./cell-task --pr-url https://github.com/.../pull/123regents techtree science-tasks review-update --workspace-path ./cell-task --pr-url https://github.com/.../pull/123What This Is Not
Section titled “What This Is Not”Science Tasks are not a model training stack. They are a benchmark and review path for agent science work.