fix: correct indentation in cron isolated-agent run.ts

This commit is contained in:
Marcus Castro
2026-02-15 23:06:05 -03:00
parent 745e7e3188
commit 5abdde4b4c

View File

@@ -521,7 +521,7 @@ export async function runCronIsolatedAgentTurn(params: {
`${commandBody}\n\nReturn your summary as plain text; it will be delivered automatically. If the task explicitly calls for messaging a specific external recipient, note who/where it should go instead of sending it yourself.`.trim();
}
let skillsSnapshot = cronSession.sessionEntry.skillsSnapshot;
let skillsSnapshot = cronSession.sessionEntry.skillsSnapshot;
if (isFastTestEnv) {
// Fast unit-test mode: avoid scanning the workspace and writing session stores.
skillsSnapshot = skillsSnapshot ?? { prompt: "", skills: [] };