You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add GitHub Issue Workflow section to AGENTS.md
Document the workflow for working on GitHub issues using feature
branches and pull requests. Includes branch naming conventions,
PR template, and integration with beads issue tracking.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- `feature/gh-<N>-<description>`- For GitHub issue work
1598
+
- `fix/gh-<N>-<description>`- For bug fixes
1599
+
- `chore/gh-<N>-<description>`- For maintenance tasks
1600
+
1601
+
**PR Description Template:**
1602
+
```markdown
1603
+
## Summary
1604
+
<1-3 bullet points>
1605
+
1606
+
## Test plan
1607
+
- [ ] Tests added/updated
1608
+
- [ ] Manual verification steps
1609
+
1610
+
Closes #<issue-number>
1611
+
```
1612
+
1613
+
**Integration with Beads:**
1614
+
- Beads tracks local work breakdown and dependencies
1615
+
- GitHub issues track public feature requests and bugs
1616
+
- Link them via notes field: `bd update <id> --notes="GitHub: #N"`
1617
+
- Close beads epic after PR merges
1618
+
1555
1619
## Beads Issue Tracking
1556
1620
1557
1621
Beads (`bd`) is a git-backed issue tracker used in this project. This section documents operational lessons learned, particularly for multi-repo configurations.
0 commit comments