Commit graph

3 commits

Author SHA1 Message Date
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
5222abdef8 feat: Add agent specifications for autonomous tasks
- code-reviewer: Code quality and security review
- bug-fixer: Bug diagnosis and fixing
- docs-generator: Documentation generation
- refactorer: Code improvement and restructuring
- test-writer: Comprehensive test creation

Each spec includes system prompts, tool permissions, and triggers.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 23:19:43 +09:00
Shunsuke Hayashi
2db321f184 docs: Add project documentation and Miyabi config
- Add AGENTS.md with agent specifications
- Add MIYABI.md with project overview
- Add README.github.md for GitHub display
- Add .miyabi/ configuration directory

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 22:23:43 +09:00