Skip to content

Commit d420532

Browse files
committed
save makefile update
1 parent 2cfb1b7 commit d420532

2 files changed

Lines changed: 157 additions & 136 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ run-plan:
192192
BRANCH=$$(git branch --show-current); \
193193
PLAN_FILE="$(PLAN_FILE)"; \
194194
if [ "$(AGENT_TYPE)" = "claude" ]; then \
195-
PROCESS="1. Read the plan file$${NL}2. Choose the right skill to execute: use /add-model for new problem models, /add-rule for new reduction rules, or /subagent-driven-development for other tasks$${NL}3. Push: git push origin $$BRANCH$${NL}4. Create a pull request"; \
195+
PROCESS="1. Read the plan file$${NL}2. Execute the plan — it specifies which skill(s) to use$${NL}3. Push: git push origin $$BRANCH$${NL}4. If a PR already exists for this branch, skip. Otherwise create one."; \
196196
else \
197-
PROCESS="1. Read the plan file$${NL}2. Execute the tasks step by step. For each task, implement and test before moving on.$${NL}3. Push: git push origin $$BRANCH$${NL}4. Create a pull request"; \
197+
PROCESS="1. Read the plan file$${NL}2. Execute the tasks step by step. For each task, implement and test before moving on.$${NL}3. Push: git push origin $$BRANCH$${NL}4. If a PR already exists for this branch, skip. Otherwise create one."; \
198198
fi; \
199199
PROMPT="Execute the plan in '$$PLAN_FILE'."; \
200200
if [ -n "$(INSTRUCTIONS)" ]; then \

0 commit comments

Comments
 (0)