Skip to content

Commit 008313e

Browse files
committed
Update root agent guides with Beads prerequisite
1 parent 72b845f commit 008313e

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ full operations manual.
1111
- Prefer a **remote execution environment** (e.g., Daytona) for large benchmark runs; use local Docker only when a task’s image or registry is incompatible with your cloud environment. See `docs/DAYTONA.md`.
1212
- Set **parallelism based on your own account and model limits**. Avoid exceeding documented concurrency or rate caps for your environment or provider.
1313

14+
## Beads Prerequisite
15+
- Keep the Beads CLI (`bd`, alias `beads`) up to date before running agent workflows that rely on task graphs.
16+
- Install or update with the official installer:
17+
```bash
18+
curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash
19+
```
20+
- Verify install/version with `bd --version` (or `beads --version`).
21+
1422
## Minimal Loading Policy
1523
- Default load order: this file + one relevant skill + one relevant doc.
1624
- Do not open broad catalogs (`docs/TASK_CATALOG.md`, large script lists, full reports) unless required.

CLAUDE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ full operations manual.
1111
- Prefer a **remote execution environment** (e.g., Daytona) for large benchmark runs; use local Docker only when a task’s image or registry is incompatible with your cloud environment. See `docs/DAYTONA.md`.
1212
- Set **parallelism based on your own account and model limits**. Avoid exceeding documented concurrency or rate caps for your environment or provider.
1313

14+
## Beads Prerequisite
15+
- Keep the Beads CLI (`bd`, alias `beads`) up to date before running agent workflows that rely on task graphs.
16+
- Install or update with the official installer:
17+
```bash
18+
curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash
19+
```
20+
- Verify install/version with `bd --version` (or `beads --version`).
21+
1422
## Minimal Loading Policy
1523
- Default load order: this file + one relevant skill + one relevant doc.
1624
- Do not open broad catalogs (`docs/TASK_CATALOG.md`, large script lists, full reports) unless required.

docs/ops/ROOT_AGENT_GUIDE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ full operations manual.
1111
- Prefer a **remote execution environment** (e.g., Daytona) for large benchmark runs; use local Docker only when a task’s image or registry is incompatible with your cloud environment. See `docs/DAYTONA.md`.
1212
- Set **parallelism based on your own account and model limits**. Avoid exceeding documented concurrency or rate caps for your environment or provider.
1313

14+
## Beads Prerequisite
15+
- Keep the Beads CLI (`bd`, alias `beads`) up to date before running agent workflows that rely on task graphs.
16+
- Install or update with the official installer:
17+
```bash
18+
curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash
19+
```
20+
- Verify install/version with `bd --version` (or `beads --version`).
21+
1422
## Minimal Loading Policy
1523
- Default load order: this file + one relevant skill + one relevant doc.
1624
- Do not open broad catalogs (`docs/TASK_CATALOG.md`, large script lists, full reports) unless required.

0 commit comments

Comments
 (0)