AGENTS.md · git:20260911.ce4a7f4 · 2026-09-11 · sha256 3c17166f51882ba7
AGENTS.md git:20260911.ce4a7f4A
Immutable. This exact content is served forever at /api/v1/blob/3c17166f51882ba7.
# ShotPilot repository instructions The distributable skill lives in `skills/shotpilot/`. When changing behavior: 1. keep `SKILL.md` concise and push detailed guidance into `references/`; 2. preserve the canonical JSON contract in `references/spec-schema.md`; 3. keep runtime scripts dependency-free on Node 18.17+; 4. run `npm test` before claiming success; 5. never add secrets or hardcode provider credentials.