CoalTipple Privacy Policy
June 21, 2026 · View on GitHub
CoalTipple collects nothing and phones nowhere.
- No telemetry. No usage data, analytics, or identifiers are collected, stored, or transmitted — by the skill, the conductor hook, the installer, or any bundled component.
- No network calls from the hook. The conductor hook is offline by design (Phoenix Commandment #7): it reads
.coaltipple.jsonand the prompt locally and emits an advisory routing hint. It opens no sockets and makes no requests. - Routing runs inside YOUR agent. CoalTipple itself operates no servers and receives no traffic. When it routes, it spawns a worker through your agent's own native subagent tool, on your account, under your platform's own permission gate — CoalTipple does not call any model API itself and does not bypass that gate.
- The
/coaltipple statsfigure is a local estimate. There is no cost API behind it; nothing is reported anywhere. - Error reports are manual. When a component misbehaves, your agent may offer to open a pre-filled GitHub issue; nothing is ever submitted automatically, and you see and edit the full contents before sending.
- Local files only. All state lives in files you can read: the config (
~/.claude/.coaltipple.jsonand an optional per-project<gitroot>/.claude/.coaltipple.json), the GLOBAL model ranking at~/.claude/.coaltipple/ranking.json, and the per-project.claude/.coaltipple/directory (theproposed/sandbox and thestate.jsonresume journal).
Questions: open an issue at https://github.com/TheColliery/CoalTipple/issues.