Skip to content

docs(cognition): audit 28 recipe JSONs + identify pipeline gaps (#71)#1185

Merged
joelteply merged 1 commit into
canaryfrom
docs/recipe-audit-71-fresh
May 14, 2026
Merged

docs(cognition): audit 28 recipe JSONs + identify pipeline gaps (#71)#1185
joelteply merged 1 commit into
canaryfrom
docs/recipe-audit-71-fresh

Conversation

@joelteply
Copy link
Copy Markdown
Contributor

Summary

Per task #71 — survey of every .json under src/system/recipes/. Output at docs/cognition/RECIPE-AUDIT-2026-05-14.md.

TL;DR

  • 15 static-view recipes (rag/build → ai/generate)
  • 10 single-persona-chat recipes (3-step with should-respond gate)
  • 1 full multi-persona-chat (9-step canonical)
  • 2 outliers (gan, academy-training)

The 10 single-persona-chat recipes are missing 6 steps that multi-persona-chat has. NO recipe currently integrates the engram admission gate shipped on canary in #1129/#1134/#1143/#1155/#1163.

5 identified pipeline gaps

  1. Engram integration (next-sprint priority) — 11 chat-class recipes need cognition/admit-inbox-message + cognition/recall-engrams
  2. Resolve academy-training half-migrated state
  3. Document gan orphan intent
  4. Shape B → Shape C decision (or recipe inheritance)
  5. version field discipline across all 28

Each gap has a concrete next-sprint card suggestion in the doc.

Closes

#71

🤖 Generated with Claude Code

Per task #71 — survey of every .json under src/system/recipes/.

Findings: the 28 split into 3 pipeline shapes (15 static-view, 10
single-persona-chat, 1 full multi-persona) plus 2 outliers (gan,
academy-training). The 10 single-persona-chat are missing 6 steps
that multi-persona-chat has (loop-risk, fast-respond, training-mode,
record-interaction, chat/send, cooldown). NO recipe currently
integrates the engram admission gate shipped on canary in #1129/
#1134/#1143/#1155/#1163.

5 identified gaps with concrete next-sprint cards:
1. Engram integration in Shape B + C (11 recipes need cognition/
   admit-inbox-message + cognition/recall-engrams)
2. Resolve academy-training half-migrated state
3. Document gan orphan intent
4. Shape B → Shape C decision (or shared inheritance)
5. version field discipline across all 28

Pure docs PR. Output at docs/cognition/RECIPE-AUDIT-2026-05-14.md.

Closes #71.
@joelteply joelteply merged commit a41b4ba into canary May 14, 2026
2 checks passed
@joelteply joelteply deleted the docs/recipe-audit-71-fresh branch May 14, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant