Skip to content

Release v1.4.4

Choose a tag to compare

@shinpr shinpr released this 05 Aug 07:26
· 215 commits to main since this release
d5fcd80

What's Changed

🔧 Improvements

  • Removed rule-advisor dependencies from subagent definitions: Improved system maintainability by reducing inter-agent dependencies. Subagents now operate more independently with direct rule references instead of relying on rule-advisor selections.

  • Clarified rule-advisor usage examples: Updated documentation to show examples rather than fixed usage patterns, making it clearer that these are flexible guidelines.

  • Simplified task-executor configuration: Removed ambiguous "mandatory check items" section that lacked clarity, streamlining the agent's focus on implementation execution.

📝 Documentation

  • Updated both Japanese and English versions of CLAUDE.md and agent definition files
  • Made rule references more explicit and self-contained in each agent definition

Technical Details

  • Changed "rule-advisor selected" references to "project" references throughout agent definitions
  • Removed cross-dependencies between subagents to improve system reliability
  • Maintained backward compatibility - no breaking changes

Full Changelog: v1.4.3...v1.4.4