feat(org): always stack engineering/worker nodes — mixed wiring goes to the drill-in (#2436) - #2437
Merged
Merged
Conversation
…to the drill-in The org graph reads as the scaffold (director · reviewer · auditor · intake · anchors) plus one stacked engineer slot per worker persona — the planner owns how many engineers exist (#2388), so per-engineer wiring detail belongs in the drill-in, not the top view. - detectPools: a persona stacks when `pooled`, or BY DEFAULT when its role is worker (an explicit `pooled:false` un-pool still opts out). The homogeneity gate no longer blocks collapsing — Fleet Alpha's own engineers (A→reviewer, B→auditor) never stacked because of it. Mixed external edges union onto the stack (collapseOrg already reroutes + dedupes); the new Pool.homogeneous flag records interchangeability. - OrgCanvas: a mixed-wiring stack's drill hint says so ("mixed wiring · click to open") since the top view can't show who has what. - Tests: heterogeneous case flipped (stacks, flagged mixed), worker-role default + explicit un-pool + scaffold-never-stacks cases added. Closes #2436. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
The org graph now reads as the scaffold + one stacked engineer slot per worker persona, matching the #2388 responsibility split (the planner owns how many engineers exist; the org owns the coordination pattern).
pooledflag needed; an explicitpooled:falseun-pool still opts out. Scaffold roles (leadership/quality/support) never stack.Pool.homogeneousrecords interchangeability; a mixed stack's drill hint reads "mixed wiring · click to open".Visual slice of #2388 only — the org→fleet application bridge stays parked per the design comment.
Gate: typecheck clean · lint 0 errors.
Closes #2436.
🤖 Generated with Claude Code