MergeGate: deterministic execution protocol for AI-assisted development and the execution layer for GitNexus-style code intelligence https://github.com/ShunsukeHayashi/mergegate
Find a file
Shunsuke Hayashi c82ad45b36 feat(core): implement Glob and Grep search tools
- Add GlobTool for finding files matching glob patterns
  - Supports ** recursive patterns
  - Configurable max results (default 1000)
  - Base directory support

- Add GrepTool for searching file contents with regex
  - Regex pattern matching
  - Case insensitive option
  - File glob filtering
  - Directory recursive search
  - Max matches limit (default 100)

- Add glob and regex dependencies to workspace
- Export GlobTool and GrepTool from lib.rs
- Update create_file_tool_registry (5 tools)
- Update create_standard_tool_registry (6 tools)
- Add 7 tests for Glob and Grep tools

Closes #27

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 18:25:00 +09:00
.claude chore: Initialize Miyabi project with full planning 2025-11-22 17:45:08 +09:00
.github/workflows chore: Add workflow weekly-report.yml 2025-11-22 17:07:21 +09:00
crates feat(core): implement Glob and Grep search tools 2025-11-22 18:25:00 +09:00
docs chore: Initialize Miyabi project with full planning 2025-11-22 17:45:08 +09:00
.env.example chore: Initialize Miyabi project with full planning 2025-11-22 17:45:08 +09:00
.gitignore chore: Initialize Miyabi project with full planning 2025-11-22 17:45:08 +09:00
.miyabi.yml chore: Initialize Miyabi project with full planning 2025-11-22 17:45:08 +09:00
Cargo.lock chore: Initialize Miyabi project with full planning 2025-11-22 17:45:08 +09:00
Cargo.toml feat(core): implement Glob and Grep search tools 2025-11-22 18:25:00 +09:00
CLAUDE.md chore: Initialize Miyabi project with full planning 2025-11-22 17:45:08 +09:00
GOALS.md chore: Initialize Miyabi project with full planning 2025-11-22 17:45:08 +09:00
LICENSE Initial commit 2025-11-22 17:06:52 +09:00
README.md Initial commit 2025-11-22 17:06:52 +09:00

miyabi-cli-standalone

Autonomous development powered by Agentic OS