Loading...
Loading...
Orchestrate F1 test drives to validate the Cyrus agent system end-to-end across issue-tracker, EdgeWorker, and activity rendering.
npx skill4agent add ceedaragents/cyrus f1-test-drivecd apps/f1
./f1 init-test-repo --path /tmp/f1-test-drive-<timestamp>CYRUS_PORT=3600 CYRUS_REPO_PATH=/tmp/f1-test-drive-<timestamp> bun run apps/f1/server.ts &CYRUS_PORT=3600 ./f1 ping
CYRUS_PORT=3600 ./f1 statusCYRUS_PORT=3600 ./f1 create-issue \
--title "<issue title>" \
--description "<issue description>"CYRUS_PORT=3600 ./f1 start-session --issue-id <issue-id>CYRUS_PORT=3600 ./f1 view-session --session-id <session-id>thoughtactionresponseCYRUS_PORT=3600 ./f1 view-session --session-id <session-id> --limit 10 --offset 0CYRUS_PORT=3600 ./f1 stop-session --session-id <session-id>apps/f1/test-drives/# Test Drive #NNN: [Goal Description]
**Date**: YYYY-MM-DD
**Goal**: [One sentence]
**Test Repo**: [Path]
## Verification Results
### Issue-Tracker
- [ ] Issue created
- [ ] Issue ID returned
- [ ] Issue metadata accessible
### EdgeWorker
- [ ] Session started
- [ ] Worktree created (if applicable)
- [ ] Activities tracked
- [ ] Agent processed issue
### Renderer
- [ ] Activity format correct
- [ ] Pagination works
- [ ] Search works
## Session Log
[commands + key outputs + pass/fail]
## Final Retrospective
[what worked, issues, recommendations]3600