Skip to content

Commit 715fe9d

Browse files
anandgupta42claude
andcommitted
fix: add altimate_change markers to plan two-step approach sections
Marker Guard CI failed because the Two-Step Plan Approach content in prompt.ts and plan.txt was added without altimate_change markers. These are required for all custom code in upstream-shared files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c5e9cfa commit 715fe9d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

packages/opencode/src/session/prompt.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,6 +1616,7 @@ You should build your plan incrementally by writing to or editing this file. NOT
16161616
16171617
## Plan Workflow
16181618
1619+
// altimate_change start — two-step plan approach with refinement loop
16191620
## Two-Step Plan Approach
16201621
16211622
When creating a plan:
@@ -1629,6 +1630,7 @@ When the user provides feedback on a plan you have already written:
16291630
2. Incorporate their feedback into the plan
16301631
3. Update the plan file with revisions
16311632
4. Summarize what changed
1633+
// altimate_change end
16321634
16331635
### Phase 1: Initial Understanding
16341636
Goal: Gain a comprehensive understanding of the user's request by reading through code and asking them questions. Critical: In this phase you should only use the explore subagent type.

packages/opencode/src/session/prompt/plan.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Ask the user clarifying questions or ask for their opinion when weighing tradeof
2020

2121
---
2222

23+
// altimate_change start — two-step plan approach with refinement loop
2324
## Two-Step Plan Approach
2425

2526
When creating a plan:
@@ -33,8 +34,8 @@ When the user provides feedback on a plan you have already written:
3334
2. Incorporate their feedback into the plan
3435
3. Update the plan file with revisions
3536
4. Summarize what changed
36-
3737
---
38+
// altimate_change end
3839

3940
## Important
4041

0 commit comments

Comments
 (0)