Initialize beads issue tracking - #36
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Initializes Beads (bd) git-backed issue tracking scaffolding for this repository, adding repository-level configuration and contributor/agent documentation to support local, branch-aware task tracking.
Changes:
- Adds agent workflow guidance for using
bdand completing sessions (AGENTS.md). - Introduces Beads repository config/docs under
.beads/(config, metadata, README, gitignore, interactions log file). - Configures a custom Git merge driver for the Beads issues JSONL file via
.gitattributes.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
AGENTS.md |
Documents expected bd usage and end-of-session workflow for contributors/agents. |
.gitattributes |
Adds merge=beads attribute for .beads/issues.jsonl. |
.beads/metadata.json |
Defines Beads local DB filename and JSONL export target. |
.beads/interactions.jsonl |
Adds tracked interactions log file placeholder. |
.beads/config.yaml |
Adds repo-level Beads configuration template (currently mostly commented). |
.beads/README.md |
Adds Beads overview and quickstart documentation. |
.beads/.gitignore |
Ignores local/runtime Beads artifacts while keeping JSONL/config tracked. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.beads/config,.gitattributes, andAGENTS.mdTest plan
bd listworks from the repo root after merge🤖 Generated with Claude Code