@vpxa/aikit 0.1.349 → 0.1.350
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
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import{AGENTS as e}from"./agents.mjs";import{postTaskLesson as t,preTaskKnowledgeRecall as n,renderLayeredKnowledgeOperatingPolicyV1 as r}from"./protocols.mjs";const i=()=>``;function a(){let t=e.Orchestrator?.subagentConstraints??[];return t.length===0?`*(none configured)*`:`**Constraints** — auto-appended to EVERY subagent dispatch:
|
|
2
2
|
${t.map((e,t)=>` ${t+1}. ${e}`).join(`
|
|
3
|
-
`)}
|
|
4
|
-
|
|
5
|
-
**Override per-dispatch:** add custom constraints before the runSubagent call.
|
|
6
|
-
E.g., \`"Response must be under 500 chars"\` or \`"Do not use file_summary"\`.`}const o={Orchestrator:e=>`You orchestrate full lifecycle: planning -> implementation -> review -> recovery -> commit. Own contract: what, order, owner. No source-code edits; delegate all implementation.
|
|
3
|
+
`)}`}const o={Orchestrator:e=>`You orchestrate full lifecycle: planning -> implementation -> review -> recovery -> commit. Own contract: what, order, owner. No source-code edits; delegate all implementation.
|
|
7
4
|
|
|
8
5
|
## Prime Contract
|
|
9
6
|
1. Plan work.
|