Skip to content

fix: make pipeline diagram clickable#3

Merged
avrabe merged 1 commit intomainfrom
fix/clickable-pipeline
Feb 28, 2026
Merged

fix: make pipeline diagram clickable#3
avrabe merged 1 commit intomainfrom
fix/clickable-pipeline

Conversation

@avrabe
Copy link
Contributor

@avrabe avrabe commented Feb 28, 2026

Summary

  • Replaced static SVG <img> embed with an HTML table where each pipeline stage links to its repository
  • Meld, Loom, Synth, Kiln, and Sigil are now clickable in the org profile
  • Also added <a> links inside the SVG for direct file viewing

GitHub renders SVGs via <img> tags which strip all interactivity — native HTML links are the only way to get clickable elements in a README.

Test plan

  • Verify clicking Meld/Loom/Synth/Kiln navigates to the correct repo
  • Verify Sigil link in the attestation line works
  • Confirm visual alignment of the table matches the previous SVG layout

🤖 Generated with Claude Code

Replace static SVG <img> embed with HTML table containing linked tool
names. Each pipeline stage (Meld, Loom, Synth, Kiln) and the Sigil
attestation line now navigate to their respective repositories when
clicked. Also added <a> elements to the SVG for direct viewing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@avrabe avrabe merged commit daa53a3 into main Feb 28, 2026
3 checks passed
@avrabe avrabe deleted the fix/clickable-pipeline branch February 28, 2026 20:22
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.

1 participant