Skip to content

Commit b1d0b17

Browse files
author
Test User
committed
Update plugin commands to use model aliases
1 parent 9aa1b8a commit b1d0b17

19 files changed

+19
-19
lines changed

reqvire-claude-plugin/commands/add-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
allowed-tools: Read, Write, Edit, Bash(reqvire:*), SlashCommand
33
argument-hint: [feature-name]
44
description: Add a complete feature by orchestrating requirement and verification creation following MBSE workflow
5-
model: claude-sonnet-4-5-20250929
5+
model: sonnet
66
---
77

88
# Add Feature

reqvire-claude-plugin/commands/add-requirement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
allowed-tools: Read, Bash(reqvire:*)
33
argument-hint: [requirement-name]
44
description: Add a new requirement to the Reqvire model with proper structure and traceability
5-
model: claude-sonnet-4-5-20250929
5+
model: sonnet
66
---
77

88
# Add New Requirement

reqvire-claude-plugin/commands/add-verification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
allowed-tools: Read, Edit, Bash(reqvire:*)
33
argument-hint: [requirement-id]
44
description: Add a verification for an existing requirement, checking if verification is needed based on requirement hierarchy
5-
model: claude-sonnet-4-5-20250929
5+
model: sonnet
66
---
77

88
# Add Verification

reqvire-claude-plugin/commands/analyze-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
allowed-tools: Read, Bash(reqvire:*)
33
description: Analyze verification coverage and identify unverified requirements
4-
model: claude-sonnet-4-5-20250929
4+
model: default
55
---
66

77
# Analyze Verification Coverage

reqvire-claude-plugin/commands/analyze-impact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
allowed-tools: Read, Bash(reqvire:*), Bash(git:*)
33
argument-hint: [commit-hash]
44
description: Analyze change impact for modified requirements using git commit history
5-
model: claude-sonnet-4-5-20250929
5+
model: sonnet
66
---
77

88
# Analyze Change Impact

reqvire-claude-plugin/commands/analyze-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
allowed-tools: Read, Bash(reqvire:*)
33
description: Analyze the current Reqvire model structure, identify issues, coverage gaps, and provide improvement recommendations
4-
model: claude-sonnet-4-5-20250929
4+
model: sonnet
55
---
66

77
# Analyze Reqvire Model

reqvire-claude-plugin/commands/collect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
allowed-tools: Read, Bash(reqvire:*)
33
argument-hint: <element-name>
44
description: Collect and summarize requirement context via derivedFrom chain
5-
model: claude-sonnet-4-5-20250929
5+
model: sonnet
66
---
77

88
# Collect Requirement Context

reqvire-claude-plugin/commands/consolidate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
allowed-tools: Read, Bash(reqvire:*)
33
description: Consolidate elements using automated merge + intelligent cleanup workflow
4-
model: claude-sonnet-4-5-20250929
4+
model: sonnet
55
---
66

77
# Consolidate Requirements Model

reqvire-claude-plugin/commands/containment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
allowed-tools: Read, Bash(reqvire:*)
33
description: Analyze model's containment structure (folders, files, and elements) to understand organization and suggest improvements
4-
model: claude-sonnet-4-5-20250929
4+
model: default
55
---
66

77
# Containment View

reqvire-claude-plugin/commands/find-redundant-verifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
allowed-tools: Read, Bash(reqvire:*)
33
description: Find and analyze redundant verify relations in the Reqvire model
4-
model: claude-sonnet-4-5-20250929
4+
model: default
55
---
66

77
# Find Redundant Verify Relations

0 commit comments

Comments
 (0)