mergegate/README.github.md
2026-04-10 15:03:49 +09:00

22 lines
592 B
Markdown

# MergeGate
Engine-agnostic gate CLI for AI-assisted development.
Execution layer for GitNexus-style code intelligence:
- `GitNexus`: understand the codebase
- `MergeGate`: execute changes safely
Core product:
- `mergegate gate ...`
- `miyabi gate ...` (compatibility alias)
MergeGate is designed to sit in front of Claude Code, Codex, Gemini CLI, and other coding agents. The engine can change. The gate protocol should not.
Start with:
```bash
cargo build --release
./target/release/mergegate gate status
./target/release/mergegate gate init
./target/release/mergegate gate guide
```