Files
openrabbit/docs
latte 95937c4738
All checks were successful
AI Codebase Quality Review / ai-codebase-review (push) Successful in 36s
Add automated setup system for easy installation
- Add setup.sh interactive wizard for 5-minute setup
- Add INSTALL.md comprehensive installation guide
- Add templates/workflows/ directory with parameterized workflow templates
- Update README.md with prominent Installation section
- Update docs/README.md with installation links

The setup wizard automates:
- Platform selection (Gitea/GitHub)
- Bot configuration
- LLM provider setup
- Workflow file generation
- Configuration file creation

Users can now add OpenRabbit to any repository in under 5 minutes.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-16 11:33:05 +00:00
..
2025-12-28 20:04:32 +00:00
2025-12-21 13:42:30 +01:00
2025-12-28 14:10:04 +00:00
2025-12-21 13:42:30 +01:00
2025-12-28 14:10:04 +00:00
2025-12-28 14:10:04 +00:00
2026-01-07 20:21:33 +01:00

AI Code Review Workflow Documentation

Enterprise-grade AI code review system for Gitea with automated issue triage, PR review, and codebase analysis.

📚 Documentation

Document Description
Installation Automated setup wizard & installation guide
Getting Started Detailed setup walkthrough
Configuration All configuration options
Agents Detailed agent documentation
SECURITY Security best practices & scanning
API Reference Client and agent APIs
Workflows Gitea workflow examples
Troubleshooting Common issues and solutions
Enterprise Enterprise features & compliance
CLAUDE Claude Code integration guide

Architecture Overview

┌─────────────────────────────────────────────────────────────┐
│                     Event Sources                           │
│  ┌──────────┐  ┌──────────┐  ┌──────────┐                  │
│  │ PR Event │  │  Issue   │  │ Schedule │                  │
│  └────┬─────┘  └────┬─────┘  └────┬─────┘                  │
└───────┼─────────────┼─────────────┼─────────────────────────┘
        │             │             │
        └─────────────┼─────────────┘
                      ▼
              ┌───────────────┐
              │  Dispatcher   │
              └───────┬───────┘
                      │
        ┌─────────────┼─────────────┐
        ▼             ▼             ▼
┌───────────┐  ┌───────────┐  ┌───────────┐
│  Issue    │  │    PR     │  │ Codebase  │
│  Agent    │  │   Agent   │  │   Agent   │
└─────┬─────┘  └─────┬─────┘  └─────┬─────┘
      │              │              │
      └──────────────┼──────────────┘
                     ▼
           ┌─────────────────┐
           │  Gitea API      │
           │  LLM Provider   │
           └─────────────────┘