Skip to content

Commit 90ca1ef

Browse files
authored
Remove "beads" config (#952)
* Remove "beads" config * Remove .beads
1 parent c28d6ca commit 90ca1ef

10 files changed

Lines changed: 3 additions & 233 deletions

File tree

.beads/.gitignore

Lines changed: 0 additions & 39 deletions
This file was deleted.

.beads/README.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

.beads/config.yaml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.beads/interactions.jsonl

Whitespace-only changes.

.beads/issues.jsonl

Whitespace-only changes.

.beads/metadata.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.claude/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"Bash(pnpm changeset:*)",
77
"Bash(/dev/null)",
88
"Bash(pnpm build:*)",
9-
"Bash(pnpm typecheck:*)",
10-
"Bash(bd:*)",
11-
"Skill(beads:*)"
9+
"Bash(pnpm typecheck:*)"
1210
],
1311
"deny": ["Read(./.env)", "Read(./.env.*)"],
1412
"additionalDirectories": ["../workflow-server"]

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
packages/swc-plugin-workflow/transform/tests/**/*.js text eol=lf
44
packages/swc-plugin-workflow/transform/tests/**/*.stderr text eol=lf
55

6-
# Use bd merge for beads JSONL files
7-
.beads/issues.jsonl merge=beads

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ packages/swc-plugin-workflow/build-hash.json
3434

3535
.DS_Store
3636

37-
# bd (beads) local state
38-
.beads/

AGENTS.md

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,8 @@
11
# Agent Instructions
22

3-
This project uses **bd** (beads, see https://github.com/steveyegge/beads) for issue tracking. Run `bd onboard` to get started.
4-
5-
> Note: `bd` can be installed via `brew install steveyegge/beads/bd` if necessary.
6-
7-
## Quick Reference
8-
9-
```bash
10-
bd ready # Find available work
11-
bd show <id> # View issue details
12-
bd update <id> --status in_progress # Claim work
13-
bd close <id> # Complete work
14-
bd sync # Sync with git
15-
```
3+
**CRITICAL RULES:**
4+
- NEVER push directly to the `main` branch
165

176
## SWC Plugin
187

198
When modifying the SWC compiler plugin (`packages/swc-plugin-workflow`), you must also update the specification document at `packages/swc-plugin-workflow/spec.md` to reflect any changes to the transformation behavior.
20-
21-
## Landing the Plane (Session Completion)
22-
23-
**When ending a work session**, you MUST complete ALL steps below. Work is NOT complete until `git push` succeeds.
24-
25-
**MANDATORY WORKFLOW:**
26-
27-
1. **File issues for remaining work** - Create issues for anything that needs follow-up
28-
2. **Run quality gates** (if code changed) - Tests, linters, builds
29-
3. **Update issue status** - Close finished work, update in-progress items
30-
4. **PUSH TO REMOTE** - This is MANDATORY:
31-
```bash
32-
git pull --rebase
33-
bd sync
34-
git push
35-
git status # MUST show "up to date with origin"
36-
```
37-
5. **Clean up** - Clear stashes, prune remote branches
38-
6. **Verify** - All changes committed AND pushed
39-
7. **Hand off** - Provide context for next session
40-
41-
**CRITICAL RULES:**
42-
- Work is NOT complete until `git push` succeeds
43-
- NEVER push directly to the `main` branch
44-
- NEVER stop before pushing - that leaves work stranded locally
45-
- NEVER say "ready to push when you are" - YOU must push
46-
- If push fails, resolve and retry until it succeeds

0 commit comments

Comments
 (0)