Created root-level beads.go that re-exports types and functions from internal packages. This allows external projects (like VC) to import from github.com/steveyegge/beads without violating Go's internal package restrictions. Exports: - Storage interface and NewSQLiteStorage() - Core types (Issue, Dependency, Label, etc.) - Filter types (IssueFilter, WorkFilter) - All relevant constants (Status, IssueType, DependencyType, etc.) This matches the usage shown in docs/EXTENDING.md. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
3.3 KiB
3.3 KiB