Backlog batch: edge-LOD render (#22) + hierarchical layout (#30) + requirements coverage (#97) + MCP assignment tool (#28)#116
Merged
Conversation
…arallel-edge offset (#22) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🧪 Comprehensive Test Suite
Full-stack smoke gate runs in the CI workflow. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integration of four independent, test-driven backlog items, each built in an isolated worktree by a parallel agent and verified together on this branch.
What's included
edgeLODmodule into the renderer: zoom-aware arrow + label opacity/visibility, arrowhead scaling for crowded parallels, and perpendicular fan-out for parallel edges (newparallelEdges.ts, 8 tests).computeNodeLayerY/parseLayoutMode; a desktop bottom-left Network toggle (force ↔ hierarchical, persisted);fypinning by dependency layer, fully reversible to force. (15 layout tests.)SATISFIESedges by REQUIREMENT and lists satisfying tasks with status (new purerequirementsCoverage.ts, 9 tests).suggest_task_assignmenttool with a pure, deterministicrankTaskAssignmentssynthesis (expertise × availability scoring, 10 tests). No existing tools touched.Verification (integrated branch)
tsc --noEmit: clean · mcp-servertsc --noEmit: cleantest:smoke): 5/5 — nodes+edges render, no GraphQL/JS errors, grow flow, empty-state, layout persistenceMerge conflicts during integration were all stale-base import/JSX additions (resolved keep-both); the edge-LOD and layout edits touch disjoint regions of
InteractiveGraphVisualization.tsx.🤖 Generated with Claude Code