Skip to content

Commit 9a206e6

Browse files
committed
Fixup a stale example in corpus-loop
1 parent 36d77cc commit 9a206e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.claude/commands/corpus-loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ description: uses Playwright MCP and the `corpus` to parse page elements
3333
- this output means that this page is simulating the url `https://github.com/diffplug/selfie/issues/523`
3434
- every textarea on the page is represented
3535
- `NO_SPOT` means that the spot was not enhanced
36-
- `type: GH_ISSUE_ADD_COMMENT` means that it was enhanced by whichever implementation of `CommentEnhancer` returns the spot type `GH_ISSUE_ADD_COMMENT`
36+
- `type: GH_ISSUE_APPEND` means that it was enhanced by whichever implementation of `CommentEnhancer` returns the spot type `GH_ISSUE_APPEND`
3737
- if you search for that string in `src/lib/enhancers` you will find the correct one
3838
- the `tryToEnhance` method returned a `CommentSpot`, and that whole data is splatted out above
3939

0 commit comments

Comments
 (0)