Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 0 additions & 46 deletions .beads/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .beads/config.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions .beads/issues.jsonl

This file was deleted.

4 changes: 0 additions & 4 deletions .beads/metadata.json

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ temp/
.worktrees/
allagents.worktrees/

# Beads external workspace (never initialized inside this source repo)
.beads/

# Ralph runtime files (not config)
.ralph/.call_count
.ralph/.circuit_breaker_history
Expand Down
5 changes: 0 additions & 5 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ bun install
```
- If you discover you are not on a fresh worktree from the latest `origin/main`, stop and fix that first before changing code.

### NTM & Beads Coordination
- Use NTM sessions/workers for multi-agent orchestration. The stable NTM project root is `/home/entity/ntm_Dev/allagents`; use task labels/workers from that project for coordinated work.
- Track durable task state with Beads using `br`. Keep Bead statuses current, run `br sync --flush-only` before commits that change Beads state, and commit only intentional `.beads` JSONL/config files.
- Do not commit Beads runtime files such as local DB/WAL files, locks, sync state, or history backups.

### Planning
- Use plan mode for any non-trivial task (5+ steps or architectural decisions).
- If something goes sideways, STOP and re-plan immediately instead of pushing through a broken approach.
Expand Down