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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Empty file removed .beads/interactions.jsonl
Empty file.
Empty file removed .beads/issues.jsonl
Empty file.
4 changes: 0 additions & 4 deletions .beads/metadata.json

This file was deleted.

2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@

# Use bd merge for beads JSONL files
.beads/issues.jsonl merge=beads
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ build/
*.log
.env.local
.env.*.local
src-tauri/target/
src-tauri/target/
.claude/
13 changes: 0 additions & 13 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# Agent Instructions

This project uses **bd** (beads) for issue tracking. Run `bd onboard` to get started.

## Quick Reference

```bash
bd ready # Find available work
bd show <id> # View issue details
bd update <id> --status in_progress # Claim work
bd close <id> # Complete work
bd sync # Sync with git
```

## Landing the Plane (Session Completion)

**When ending a work session**, you MUST complete ALL steps below. Work is NOT complete until `git push` succeeds.
Expand All @@ -24,7 +12,6 @@ bd sync # Sync with git
4. **PUSH TO REMOTE** - This is MANDATORY:
```bash
git pull --rebase
bd sync
git push
git status # MUST show "up to date with origin"
```
Expand Down