Commit graph

8 commits

Author SHA1 Message Date
林 駿甫 (Shunsuke Hayashi)
25d09ea55a docs: add AI dev team guide + LINE CTA to README 2026-04-10 15:44:02 +09:00
林 駿甫 (Shunsuke Hayashi)
427b99f400 refactor: make mergegate gate-first 2026-04-10 15:03:49 +09:00
林 駿甫 (Shunsuke Hayashi)
29c72fee83 refactor: rename project surface to mergegate 2026-04-10 14:50:57 +09:00
Shunsuke Hayashi
86cd2a122d docs: Add 60-second setup and troubleshooting to README
- Add prominent quick start section at the top
- Add comprehensive troubleshooting section
- Cover common issues: API key, terminal errors, build errors
- Include debug mode instructions and help resources

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 01:51:38 +09:00
Shunsuke Hayashi
48dfa915c7 feat: Add hooks, workflow, MCP support and core modules
Phase 2: Hooks System
- Event-driven execution with HookEvent/HookAction types
- HookManager for registration and execution

Phase 3: Multi-Agent Workflow
- Workflow orchestration with dependency graphs
- WorkflowStep with conditions and retry support

Phase 4: MCP (Model Context Protocol) Support
- McpServer for external tool servers
- McpManager for multiple server management

Also includes core modules: cache, error_policy, feature_flags,
git, logger, plugin, retry, rules

662 tests passing

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 23:37:14 +09:00
Shunsuke Hayashi
de9af5fadc docs: Rewrite README for Rust CLI/TUI project
- Add comprehensive installation and quick start guide
- Document all CLI commands and options
- Add TUI keybindings reference
- Include full configuration documentation
- Document agent mode usage
- Update project structure for Rust crates
- Remove outdated TypeScript references

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 22:31:47 +09:00
Shunsuke Hayashi
25d358f96e feat: Add config system, agent mode, and session management
- Add comprehensive Config system with TOML support (~/.miyabi/config.toml)
- Add Agent module for autonomous task execution with tool approval
- Add Session management for conversation persistence
- Extend CLI with new commands: init, sessions, agent, version
- Add CLI flags: --model, --max-tokens, --thinking, --config, --session
- Fix all clippy warnings (16 → 0)
- Improve code quality with collapsible pattern matching

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 22:22:11 +09:00
Shunsuke Hayashi
23e56596c6
Initial commit 2025-11-22 17:06:52 +09:00