feat: add refs field for cross-references with relationship types (bd-irah)
- Add new DependencyType constants: until, caused-by, validates - Add --refs flag to bd show for reverse reference lookups - Group refs by type with appropriate emojis - Update tests for new dependency types 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -974,7 +974,7 @@ func ParseExternalRef(ref string) (project, capability string) {
|
||||
}
|
||||
|
||||
func init() {
|
||||
depAddCmd.Flags().StringP("type", "t", "blocks", "Dependency type (blocks|tracks|related|parent-child|discovered-from)")
|
||||
depAddCmd.Flags().StringP("type", "t", "blocks", "Dependency type (blocks|tracks|related|parent-child|discovered-from|until|caused-by|validates|relates-to|supersedes)")
|
||||
// Note: --json flag is defined as a persistent flag in main.go, not here
|
||||
|
||||
// Note: --json flag is defined as a persistent flag in main.go, not here
|
||||
|
||||
Reference in New Issue
Block a user