/** Shared intake and Skill-routing instructions for MCP and generated agent files. */ export declare const SOUL_ROUTING_ENTRY_CONTRACT = "Before any non-trivial Kiokuko-governed work, read and apply the complete bundled `kiokuko-soul` Skill before any other Kiokuko Skill. Every `task_prepare` call must set `soulRead: true` only after that read; omission or false is invalid. This is an explicit client attestation, not remote proof of model cognition. The exact local `kiokuko-soul` capability is required for every task and missing or unknown availability fails closed. Akinator is the mandatory intake state machine before every planning or implementation route: call `task_prepare` once, resolve each exact current question through grounded `task_answer` calls, and do not plan, implement, verify, enter simple/code/UI routes, or checkpoint while `intake.status=needs_answer` or `nextAction=answer_from_evidence_or_ask_user`. Route only after intake reaches `ready` or `exhausted` and top-level `nextAction` permits progress. Follow this canonical router to `kiokuko-simple-work` for bounded simple code work or an explicit minimal/YAGNI request, to `kiokuko-single-purpose-functions` for all code work, and to `kiokuko-ui-design-soul` for interactive UI work. The simple-work route minimizes the solution but never replaces the code contract or waives required validation, security, accessibility, error handling, or verification. Read every applicable specialist `SKILL.md` index, then only the expert fragments selected by the current task or concrete risk; do not load every reference by default. Never substitute, install, or execute fetched external Skill content."; //# sourceMappingURL=instructions.d.ts.map