🐛 Bug Fixes
- Command Namespace Handling: Fixed plugin.json name to control command prefix correctly
- Frontmatter Format: Removed
octo:prefix from all command frontmatter files (controlled by plugin.json instead) - Validation Enhancement: Updated validation script to enforce correct frontmatter format
🔄 Changed
- Command files now use clean names without namespace prefix (e.g., "research" not "octo:research")
- Plugin.json "name" field controls the actual command prefix shown to users