You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elijah Voigt 6d40671f28 fix(nbd): fix graph orientation to show goals at root, prerequisites as leaves
Roots are now tickets with no dependents (nobody depends on them —
top-level goals), and the ASCII tree traverses dependency edges so
prerequisites appear indented beneath the goal that needs them.

JSON edges are now {from: dependent, to: dependency} rather than
{from: blocker, to: blocked}.

All graph-related unit and integration tests updated to match the
new semantics.

Closes #668150

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
..
claude_md_snippet.md chore(nbd): add --json to all claude-md snippet examples [9344a5] 3 months ago
display.rs fix(nbd): fix graph orientation to show goals at root, prerequisites as leaves 3 months ago
filter.rs feat(nbd): split archive/closed — archive=archived, closed=cancelled [feb901] 3 months ago
graph.rs fix(nbd): fix graph orientation to show goals at root, prerequisites as leaves 3 months ago
main.rs feat(nbd): add Turso/libsql cache for list performance [833807] 3 months ago
store.rs feat(nbd): add Turso/libsql cache for list performance [833807] 3 months ago
tests.rs fix(nbd): fix graph orientation to show goals at root, prerequisites as leaves 3 months ago
ticket.rs feat(nbd): split archive/closed — archive=archived, closed=cancelled [feb901] 3 months ago