Skip to content

chore(beads): remove tracked .beads and drop NTM/Beads docs#424

Merged
christso merged 1 commit into
mainfrom
chore/remove-tracked-beads
Jun 12, 2026
Merged

chore(beads): remove tracked .beads and drop NTM/Beads docs#424
christso merged 1 commit into
mainfrom
chore/remove-tracked-beads

Conversation

@christso

@christso christso commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

What

Removes Beads tracking from the source repo and drops the NTM/Beads documentation (a dedicated skill now handles NTM/Beads, so the repo docs no longer describe it).

  • git rm --cached the four tracked files (.beads/.gitignore, .beads/config.yaml, .beads/issues.jsonl, .beads/metadata.json) and delete the directory.
  • Remove the entire NTM & Beads Coordination subsection from AGENTS.md (heading + all bullets). No lingering NTM/Beads references remain in AGENTS.md or CLAUDE.md.

Why

Beads must live in an external workspace (~/workspaces/allagents-ws/.beads) and never be tracked or initialized inside the upstream source repo. NTM/Beads coordination is now owned by a dedicated skill, so the repo docs should not describe it at all.

Validation

  • git ls-files .beads → empty.
  • grep -i 'ntm\|beads' AGENTS.md CLAUDE.md → no matches.
  • bun run typecheck → clean pass.
  • bun run lint → clean (85 files, no fixes).
  • Docs-only change beyond the .beads deletion; no source code touched.

Note: the pre-push hook surfaces one failing test (mcp add --proxy e2e > adds deepwiki with proxy enabled for all configured MCP clients). Verified it fails identically on clean origin/main — pre-existing and unrelated to this change.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 12, 2026

Copy link
Copy Markdown

Deploying allagents with  Cloudflare Pages  Cloudflare Pages

Latest commit: b67dc33
Status: ✅  Deploy successful!
Preview URL: https://629c3498.allagents.pages.dev
Branch Preview URL: https://chore-remove-tracked-beads.allagents.pages.dev

View logs

@christso christso force-pushed the chore/remove-tracked-beads branch from 4053140 to 3f9d1b3 Compare June 12, 2026 02:40
@christso christso changed the title chore(beads): remove tracked .beads and adopt bd external-workspace pattern chore(beads): remove tracked .beads and drop NTM/Beads docs Jun 12, 2026
@christso christso force-pushed the chore/remove-tracked-beads branch from 3f9d1b3 to 850ec0f Compare June 12, 2026 02:59
The .beads directory was tracked inside this source repo. Beads should
live in an external workspace (~/workspaces/allagents-ws/.beads) accessed
via bd, never initialized or committed inside the upstream source repo.
NTM/Beads coordination is now handled by a dedicated skill, so the repo
docs no longer describe it.

- git rm --cached the tracked .beads files and delete the directory
- gitignore .beads/ so it is never re-committed (matches agentv pattern)
- remove the 'NTM & Beads Coordination' subsection from AGENTS.md
  (heading + all bullets); no lingering NTM/Beads references remain
@christso christso force-pushed the chore/remove-tracked-beads branch from 850ec0f to b67dc33 Compare June 12, 2026 03:25
@christso christso merged commit 9851b6a into main Jun 12, 2026
1 check passed
@christso christso deleted the chore/remove-tracked-beads branch June 12, 2026 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant