@su-record/vibe 2.6.9 → 2.6.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -638,7 +638,7 @@ model: claude-4.5-sonnet-thinking
638
638
  description: "SPEC document creation with parallel research. Use when starting new feature implementation."
639
639
  ---
640
640
 
641
- # /vibe.spec - SPEC Creation Skill
641
+ # vibe spec - SPEC Creation Skill
642
642
 
643
643
  SPEC-driven feature development workflow. Creates AI-executable specification documents.
644
644
 
@@ -722,7 +722,7 @@ model: claude-4.5-opus-high
722
722
  description: "Execute SPEC implementation with Scenario-Driven Development. Use after SPEC is approved."
723
723
  ---
724
724
 
725
- # /vibe.run - Implementation Execution Skill
725
+ # vibe run - Implementation Execution Skill
726
726
 
727
727
  Executes SPEC-based implementation using Scenario-Driven Development methodology.
728
728
 
@@ -808,7 +808,7 @@ model: auto
808
808
  description: "Parallel code review with 12+ specialized agents. Use after code changes."
809
809
  ---
810
810
 
811
- # /vibe.review - Parallel Code Review Skill
811
+ # vibe review - Parallel Code Review Skill
812
812
 
813
813
  Orchestrates 12+ specialized review agents for comprehensive code review.
814
814
 
@@ -909,7 +909,7 @@ model: claude-4.5-sonnet-thinking
909
909
  description: "Project and feature analysis. Use when exploring codebase or planning changes."
910
910
  ---
911
911
 
912
- # /vibe.analyze - Analysis Skill
912
+ # vibe analyze - Analysis Skill
913
913
 
914
914
  Comprehensive project and feature analysis for understanding codebases.
915
915
 
@@ -1023,7 +1023,7 @@ model: claude-4.5-sonnet-thinking
1023
1023
  description: "Verify implementation against SPEC requirements. Use after implementation."
1024
1024
  ---
1025
1025
 
1026
- # /vibe.verify - Verification Skill
1026
+ # vibe verify - Verification Skill
1027
1027
 
1028
1028
  Verifies implementation completeness against SPEC requirements.
1029
1029
 
@@ -1124,7 +1124,7 @@ model: claude-4.5-opus-high-thinking
1124
1124
  description: "Systematic 9-step reasoning framework. Use for complex problem solving."
1125
1125
  ---
1126
1126
 
1127
- # /vibe.reason - Reasoning Framework Skill
1127
+ # vibe reason - Reasoning Framework Skill
1128
1128
 
1129
1129
  Applies systematic reasoning to complex problems and decisions.
1130
1130
 
@@ -1260,7 +1260,7 @@ model: gpt-5.2-codex
1260
1260
  description: "UI preview and generation utilities. Use for UI component work."
1261
1261
  ---
1262
1262
 
1263
- # /vibe.ui - UI Utilities Skill
1263
+ # vibe ui - UI Utilities Skill
1264
1264
 
1265
1265
  UI preview, generation, and refactoring utilities.
1266
1266
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@su-record/vibe",
3
- "version": "2.6.9",
3
+ "version": "2.6.10",
4
4
  "description": "Vibe - Claude Code exclusive SPEC-driven AI coding framework with 35+ integrated tools",
5
5
  "type": "module",
6
6
  "main": "dist/cli/index.js",