MergeGate: deterministic execution protocol for AI-assisted development and the execution layer for GitNexus-style code intelligence
https://github.com/ShunsukeHayashi/mergegate
Add tool.rs with complete tool abstraction: - Tool trait with async_trait for tool definitions - ToolRegistry for managing and executing tools - ParameterDef for declarative parameter schemas - Automatic JSON schema generation - Input validation before execution - Integration with Anthropic tool format - ToolOutput for structured results - Comprehensive error types (NotFound, ValidationError, etc.) - 12 unit tests covering registration, lookup, execution Dependencies added: async-trait Closes #24 🤖 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