feat(commands): add new command files and reorganize rust commands#42
Conversation
Add 25 new commands organized into namespaces: rust/ namespace (7 commands): - audit-clean-arch, audit-dependencies, audit-layer-boundaries - audit-ports-adapters, suggest-refactor, setup-tauri-mcp tauri/ namespace (15 commands): - App lifecycle: launch, stop - Debugging: inspect, logs, screenshot, window, resources, devtools, health - IPC testing: list-commands, call-ipc, exec-js - UI automation: click, type Root-level commands (3): - handoff, handoff-continue, spec-elicitation All commands include author attribution.
- Move tauri commands under rust namespace as subdirectory - Update all command names from tauri:* to rust:tauri:* - Update rust/README.md with tauri command reference - Update tauri/README.md command references Commands are now accessible as /rust:tauri:launch, etc.
✅ PR Title Check Passed✨ Version Impact: Minor version bump (new feature) Your PR title follows the conventional commits format and will be included in the automated changelog. |
📋 Command Validation Report❌ README.md: Missing ## Instructions section Please fix these issues before merging. Command Structure Requirements:
See CONTRIBUTING.md for details. |
|
Claude finished @qdhenry's task —— View job Code Review CompleteReviewing PR #42: feat(commands): add new command files and reorganize rust commands Todo List:
SummaryThis PR adds 25 new command files with comprehensive functionality for Cloudflare Workers, Rust/Tauri development, and project handoff workflows. Overall code quality is excellent, but there are structural issues that need addressing. Code Quality Assessment✅ StrengthsExcellent Documentation Standards:
High-Quality Command Implementation:
Security Best Practices:
❌ Critical IssuesGitHub Actions Validation Failures: The CI found multiple command structure violations that MUST be fixed before merging: Missing "## Instructions" sections (30 files):
Header Structure Issues (15 files):
Specific Files Requiring Immediate Attention:Detailed File Analysis
|
|
🎉 This PR was included in v3.9.0! |
1 similar comment
|
🎉 This PR was included in v3.9.0! |
Summary
Test plan