From d4c9112d608985178bf28852d32352b44e33670b Mon Sep 17 00:00:00 2001 From: Ralf Anton Beier Date: Sat, 28 Feb 2026 16:54:05 +0100 Subject: [PATCH] fix: make pipeline diagram clickable with links to repositories Replace static SVG 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 elements to the SVG for direct viewing. Co-Authored-By: Claude Opus 4.6 --- profile/README.md | 19 ++++++++++++++++--- profile/assets/pipeline.svg | 36 +++++++++++++++++++++++------------- 2 files changed, 39 insertions(+), 16 deletions(-) diff --git a/profile/README.md b/profile/README.md index 7aef11c..3d5182c 100644 --- a/profile/README.md +++ b/profile/README.md @@ -35,9 +35,22 @@ Meld fuses. Loom weaves. Synth transpiles. Kiln fires. Sigil seals. -
-PulseEngine Pipeline: .wasm → Meld (fuse) → Loom (optimize) → Synth (transpile) → Kiln (fire) — with Sigil attestation at every stage -
+ + + + + + + + + + + + + + + +
.wasm → Meld
fuse
 → Loom
optimize
 → Synth
transpile
 → Kiln
fire
sigil · attest · sign · verify
  diff --git a/profile/assets/pipeline.svg b/profile/assets/pipeline.svg index 6ad59eb..cc23e59 100644 --- a/profile/assets/pipeline.svg +++ b/profile/assets/pipeline.svg @@ -24,7 +24,9 @@ - sigil · attest · sign · verify +
+ sigil · attest · sign · verify + @@ -33,34 +35,42 @@ - - Meld - fuse + + + Meld + fuse + - - Loom - optimize + + + Loom + optimize + - - Synth - transpile + + + Synth + transpile + - - Kiln - fire + + + Kiln + fire +