v0.7.0
Release Notes (v0.6.1 → v0.7.0)
🎉 New Features
Smarter Complexity Detection
- iloom now detects architectural uncertainty that would otherwise be missed by simple code analysis (#449)
- Issues involving external constraints, uncertain approaches, new patterns, or integration points are automatically routed to the COMPLEX workflow
- This ensures thorough planning before implementation for tasks that require broader architectural thinking
Track Your Finished Work
- New
il list --finishedflag shows completed looms with finish timestamps (#435) - Use
il list --allto see both active and finished looms together - Finished looms are preserved for historical reference and team visibility
Commit Without Finishing
- New
il commitcommand lets you make commits during a loom session without completing the workflow (#425) - Automatically adds issue reference trailers (
Refs #123orFixes #123) for consistent commit history - Supports
--wip-commitfor quick work-in-progress saves that skip validations - Works with both GitHub (
#123) and Linear (ENG-123) issue formats
Create Issues from Claude
- Claude can now create new issues directly in your issue tracker (#418)
- Create child issues linked to parent issues for better work breakdown (#446)
- Works with both GitHub and Linear
Introducing Parallel Multi-Step Workflows
- Enhanced planning templates for complex tasks with multiple implementation steps (#438)
- Better support for parallel step execution and step consolidation
Alphanumeric Issue ID Support
- Port assignment now works with Linear-style IDs like
MARK-324(#420) - Ports wrap around gracefully when exceeding system limits
🐛 Bug Fixes
Rebase Workflow
- Dependencies now install automatically after successful rebase (#422)
- Post-rebase builds run for CLI projects (#427)
Finish Workflow
- Metadata is now archived after finish or cleanup (#443)
- Placeholder commits no longer include issue references that could confuse PR descriptions (#444)
- Cleanup flags work consistently across all merge modes (#442)
Template Processing
Recap Server
- Duplicate entries are now automatically prevented (#447)
📚 Documentation
- Enhanced contributing documentation with clearer fork/contributor workflows (#433)
- Updated README to better explain specialized agent roles
- Clarified configuration storage requirements for fork contributors
Full Changelog: v0.6.1...v0.7.0