/** * Shared template fragments to reduce duplication between loop-templates.ts * and template-strings.ts. */ /** Shared guidance stanza used in both idle and loop wakeup templates. */ export declare const sharedWakeupGuidance = "Guidance:\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."; /** Shared loop-overall stats clause used in loop templates. */ export declare const loopOverallClause = "Loop overall: {{sessionCount}} sessions, {{totalTokensAcrossSessions}} tokens total."; //# sourceMappingURL=template-shared.d.ts.map