mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-08 03:01:47 +00:00
docs(kanban): fix orchestrator skill setup instructions (#20958)
This commit is contained in:
parent
5a3cadf6eb
commit
45cbf93899
1 changed files with 10 additions and 2 deletions
|
|
@ -403,10 +403,18 @@ kanban_complete(
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
Load it into your orchestrator profile:
|
`kanban-orchestrator` is a bundled skill. It is synced into each profile during
|
||||||
|
install and update, so there is no separate Skills Hub install step. Verify it is
|
||||||
|
present in your orchestrator profile:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
hermes skills install devops/kanban-orchestrator
|
hermes -p orchestrator skills list | grep kanban-orchestrator
|
||||||
|
```
|
||||||
|
|
||||||
|
If the bundled copy is missing, restore it for that profile:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
hermes -p orchestrator skills reset kanban-orchestrator --restore
|
||||||
```
|
```
|
||||||
|
|
||||||
For best results, pair it with a profile whose toolsets are restricted to board operations (`kanban`, `gateway`, `memory`) so the orchestrator literally cannot execute implementation tasks even if it tries.
|
For best results, pair it with a profile whose toolsets are restricted to board operations (`kanban`, `gateway`, `memory`) so the orchestrator literally cannot execute implementation tasks even if it tries.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue