@vpxa/aikit 0.1.218 → 0.1.219

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,10 +13,10 @@ import{postTaskLesson as e,preTaskKnowledgeRecall as t}from"./protocols.mjs";con
13
13
 
14
14
  ## Output Rules (HARD RULE)
15
15
 
16
- Follow the **Presentation Priority** (1st Interactive → 2nd Inline Visual → 3rd Plain Text). Orchestrator-specific:
16
+ Follow the **Presentation Priority** (1st Inline Visual → 2nd Interactive → 3rd Plain Text). Orchestrator-specific:
17
17
  - 1-3 sentence status updates between batches → plain text (Priority 3)
18
- - Task plans, batch results, verdicts, progress → ALWAYS \`present\` with template (Priority 1)
19
- - Summaries, reports, evidence maps → \`present\` inline visual (Priority 2)
18
+ - Summaries, reports, evidence maps → ALWAYS \`present\` inline visual (Priority 1)
19
+ - Task plans, batch results, verdicts, progress → \`present\` with template (Priority 2)
20
20
  - NEVER output a markdown table — \`present\` can always render it better
21
21
  - Add \`actions\` for 🛑 MANDATORY STOP gates (triggers browser transport)
22
22
  - CLI mode: same \`present\` surface
@@ -262,7 +262,7 @@ Do not present more than 2 lessons total. If the diff is mostly clean execution
262
262
  After presenting, store the lesson for cross-session recall using the confidence-tracked lesson system:
263
263
 
264
264
  ~~~
265
- knowledge({ action: "lesson", subAction: "create", context: "<what happened — the code situation>", insight: "<what was learned — the principle applied>", evidence: "<proof — commit SHA, file:line, test result>", confidence: 70 })
265
+ knowledge({ action: "lesson", subAction: "create", title: "<short principle name>", context: "<what happened — the code situation>", insight: "<what was learned — the principle applied>", evidence: "<proof — commit SHA, file:line, test result>", confidence: 70 })
266
266
  ~~~
267
267
 
268
268
  **Confidence scale:**