Files
poller-sandbox/.agents/skills/sandbox-probe/SKILL.md

19 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: sandbox-probe
description: Report what context a headless worker sees — AGENTS.md contents, loaded skills, registered MCP tools, .agents/ contents, provider/model. Use when the task asks for a context report or a "sandbox probe". Writes the report to pi-context-report.md in the repo root, then commits and pushes.
---
# Sandbox probe (pi-воркер через сервис)
Положительная проверка: headless pi-воркер, поднятый сервисом agents-task-runner,
видит полный контекст. Собери отчёт и запиши его в `pi-context-report.md`.
## Шаги
1. Прочитай `AGENTS.md` в корне репо и процитируй его содержимое в отчёт.
2. Перечисли скилы, которые у тебя загружены (папки `~/.agents/skills/` и `~/.pi/agent/skills/`).
3. Перечисли MCP-тулы, которые тебе доступны (имена вида `mcp__*`), если они есть.
4. Прочитай содержимое `.agents/` (README + inbox) и опиши его.
5. Определи модель/провайдера: `$PI_PROVIDER` / `$PI_MODEL`, или из аргументов запуска.
6. Запиши всё в файл `pi-context-report.md` в корне репо, закоммить и запушь.