Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/commands/add-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The `/add-command` command shows this guide for creating new slash commands. It
---
allowed-tools: Read, Glob, Grep, Bash(git status:*), Task
description: Brief description of what this command does
argument-hint: [required-arg] [optional-arg]
argument-hint: "[required-arg] [optional-arg]"
---

# Command Title
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/busycommit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Create multiple atomic git commits, one logical change at a time
argument-hint: [optional-commit-description]
argument-hint: "[optional-commit-description]"
---

## General Guidelines
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/commit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Create a git commit following project standards
argument-hint: [optional-commit-description]
argument-hint: "[optional-commit-description]"
---

## General Guidelines
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/contribute-a-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ After creating, run `pnpm build` and `pnpm vitest run -u` to update snapshots.
```yaml
---
description: Brief description for /help
argument-hint: [optional-arg] or <required-arg> or (no arguments - interactive)
argument-hint: "[optional-arg] or <required-arg> or (no arguments - interactive)"
_hint: Short 2-3 word hint
_category: Test-Driven Development | Planning | Workflow | Ship / Show / Ask | Utilities | [Something else]
_order: 1-99
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/gap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Analyze conversation context for unaddressed items and gaps
argument-hint: [optional additional info]
argument-hint: "[optional additional info]"
---

## General Guidelines
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/issue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Analyze GitHub issue and create TDD implementation plan
argument-hint: [optional-issue-number]
argument-hint: "[optional-issue-number]"
---

Analyze GitHub issue and create TDD implementation plan.
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/polish.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Review and address issues in existing code - fix problems or justify skipping
argument-hint: [branch, PR#, file, or area to polish]
argument-hint: "[branch, PR#, file, or area to polish]"
---

## General Guidelines
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/pr-ask.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Request team review and approval - for complex changes needing discussion
argument-hint: [optional-pr-title-and-description]
argument-hint: "[optional-pr-title-and-description]"
---

# Ask - Request Review and Approval
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/pr-ship.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Ship code directly to main - for small, obvious changes that don't need review
argument-hint: [optional-commit-message]
argument-hint: "[optional-commit-message]"
---

# Ship - Direct Merge to Main
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/pr-show.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Show code to team with auto-merge - for changes that should be visible but don't need approval
argument-hint: [optional-pr-title-and-description]
argument-hint: "[optional-pr-title-and-description]"
---

# Show - Visible Merge with Optional Feedback
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/pr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Creates a pull request using GitHub MCP
argument-hint: [optional-pr-title-and-description]
argument-hint: "[optional-pr-title-and-description]"
---

# Create Pull Request
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/red.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Execute TDD Red Phase - write ONE failing test
argument-hint: [optional additional info]
argument-hint: "[optional additional info]"
---

**User arguments:**
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/simplify.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Reduce code complexity while keeping tests green
argument-hint: [file, function, or area to simplify]
argument-hint: "[file, function, or area to simplify]"
---

## General Guidelines
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/summarize.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Summarize conversation progress and next steps
argument-hint: [optional additional info]
argument-hint: "[optional additional info]"
---

## General Guidelines
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/tdd-review.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Review test suite quality against FIRST principles and TDD anti-patterns
argument-hint: [optional test file or directory path]
argument-hint: "[optional test file or directory path]"
---

## General Guidelines
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/tdd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Remind agent about TDD approach and continue conversation
argument-hint: [optional-response-to-last-message]
argument-hint: "[optional-response-to-last-message]"
---

# TDD Reminder
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/add-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The `/add-command` command shows this guide for creating new slash commands. It
---
allowed-tools: Read, Glob, Grep, Bash(git status:*), Task
description: Brief description of what this command does
argument-hint: [required-arg] [optional-arg]
argument-hint: "[required-arg] [optional-arg]"
---

# Command Title
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/busycommit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Create multiple atomic git commits, one logical change at a time
argument-hint: [optional-commit-description]
argument-hint: "[optional-commit-description]"
---

## General Guidelines
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/commit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Create a git commit following project standards
argument-hint: [optional-commit-description]
argument-hint: "[optional-commit-description]"
---

## General Guidelines
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/contribute-a-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ After creating, run `pnpm build` and `pnpm vitest run -u` to update snapshots.
```yaml
---
description: Brief description for /help
argument-hint: [optional-arg] or <required-arg> or (no arguments - interactive)
argument-hint: "[optional-arg] or <required-arg> or (no arguments - interactive)"
_hint: Short 2-3 word hint
_category: Test-Driven Development | Planning | Workflow | Ship / Show / Ask | Utilities | [Something else]
_order: 1-99
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/gap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Analyze conversation context for unaddressed items and gaps
argument-hint: [optional additional info]
argument-hint: "[optional additional info]"
---

## General Guidelines
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/issue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Analyze GitHub issue and create TDD implementation plan
argument-hint: [optional-issue-number]
argument-hint: "[optional-issue-number]"
---

Analyze GitHub issue and create TDD implementation plan.
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/polish.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Review and address issues in existing code - fix problems or justify skipping
argument-hint: [branch, PR#, file, or area to polish]
argument-hint: "[branch, PR#, file, or area to polish]"
---

## General Guidelines
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/pr-ask.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Request team review and approval - for complex changes needing discussion
argument-hint: [optional-pr-title-and-description]
argument-hint: "[optional-pr-title-and-description]"
---

# Ask - Request Review and Approval
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/pr-ship.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Ship code directly to main - for small, obvious changes that don't need review
argument-hint: [optional-commit-message]
argument-hint: "[optional-commit-message]"
---

# Ship - Direct Merge to Main
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/pr-show.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Show code to team with auto-merge - for changes that should be visible but don't need approval
argument-hint: [optional-pr-title-and-description]
argument-hint: "[optional-pr-title-and-description]"
---

# Show - Visible Merge with Optional Feedback
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/pr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Creates a pull request using GitHub MCP
argument-hint: [optional-pr-title-and-description]
argument-hint: "[optional-pr-title-and-description]"
---

# Create Pull Request
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/red.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Execute TDD Red Phase - write ONE failing test
argument-hint: [optional additional info]
argument-hint: "[optional additional info]"
---

**User arguments:**
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/simplify.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Reduce code complexity while keeping tests green
argument-hint: [file, function, or area to simplify]
argument-hint: "[file, function, or area to simplify]"
---

## General Guidelines
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/summarize.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Summarize conversation progress and next steps
argument-hint: [optional additional info]
argument-hint: "[optional additional info]"
---

## General Guidelines
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/tdd-review.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Review test suite quality against FIRST principles and TDD anti-patterns
argument-hint: [optional test file or directory path]
argument-hint: "[optional test file or directory path]"
---

## General Guidelines
Expand Down
2 changes: 1 addition & 1 deletion .opencode/commands/tdd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Remind agent about TDD approach and continue conversation
argument-hint: [optional-response-to-last-message]
argument-hint: "[optional-response-to-last-message]"
---

# TDD Reminder
Expand Down
2 changes: 1 addition & 1 deletion src/sources/_contribute-a-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ After creating, run `pnpm build` and `pnpm vitest run -u` to update snapshots.
```yaml
---
description: Brief description for /help
argument-hint: [optional-arg] or <required-arg> or (no arguments - interactive)
argument-hint: "[optional-arg] or <required-arg> or (no arguments - interactive)"
_hint: Short 2-3 word hint
_category: Test-Driven Development | Planning | Workflow | Ship / Show / Ask | Utilities | [Something else]
_order: 1-99
Expand Down
2 changes: 1 addition & 1 deletion src/sources/add-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The `/add-command` command shows this guide for creating new slash commands. It
---
allowed-tools: Read, Glob, Grep, Bash(git status:*), Task
description: Brief description of what this command does
argument-hint: [required-arg] [optional-arg]
argument-hint: "[required-arg] [optional-arg]"
---

# Command Title
Expand Down
2 changes: 1 addition & 1 deletion src/sources/busycommit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Create multiple atomic git commits, one logical change at a time
argument-hint: [optional-commit-description]
argument-hint: "[optional-commit-description]"
_hint: Atomic commits
_category: Workflow
_order: 2
Expand Down
2 changes: 1 addition & 1 deletion src/sources/commit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Create a git commit following project standards
argument-hint: [optional-commit-description]
argument-hint: "[optional-commit-description]"
_hint: Git commit
_category: Workflow
_order: 1
Expand Down
2 changes: 1 addition & 1 deletion src/sources/gap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Analyze conversation context for unaddressed items and gaps
argument-hint: [optional additional info]
argument-hint: "[optional additional info]"
_hint: Find gaps
_category: Workflow
_order: 11
Expand Down
2 changes: 1 addition & 1 deletion src/sources/issue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Analyze GitHub issue and create TDD implementation plan
argument-hint: [optional-issue-number]
argument-hint: "[optional-issue-number]"
_hint: Analyze issue
_category: Planning
_order: 1
Expand Down
2 changes: 1 addition & 1 deletion src/sources/polish.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Review and address issues in existing code - fix problems or justify skipping
argument-hint: [branch, PR#, file, or area to polish]
argument-hint: "[branch, PR#, file, or area to polish]"
_hint: Fix or skip issues
_category: Workflow
_order: 36
Expand Down
2 changes: 1 addition & 1 deletion src/sources/pr-ask.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Request team review and approval - for complex changes needing discussion
argument-hint: [optional-pr-title-and-description]
argument-hint: "[optional-pr-title-and-description]"
_hint: Request review
_category: Ship / Show / Ask
_order: 3
Expand Down
2 changes: 1 addition & 1 deletion src/sources/pr-ship.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Ship code directly to main - for small, obvious changes that don't need review
argument-hint: [optional-commit-message]
argument-hint: "[optional-commit-message]"
_hint: Direct to main
_category: Ship / Show / Ask
_order: 1
Expand Down
2 changes: 1 addition & 1 deletion src/sources/pr-show.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Show code to team with auto-merge - for changes that should be visible but don't need approval
argument-hint: [optional-pr-title-and-description]
argument-hint: "[optional-pr-title-and-description]"
_hint: Auto-merge PR
_category: Ship / Show / Ask
_order: 2
Expand Down
2 changes: 1 addition & 1 deletion src/sources/pr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Creates a pull request using GitHub MCP
argument-hint: [optional-pr-title-and-description]
argument-hint: "[optional-pr-title-and-description]"
_hint: Create PR
_category: Workflow
_order: 5
Expand Down
2 changes: 1 addition & 1 deletion src/sources/red.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Execute TDD Red Phase - write ONE failing test
argument-hint: [optional additional info]
argument-hint: "[optional additional info]"
_hint: Failing test
_category: Test-Driven Development
_order: 2
Expand Down
2 changes: 1 addition & 1 deletion src/sources/simplify.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Reduce code complexity while keeping tests green
argument-hint: [file, function, or area to simplify]
argument-hint: "[file, function, or area to simplify]"
_hint: Reduce complexity
_category: Test-Driven Development
_order: 16
Expand Down
2 changes: 1 addition & 1 deletion src/sources/summarize.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Summarize conversation progress and next steps
argument-hint: [optional additional info]
argument-hint: "[optional additional info]"
_hint: Summarize chat
_category: Workflow
_order: 10
Expand Down
2 changes: 1 addition & 1 deletion src/sources/tdd-review.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Review test suite quality against FIRST principles and TDD anti-patterns
argument-hint: [optional test file or directory path]
argument-hint: "[optional test file or directory path]"
_hint: Review tests
_category: Test-Driven Development
_order: 45
Expand Down
2 changes: 1 addition & 1 deletion src/sources/tdd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Remind agent about TDD approach and continue conversation
argument-hint: [optional-response-to-last-message]
argument-hint: "[optional-response-to-last-message]"
_hint: TDD reminder
_category: Test-Driven Development
_order: 1
Expand Down