Commit 8ef131d
committed
fix: pass /skill:control-agent as initial message so agent auto-starts
The --skill flag only adds the skill to the system prompt available skills
list (description + location). It does not inject the full content or trigger
an LLM turn. Adding the positional argument "/skill:control-agent" causes pi
to expand the skill command and send it as the first user message, which
triggers the startup checklist automatically.1 parent 99fdae8 commit 8ef131d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
0 commit comments