feat(plan): add guidance on iterating on approved plans vs creating new plans (#18346)

This commit is contained in:
Jerop Kipruto
2026-02-05 14:11:45 -05:00
committed by GitHub
parent 258643dec4
commit 6860556afe
4 changed files with 273 additions and 0 deletions
@@ -119,6 +119,7 @@ export class PromptProvider {
.map((t) => `- \`${t}\``)
.join('\n'),
plansDir: config.storage.getProjectTempPlansDir(),
approvedPlanPath: config.getApprovedPlanPath(),
}),
isPlanMode,
),