3 Commits

Author SHA1 Message Date
Kazuki Yamada
ddc235899a fix(config): Update CodeRabbit auto_incremental_review configuration
- Move auto_incremental_review under auto_review section for proper schema compliance
- Ensure correct nesting of incremental review settings

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 00:35:17 +09:00
Kazuki Yamada
7a4423d5ed fix(config): Fix CodeRabbit configuration schema violations
- Remove invalid `review_full_file` property
- Replace `request_changes: ask` with `request_changes_workflow: true`
- Replace invalid `trigger_on` with `incremental_review: false` to disable reviews on subsequent changes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 00:16:44 +09:00
Kazuki Yamada
9c6c1a5d25 feat: Add CodeRabbit configuration for automated PR reviews
- Configure auto-review for PR creation only
- Set up path-specific review instructions for TypeScript codebase
- Include review focus for core components, CLI, MCP server, and tests
- Enable early access features for advanced functionality

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 00:05:43 +09:00