MergeGate: deterministic execution protocol for AI-assisted development and the execution layer for GitNexus-style code intelligence
https://github.com/ShunsukeHayashi/mergegate
- Add RetryConfig struct with configurable: - max_retries, base_delay_ms, max_delay_ms - retry_on_network_error, retry_on_rate_limit - Builder pattern methods - Add delay_for_attempt() for exponential backoff - Export RetryConfig from lib.rs - Add 7 tests for retry configuration - Default values, builder, no retries - Delay calculation with exponential backoff - Delay capping at max - Error types validation - Tool definition serialization Closes #23 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .github/workflows | ||
| crates | ||
| docs | ||
| .env.example | ||
| .gitignore | ||
| .miyabi.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CLAUDE.md | ||
| GOALS.md | ||
| LICENSE | ||
| README.md | ||
miyabi-cli-standalone
Autonomous development powered by Agentic OS