Skip to content
Open
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
83 changes: 0 additions & 83 deletions .beads/.gitignore

This file was deleted.

68 changes: 0 additions & 68 deletions .beads/config.yaml

This file was deleted.

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

This file was deleted.

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

# Beads / Dolt files
.dolt/
*.db
.beads-credential-key
.beads/proxieddb/

# Ralph runtime files (not config)
.ralph/.call_count
.ralph/.circuit_breaker_history
Expand Down
4 changes: 0 additions & 4 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ bun install
- Temporary plans and design notes may live under `.claude/plans/` while work is in progress.
- Once implementation is complete, delete stale plan files and update durable docs for any user-facing behavior changes.

### Beads
- Run `bd bootstrap` after cloning if the local issue database is missing; do not re-run `bd init` for this already-initialized repository.
- Beads syncs through the public AllAgents GitHub repository. Treat all issue content as public.

## PR & Commit Titles
- Prefer conventional commit style for branch-facing titles: `type(scope): summary`.
- Use the repository's normal types where they fit, such as `feat`, `fix`, `docs`, `style`, `refactor`, `test`, and `chore`.
Expand Down
7 changes: 0 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ bun run dev workspace init test-ws
bun run dev update
```

## Issue Tracking

AllAgents uses repo-local Beads state synced through this public GitHub
repository. After cloning, run `bd bootstrap` to download the issue database;
do not run `bd init`, because the project identity is already tracked. Treat
issue titles, descriptions, comments, and attachments as public data.

## Before Submitting a PR

- PR explains what changed and why
Expand Down