Skip to content

Initialize beads issue tracking - #36

Merged
jayjanssen merged 1 commit into
mainfrom
add-beads-tracking
Feb 6, 2026
Merged

Initialize beads issue tracking#36
jayjanssen merged 1 commit into
mainfrom
add-beads-tracking

Conversation

@jayjanssen

Copy link
Copy Markdown
Owner

Summary

  • Initializes beads git-backed issue tracking for the project
  • Adds .beads/ config, .gitattributes, and AGENTS.md
  • Provides lightweight local task tracking per branch/worktree

Test plan

  • Verify bd list works from the repo root after merge

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings February 6, 2026 21:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 bd and 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.

Comment thread .gitattributes
Comment thread .beads/config.yaml
Comment thread .beads/README.md
Comment thread .beads/README.md
Comment thread .beads/README.md
@jayjanssen
jayjanssen merged commit 363af2d into main Feb 6, 2026
9 checks passed
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.

2 participants