refactor(html): compose through native renderer capabilities - #95
Open
mosobande wants to merge 1 commit into
Open
refactor(html): compose through native renderer capabilities#95mosobande wants to merge 1 commit into
mosobande wants to merge 1 commit into
Conversation
github-actions
Bot
force-pushed
the
feat/offline-relationship-renderer
branch
from
September 5, 2026 11:23
909cabc to
09ffac4
Compare
mosobande
force-pushed
the
feat/offline-relationship-renderer
branch
from
September 5, 2026 11:24
09ffac4 to
092a512
Compare
Contributor
Author
|
Separate follow-up noted from local-analysis review: |
This was referenced Sep 5, 2026
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.
Result
Replace the fixed Cytoscape graph-viewer direction with a smaller native-renderer composition contract for
html-artifact.Why the earlier candidate changed
The original #95 proved a working offline Cytoscape viewer, but it also fixed a QP-specific graph envelope, breadth-first layout, styling, controls, and document structure before repeated use showed those were stable mechanical seams. That constrained native Cytoscape capabilities such as classes, compound nodes, task-specific layouts, and reader-specific composition.
This rework keeps the valuable architectural lesson—use mature renderer/build capabilities instead of hand-building everything—but moves information-design choices back to HTML Artifact and the capable agent.
Scope
This PR adds no renderer package, graph schema, browser application, hosted service, runtime dependency, or new public skill. Cytoscape remains a strategic capability anchor, alongside Mermaid, Vega-Lite, D3, Pierre Diffs, Shiki, and future mature tools when they fit the reader job.
The PR is rebased directly on current
ori(74a07c55). Exact head:092a512bf716d84be5afce085964adcb802a1c43.Proof
git diff --checkpassed;Validaterun33963232951passed, including package/plugin validation, Skills CLI + Claude compatibility, local-session/uninstall/Akọsílẹ̀ mechanics, portable macOS/Windows mechanics, and the already-shipped browser-control proof.The prior graph-builder Node/browser evidence is intentionally no longer part of this candidate because that implementation has been removed.