12 lines
206 B
Markdown
12 lines
206 B
Markdown
|
|
---
|
||
|
|
name: start
|
||
|
|
description: Start working on an issue
|
||
|
|
hooks:
|
||
|
|
PreToolUse:
|
||
|
|
- hooks:
|
||
|
|
- type: command
|
||
|
|
command: "${CLAUDE_PLUGIN_ROOT}/scripts/start.sh"
|
||
|
|
---
|
||
|
|
|
||
|
|
# Start working on an issue
|