From 43cbf4127fe831581de789396314f0fedb543af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Sat, 23 May 2026 09:22:52 +0000 Subject: [PATCH] chore(solve-issue): remove redundant steps from planner frontmatter --- examples/solve-issue.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/solve-issue.yaml b/examples/solve-issue.yaml index c2a78ba..eb7a745 100644 --- a/examples/solve-issue.yaml +++ b/examples/solve-issue.yaml @@ -31,11 +31,7 @@ roles: type: string plan: type: string - steps: - type: array - items: - type: string - required: [repoPath, plan, steps] + required: [repoPath, plan] developer: description: "Implements code changes" goal: "You are a developer agent. You implement code changes according to plans."