/** * Runtime template strings for flow prompts. * Kept in sync with the .md sources in templates/. */ export declare const budgetLimitTemplate = "\nThe flow goal has exceeded its budget and has been auto-paused.\n\nObjective: {{objective}}\nUsage: {{totalTokens}}/{{maxTokens}} tokens, {{flowCount}}/{{maxFlows}} flows.\n\nResume with `/flow:goal resume` if you want to continue.\n"; export declare const idleWakeupTemplate = "\nThe user has been idle. Review the active goal and find safe, conservative improvements that advance it.\n\nObjective: {{objective}}\n{{acceptanceClause}}\nProgress: {{flowCount}}/{{maxFlows}} flows, {{totalTokens}} tokens.\n\nGuidance:\n- Focus on safe, incremental improvements \u2014 do not refactor large areas or make risky changes.\n- Prefer verification, testing, and documentation over new features.\n- If you find potential issues, investigate with scout or audit before making changes.\n- You cannot end this goal. Only the user can end a goal.\n\nCall the flow tool with the appropriate flow type to continue.\n"; export declare const continuationPromptTemplate = "\nContinue execution toward the active goal.\n\nObjective: {{objective}}\n{{acceptanceClause}}\nProgress: {{flowCount}}{{maxFlowsClause}} flows, {{tokenInfo}} tokens.\n\nLatest user message: {{userMessage}}\n\nCall the flow tool with an appropriate type (scout, craft, build, audit, debug, ideas) to advance. Only the user can end a goal. Keep finding improvements that advance the objective.\n"; //# sourceMappingURL=template-strings.d.ts.map