mergegate/crates/miyabi-core/src
Shunsuke Hayashi c3c3400bb2 fix: Resolve clippy warnings in dag.rs and workflow.rs
- Replace ok_or_else with ok_or for non-lazy error construction
- Derive Default for StepCondition and FailurePolicy enums
- Allow clippy::only_used_in_recursion for visit_step method

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 01:46:46 +09:00
..
agent test(agent): Add comprehensive agent integration tests 2025-11-23 00:24:40 +09:00
anthropic.rs feat: Add config system, agent mode, and session management 2025-11-22 22:22:11 +09:00
cache.rs test: Add comprehensive cache and error_policy tests 2025-11-23 00:45:42 +09:00
config.rs test(config): Add comprehensive config module tests 2025-11-23 01:33:43 +09:00
conversation.rs feat: Add config system, agent mode, and session management 2025-11-22 22:22:11 +09:00
dag.rs fix: Resolve clippy warnings in dag.rs and workflow.rs 2025-11-23 01:46:46 +09:00
error.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
error_policy.rs test: Add comprehensive cache and error_policy tests 2025-11-23 00:45:42 +09:00
feature_flags.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
git.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
github.rs feat: Add GitHub API integration and tools 2025-11-22 23:26:40 +09:00
github_tools.rs feat: Add GitHub API integration and tools 2025-11-22 23:26:40 +09:00
hooks.rs test(hooks): Add comprehensive hooks module tests 2025-11-23 00:56:37 +09:00
lib.rs feat(streaming): Add real-time streaming support for Agent 2025-11-23 00:40:03 +09:00
logger.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
mcp.rs test(mcp): Add comprehensive MCP integration tests 2025-11-23 00:43:16 +09:00
orchestration.rs feat(orchestration): Add multi-agent orchestration module 2025-11-23 00:34:44 +09:00
plugin.rs feat: Add hooks, workflow, MCP support and core modules 2025-11-22 23:37:14 +09:00
retry.rs test(retry): Add comprehensive retry module tests 2025-11-23 01:04:05 +09:00
rules.rs test(rules): Add comprehensive rules module tests 2025-11-23 00:54:50 +09:00
session.rs test(session): Add comprehensive session tests 2025-11-23 00:31:37 +09:00
streaming.rs feat(streaming): Add real-time streaming support for Agent 2025-11-23 00:40:03 +09:00
token.rs feat: Add config system, agent mode, and session management 2025-11-22 22:22:11 +09:00
tool.rs feat: Add config system, agent mode, and session management 2025-11-22 22:22:11 +09:00
tools.rs feat: Add config system, agent mode, and session management 2025-11-22 22:22:11 +09:00
types.rs feat: Add config system, agent mode, and session management 2025-11-22 22:22:11 +09:00
workflow.rs fix: Resolve clippy warnings in dag.rs and workflow.rs 2025-11-23 01:46:46 +09:00