Skip to content

Commit 701e209

Browse files
Ambient Code Botclaude
andcommitted
fix: read issue comments for full context
The issue body may be sparse with important context in comments. Explicitly instruct the agent to use `gh issue view --comments`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 41ce008 commit 701e209

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/amber-issue-handler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
## Instructions
8484
85-
1. Read the issue and understand the problem.
85+
1. Read the issue body and all comments for full context (`gh issue view --comments`).
8686
2. Explore the codebase to find the relevant code.
8787
3. Create a plan for how to fix the issue. If there is any ambiguity —
8888
unclear requirements, multiple valid approaches, missing context — you
@@ -275,7 +275,7 @@ jobs:
275275
276276
## Instructions
277277
278-
1. Read the issue and understand the problem.
278+
1. Read the issue body and all comments for full context (`gh issue view --comments`).
279279
2. Explore the codebase to find the relevant code.
280280
3. Create a plan for how to fix the issue. If there is any ambiguity —
281281
unclear requirements, multiple valid approaches, missing context — you

0 commit comments

Comments
 (0)