//#region src/constants/promptGuidelines.d.ts /** * Cross-call behaviour the schema cannot express. * * Every rule lives in exactly one surface. Argument-site mechanics belong to * the parameter descriptions in `schemas/task.ts`, the use/do-not-use policy * and session scoping belong to the tool description, and general delegation * judgement belongs to the Team orchestrator prompt. What is left here is what * none of those three can carry: how calls should be sequenced across a turn. */ export declare const DEFAULT_PROMPT_GUIDELINES: string[]; //#endregion //# sourceMappingURL=promptGuidelines.d.mts.map