Hello,
Great project, I am trying to integrate it with aider and I wonder if it would be easier to have a single create command instead of create and update to specify the dependency.
Actual
bd create "Fix edge case bug" -t bug -p 1
bd dep add bd-21 bd-20 --type discovered-from # bd-21 discovered from bd-20
Expected
bd create "Fix edge case bug" -t bug -p 1 --deps discovered-from=bd-20
(or some other syntax that better suits arguments parsing)
Best