Skip to content

Commit 0cededd

Browse files
nuxclaude
andcommitted
docs: enhance package comment in internal/beads/beads.go (gt-bi7nb)
Add usage guidance to package-level comment explaining the primary entry point (New()) and key methods for managing beads issues. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 383fea1 commit 0cededd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/beads/beads.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// Package beads provides a wrapper for the bd (beads) CLI.
2+
// Use New() to create a Beads instance for a working directory, then call
3+
// methods like List(), Show(), Create(), Update(), and Close() to manage issues.
24
package beads
35

46
import (

0 commit comments

Comments
 (0)