feat(tau): add /sdlc slash command for direct SDLC access#250
Conversation
- Add /sdlc slash command that mirrors Tau's peer extension pattern - Supports tab completion for subcommands (start, plan, status, approve, etc.) - Accepts both simple text arguments and full JSON params - Make bin scripts executable (100755) - Update documentation with slash command usage
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThis PR adds a new ChangesTau /sdlc Slash Command
Estimated code review effort: 2 (Simple) | ~12 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The +x bit flip on bin/* is the npm-install-inside-repo artifact, not part of the /sdlc feature; restore 100644 to match main. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This PR adds a /sdlc slash command to Tau that provides direct access to RStack SDLC tools, complementing the existing Tau adapter implementation.
What This Adds
Implementation Details
The slash command mirrors Tau's existing peer extension pattern:
Files Changed
Testing
The implementation follows Tau's established slash command pattern and has been validated to work with the current framework. It builds on the existing Tau adapter in feat/tau-adapter-243.
Related
Builds on #243 (Tau adapter implementation)
Summary by CodeRabbit
New Features
/sdlcslash command for Tau users to run SDLC-related actions from the chat interface.Documentation