861 B
861 B
| description | agent |
|---|---|
| Verify replication results for a completed project | paper-director |
Verify the replication results for an existing project.
Input
Project directory: $ARGUMENTS
If no directory specified, list available projects in workspace/ and ask user to select.
Workflow
- Validate project directory exists
- Check required files exist:
analysis/paper_structure.mdanalysis/replication_plan.mdsrc/with codetests/with tests
- Dispatch @test-runner to:
- Run test suite
- Compare results with paper
- Generate/update
reports/replication_report.md
- Present verification summary
Example Usage
/verify workspace/attention_is_all_you_need/
Or without arguments:
/verify
> Available projects:
> 1. attention_is_all_you_need
> 2. resnet
> Please select a project to verify.