watch_tokenpull
Poll your local token logs at a configurable interval, detect new sessions by diffing against the last snapshot, and return the updated cascade when changes occur.
Instructions
Watch your local token logs and re-derive your cascade whenever new sessions are written — a live tune meter. Polls at a configurable interval (default 60s), diffs against the last snapshot, and returns the updated cascade when something changes. The push-to-board step is TODO(AUTH.WIRE) — currently returns the diff locally so you can see your score move in real time without submitting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | platform to watch (default: claude) | |
| interval_s | No | poll interval in seconds (default: 60, min: 10) | |
| window | No | which window to watch (default: 7d — most sensitive to recent activity) | |
| codename | No | TODO(AUTH.WIRE): when set, will auto-submit on change once auth is live |