tests/claude-code: add path tests for agents/commands
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
846f27fba8
commit
fb928abb67
6 changed files with 86 additions and 0 deletions
9
tests/modules/programs/claude-code/test-command.md
Normal file
9
tests/modules/programs/claude-code/test-command.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
allowed-tools: Bash, Read
|
||||
argument-hint: [test-arg]
|
||||
description: Test command loaded from file path
|
||||
---
|
||||
|
||||
This is a test command loaded from a file path.
|
||||
Used to verify path support functionality.
|
||||
Usage: /test-command [test-arg]
|
||||
Loading…
Add table
Add a link
Reference in a new issue