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
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 N work via existing review workflow
- Suggest failures are non-blocking
Summary
Wire up
git-mind suggestto 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
.github/workflows/gitmind-suggest.ymltriggered on PR eventsclaude -p --output-format jsonas the agentcontinue-on-error: trueso suggest failures don't block mergefetch-depth: 0) for context extractionAcceptance Criteria
/gitmind accept N//gitmind reject Nwork via existing review workflow