Skip to content

Commit d6a41b0

Browse files
committed
docs: add Harbor+Daytona instructions to all agent guides and navigation
Rewrite docs/DAYTONA.md to position Harbor+Daytona (--environment-type daytona) as the recommended approach for production benchmark runs with full artifact collection. Add Daytona routing to root and local CLAUDE.md/AGENTS.md files, START_HERE_BY_TASK.md, and task_routes.json. Fix pre-existing issues: remove stale tasks/ directory references from sync_agent_guides.py and docs_consistency_check.py, remove dangling RESULT_DIRECTORY_SPEC.md reference, regenerate script registry and index.
1 parent b9fee16 commit d6a41b0

File tree

17 files changed

+224
-184
lines changed

17 files changed

+224
-184
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ full operations manual.
1616

1717
## Fast Routing By Intent
1818
- Launch or rerun benchmarks: `docs/START_HERE_BY_TASK.md` -> "Launch / Rerun Benchmarks"
19+
- Run benchmarks on Daytona (cloud, no Docker needed): `docs/DAYTONA.md`
1920
- Monitor / status: `docs/START_HERE_BY_TASK.md` -> "Monitor Active Runs"
2021
- Triage failures: `docs/START_HERE_BY_TASK.md` -> "Triage Failed Tasks"
2122
- Compare configs / MCP impact / IR: `docs/START_HERE_BY_TASK.md` -> "Analyze Results"
@@ -25,7 +26,6 @@ full operations manual.
2526
## Local Guides
2627
- `scripts/AGENTS.md` - script categories, safe usage, one-off handling
2728
- `configs/AGENTS.md` - run launcher wrappers and confirmation gate policy
28-
- `tasks/AGENTS.md` - task metadata and validation workflow
2929
- `docs/AGENTS.md` - documentation IA and canonical vs archive guidance
3030

3131
## Compaction / Handoff Checkpoints

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ full operations manual.
1616

1717
## Fast Routing By Intent
1818
- Launch or rerun benchmarks: `docs/START_HERE_BY_TASK.md` -> "Launch / Rerun Benchmarks"
19+
- Run benchmarks on Daytona (cloud, no Docker needed): `docs/DAYTONA.md`
1920
- Monitor / status: `docs/START_HERE_BY_TASK.md` -> "Monitor Active Runs"
2021
- Triage failures: `docs/START_HERE_BY_TASK.md` -> "Triage Failed Tasks"
2122
- Compare configs / MCP impact / IR: `docs/START_HERE_BY_TASK.md` -> "Analyze Results"
@@ -25,7 +26,6 @@ full operations manual.
2526
## Local Guides
2627
- `scripts/AGENTS.md` - script categories, safe usage, one-off handling
2728
- `configs/AGENTS.md` - run launcher wrappers and confirmation gate policy
28-
- `tasks/AGENTS.md` - task metadata and validation workflow
2929
- `docs/AGENTS.md` - documentation IA and canonical vs archive guidance
3030

3131
## Compaction / Handoff Checkpoints

configs/AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Use this file when working in `configs/` launchers and run orchestration wrapper
1111
- Start with `configs/_common.sh` for shared run policy and confirmation behavior.
1212
- Use `configs/run_selected_tasks.sh` for selected-task execution flows.
1313
- Use `configs/*_2config.sh` wrappers for paired baseline/MCP runs.
14+
- For Daytona cloud execution, add `--environment-type daytona` to `harbor run` commands. See `docs/DAYTONA.md` for prerequisites and capacity planning.
1415

1516
## When Editing
1617
- Preserve `confirm_launch()` gating behavior.

configs/CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Use this file when working in `configs/` launchers and run orchestration wrapper
1111
- Start with `configs/_common.sh` for shared run policy and confirmation behavior.
1212
- Use `configs/run_selected_tasks.sh` for selected-task execution flows.
1313
- Use `configs/*_2config.sh` wrappers for paired baseline/MCP runs.
14+
- For Daytona cloud execution, add `--environment-type daytona` to `harbor run` commands. See `docs/DAYTONA.md` for prerequisites and capacity planning.
1415

1516
## When Editing
1617
- Preserve `confirm_launch()` gating behavior.

0 commit comments

Comments
 (0)