feat: add integrations

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-08 23:00:14 +01:00
parent 5a5f9a3003
commit 646581ff44
65 changed files with 7774 additions and 127 deletions

View File

@@ -227,6 +227,14 @@
</div>
{% endif %}
{# ── Spec (forest.cue) ──────────────────────────────────────── #}
{% if artifact_spec %}
<div class="mb-8">
<h2 class="text-sm font-semibold text-gray-900 mb-3">Spec</h2>
<spec-viewer content="{{ artifact_spec | e }}" filename="forest.cue"></spec-viewer>
</div>
{% endif %}
{# ── Details ───────────────────────────────────────────────── #}
{% if artifact.commit_message or artifact.repo_url or artifact.source_email or artifact.run_url %}
<div class="mb-8">