feat: add 15 commands from fuji — cart, index, issue, pass, receive, recall, remember, search, status, summary, plan, work, why, insight, ask

This commit is contained in:
2026-06-09 17:39:17 +02:00
parent a08d7a0223
commit b8d7ed5674
15 changed files with 269 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
---
description: Capture durable knowledge — architecture decisions, debugging patterns, procedures — to the docs repo with EEMS indexing.
---
The user invoked `/insight` with argument: `$ARGUMENTS`
If `$ARGUMENTS` is empty, ask the user what insight to capture — category and topic.
Otherwise, parse `$ARGUMENTS` as free text describing the insight. Derive:
- category: infer from content (e.g. "architecture", "debugging", "procedures", "reference")
- slug: kebab-case from the topic
- content: synthesize from the current session context and the user's description
Store the insight to EEMS with subject `insight.<category>.<slug>` and the markdown content. Report the result.