feat(alpha.91): Enhanced Claude Code Task tool integration & complete command documentation#687
Conversation
## 🐛 Bug Fixes - Fixed hive-mind spawn database schema synchronization issue - Resolved 'table sessions has no column named swarm_name' error for remote npx - Added complete table schemas (sessions, session_checkpoints, session_logs) ## ✨ New Features - Added --roo flag to init for optional SPARC folder creation - Modified default init to NOT create .roo folder - SPARC environment now optional and only created with --roo flag ## 📝 Changes - Updated version to 2.0.0-alpha.92 - Created GitHub issue #701 documenting fixes - Improved database initialization for hive-mind 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Release v2.0.0-alpha.91
This PR delivers comprehensive improvements to Claude Code Task tool integration with clear separation between MCP coordination and Claude Code execution.
✨ Key Features
🎯 Claude Code Task Tool Integration
📋 Batch Operation Emphasis
🛠️ Command Documentation Fix
.claude/commands/swarm/.claude/commands/hive-mind/.claude/commands/agents/📁 File Organization Rules
/src,/tests,/docs,/configdirectories🔧 Technical Details
Files Modified
src/cli/simple-commands/init/templates/claude-md.js- CLAUDE.md template generationsrc/cli/simple-commands/hive-mind.js- generateHiveMindPrompt() functionsrc/cli/simple-commands/swarm.js- swarm prompt generationsrc/cli/simple-commands/init/templates/enhanced-templates.js- Complete command structurepackage.json- Version bump to 2.0.0-alpha.91src/core/version.jsandsrc/core/version.ts- Fallback version updatesbin/claude-flow.js- Version display and release notesCHANGELOG.md- Comprehensive release notesKey Pattern Example
✅ Testing Completed
claude-flow@2.0.0-alpha.91--versionshows correct version and release notes📊 Impact
This release ensures users understand the critical distinction:
🎯 Key Takeaways
Fixes #686
Remember: Claude Flow coordinates, Claude Code creates!
🤖 Generated with Claude Code