From 47788f1d93a34e82f2fffd5e1ce5112f06613ec5 Mon Sep 17 00:00:00 2001 From: Maxime Date: Sun, 14 Jun 2026 14:40:45 -0700 Subject: [PATCH] docs(story-tags): add the `app` node type slug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apps (sandboxed iframe mini-apps / custom dashboards in the `app` hive) can now be tagged into stories and surface as nodes — the assembler recognizes the `app` slug (lc_api-go). Document it in the canonical type-slug table so authors know `app` is a valid TARGET_TYPE / node type. --- docs/8-reference/story-tags.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/8-reference/story-tags.md b/docs/8-reference/story-tags.md index 92901a29..46cb2b3c 100644 --- a/docs/8-reference/story-tags.md +++ b/docs/8-reference/story-tags.md @@ -72,6 +72,7 @@ Used in `TARGET_TYPE` for `links:` and `edge-label:` tags, and as the `type` fie | AI | `ai-agent` | Hive `ai_agent` | | AI | `ai-skill` | Hive `ai_skill` | | AI | `ai-memory` | Hive `ai_memory` | +| Interface | `app` | Hive `app` (sandboxed iframe mini-app / dashboard) | ### Drop rules (assembler)