Skip to content

cockpit/fma: nested "outer wall" rendering — the address IS the wall#49

Merged
AdaWorldAPI merged 1 commit into
mainfrom
claude/osint-soa-rebake
Jun 23, 2026
Merged

cockpit/fma: nested "outer wall" rendering — the address IS the wall#49
AdaWorldAPI merged 1 commit into
mainfrom
claude/osint-soa-rebake

Conversation

@AdaWorldAPI

Copy link
Copy Markdown
Owner

Follow-up to #48 (which landed the FMA /fma view + 8:8 [container:identity] addressing). This is the one orphaned commit left on the branch after #48 merged.

What

Adds nested "outer wall" rendering to the /fma cockpit view: one rounded box per container (Organ → Tissue; cells are leaves), drawn behind the nodes via vis-network's beforeDrawing canvas hook, colored by class, nested so the Heart's box is the outermost wall (its epicardium). A node-link scatter hides the [container:identity] nesting; the walls make it visible.

The walls fall out of the address

A node is inside container c's wall iff its 8:8 tier instances match c's down to c's depth — i.e. c's address is a prefix of the node's. So each box is just the bbox of c's tier-prefix descendants; no geometry heuristic, the partonomy is the key.

Verification

  • Containment counts match the partonomy exactly (verified against the baked asset): Heart 89, chamber 22, wall 7, tissue 3 descendants.
  • Cockpit tsc clean.
  • Browser render not exercised in this environment (logic-verified, not eyeball-verified).

Possible follow-up: a true 2D treemap (compartments tiling the frame, no depth bands) instead of the current band-layout + boxes — a larger layout swap, deferred unless wanted.

🤖 Generated with Claude Code

https://claude.ai/code/session_01TzqvDqbFRzyx17EkLKBoZF


Generated by Claude Code

The /fma view drew floating nodes; that throws away the [container:identity]
nesting. Add one rounded "outer wall" box per container (Organ→Tissue;
cells are leaves), drawn behind the nodes via the beforeDrawing canvas
hook, colored by class, nested so the Heart's box is the outermost wall
(its epicardium).

Each box bounds its tier-prefix descendants: a node is inside container c's
wall iff its 8:8 tier instances match c's down to c's depth — c's address
is a prefix of n's. So the walls fall straight out of the address, no
geometry heuristic. Verified against the baked asset: descendant counts
per container match the partonomy exactly (Heart 89, chamber 22, wall 7,
tissue 3).

tsc clean; browser render not exercised here.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TzqvDqbFRzyx17EkLKBoZF
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@AdaWorldAPI, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 36 minutes and 17 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses rolling per-developer review limits. Reviews become available again as older review attempts age out of the rolling limit window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 97da4f4c-1952-4e9a-8caa-9a2046851353

📥 Commits

Reviewing files that changed from the base of the PR and between f770e8e and 31b1def.

📒 Files selected for processing (1)
  • cockpit/src/FmaGraph.tsx

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@AdaWorldAPI AdaWorldAPI merged commit 358cd57 into main Jun 23, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants