docs: update kugetsu-debug skill with delegation coordination findings

This commit is contained in:
shokollm
2026-04-01 08:57:09 +00:00
parent 2b2515ed3e
commit 0b27eb8f9a
5 changed files with 14 additions and 12 deletions

View File

@@ -261,7 +261,7 @@ For long-running tasks, SSH and spawn:
```bash
ssh -p 2222 <username>@<host-ip> \
"kugetsu start github.com/shoko/kugetsu#11 'Implement feature' && echo 'Task done' | tee /tmp/task.log"
"kugetsu start github.com/shoko/kugetsu#11 'Implement feature' && echo 'Task done' | tee ${KUGETSU_TEMP_DIR:-/tmp}/task.log"
```
### Port Forwarding for Web UI