* fix(agents): add tool usage policy to AGENTS.md * fix(skills): replace raw bash with tools in 6 skills * feat(skills): restore tunnel skill * docs(handoff): scaffold handoff and ADR for PR * docs(handoff): set PR number * docs(project-map): add tunnel skill + tool usage policy note (PR#63) --------- Co-authored-by: opencode-agent <agent@opencode.local>
694 B
694 B
| name | description |
|---|---|
| tunnel | Подними cloudflare туннель когда пользователь просит "подними тоннель", "пробрось порт", "tunnel" |
Tunnel
Когда пользователь просит поднять или опустить cloudflare тоннель — вызови
tool tunnel(). Первый вызов — старт, второй — стоп. Tool беспараметровый.
Не используй raw bash bash .opencode/scripts/tunnel.sh — заблокирован deny
(см. opencode.json:311-314). При сбое tool — STOP и репорт оркестратору, НЕ
fallback на raw bash.