From 6694082a7e623c4ebb346689f83ed967014e2285 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Wed, 11 Feb 2026 00:43:56 +0900 Subject: [PATCH] fix(atlas): correct plan path from .sisyphus/tasks/*.yaml to .sisyphus/plans/*.md The verification reminder template was pointing at the wrong directory; actual plan files are stored under .sisyphus/plans/ as markdown. --- src/hooks/atlas/verification-reminders.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hooks/atlas/verification-reminders.ts b/src/hooks/atlas/verification-reminders.ts index c405f4ec..9b19e2fb 100644 --- a/src/hooks/atlas/verification-reminders.ts +++ b/src/hooks/atlas/verification-reminders.ts @@ -30,7 +30,7 @@ ${buildVerificationReminder(sessionId)} Do NOT rely on cached progress. Read the plan file NOW: \`\`\` -Read(".sisyphus/tasks/${planName}.yaml") +Read(".sisyphus/plans/${planName}.md") \`\`\` Count exactly: how many \`- [ ]\` remain? How many \`- [x]\` completed? This is YOUR ground truth. Use it to decide what comes next. @@ -39,7 +39,7 @@ This is YOUR ground truth. Use it to decide what comes next. RIGHT NOW - Do not delay. Verification passed → Mark IMMEDIATELY. -Update the plan file \`.sisyphus/tasks/${planName}.yaml\`: +Update the plan file \`.sisyphus/plans/${planName}.md\`: - Change \`- [ ]\` to \`- [x]\` for the completed task - Use \`Edit\` tool to modify the checkbox