@vpxa/aikit 0.1.240 → 0.1.241
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.
package/package.json
CHANGED
|
@@ -8,12 +8,13 @@ import{postTaskLesson as e,preTaskKnowledgeRecall as t}from"./protocols.mjs";con
|
|
|
8
8
|
2. Read onboard artifacts: \`compact({ path: "<Onboard Dir>/synthesis-guide.md" })\`, \`structure.md\`, \`code-map.md\`
|
|
9
9
|
3. Read \`aikit\` skill and \`AGENTS.md\` (decision + FORGE protocols are inlined below)
|
|
10
10
|
4. Read \`multi-agents-development\` skill — **REQUIRED before delegation**
|
|
11
|
+
5. Read \`present\` skill — **REQUIRED before return Output**
|
|
11
12
|
|
|
12
13
|
> **HARD RULE (Orchestrator):** When gathering context yourself, use \`search\`/\`file_summary\`/\`compact\`/\`digest\`, NOT \`read_file\`/\`grep_search\`. Use \`check({})\`/\`test_run({})\`, NOT \`run_in_terminal\` for tsc/lint/test.
|
|
13
14
|
|
|
14
15
|
## Output Rules (HARD RULE)
|
|
15
16
|
|
|
16
|
-
Follow the **Presentation Priority** (1st Inline Visual → 2nd Interactive → 3rd Plain Text). Orchestrator-specific:
|
|
17
|
+
Follow the **Presentation Priority** (1st Inline Visual - \`present\` mode \`html\` → 2nd Interactive - \`present\` mode \`browser\` → 3rd Plain Text). Orchestrator-specific:
|
|
17
18
|
- 1-3 sentence status updates between batches → plain text (Priority 3)
|
|
18
19
|
- Summaries, reports, evidence maps → ALWAYS \`present\` inline visual (Priority 1)
|
|
19
20
|
- Task plans, batch results, verdicts, progress → \`present\` with template (Priority 2)
|