-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
Wire up git-mind suggest to run automatically on PRs in this repo, using Claude CLI as the agent. This dogfoods the composite action (action.yml) and the existing review workflow (.github/workflows/gitmind-review.yml).
Tasks
- Create
.github/workflows/gitmind-suggest.ymltriggered on PR events - Use
claude -p --output-format jsonas the agent - Guard against drafts, bots, missing API key
-
continue-on-error: trueso suggest failures don't block merge - Full git history (
fetch-depth: 0) for context extraction - Concurrency control to cancel superseded runs
Acceptance Criteria
- Workflow triggers on PR open/sync/reopen/ready_for_review
- Claude CLI produces suggestions and posts comment on PR
/gitmind accept N//gitmind reject Nwork via existing review workflow- Suggest failures are non-blocking
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels