1 Commits (df58b02540b6d01d89d5b9a4cf2569f2657c9e5c)

Author SHA1 Message Date
Elijah Voigt d5697d5c4e feat(nbd): add ASCII graph rendering to display.rs [e14172]
Adds format_graph, print_graph, format_subtree, and print_subtree.
Renders dependency forest with box-drawing characters (├──, └──, │).
Cycle-safe via visited HashSet; repeated nodes labelled [cycle].
8 unit tests covering single tickets, chains, branching, subtrees,
cycles, unknown IDs, and the empty graph.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago