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
40 changes: 0 additions & 40 deletions .beads/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions .beads/README.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,18 @@ cline.mcp.json
factory.mcp.json
windsurf.mcp.json

# Gas Town / Beads shared state
.beads/hooks/
.beads/.br_history/
.beads/.bv.lock
# Local task tracker and orchestrator state
.beads/
.runtime/
.logs/
state.json

# NTM local project config embeds machine-specific paths
# NTM local project state can embed machine-specific paths
.ntm/config.toml
.ntm/logs/
.ntm/pids/
.ntm/rate_limits.json
.ntm/summaries/

# bv (beads viewer) local config and caches
.bv/
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Also ensure:
- tests/docs are updated when relevant
- no unrelated refactors in the same PR
- CI-relevant checks pass locally when needed (`bun run verify` and `bun run validate:examples`)
- Beads changes are exported with `br sync --flush-only` and staged under `.beads/`
- task tracker state is kept out of commits unless a maintainer explicitly asks for
a repository-local tracker artifact

## Workflow

Expand Down
1 change: 0 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
".ntm/**",
".opencode/**",
".beads/**",
".ntm/**",
".entire/**",
".mcp.json",
"codex.mcp.json",
Expand Down
Loading