---
name: disabled-cron-marker
description: "Cron lines prefixed with `# TEMP_DISABLED_CLAUDE_TOKEN_STOP ` were intentionally paused by the user"
metadata:
node_type: memory
type: feedback
originSessionId: 71d40fa2-b151-4c81-9821-f0dfeb7a0f66
---

Lines in `crontab -l` that start with `# TEMP_DISABLED_CLAUDE_TOKEN_STOP `
were deliberately disabled by the user, with the date marking when. As of
2026-05-15 this affects three entries from 2026-05-14:
`claude-issue-poller.sh`, `idle-learn.sh yt`, `idle-learn.sh x`.

**Why:** The marker name implies the pause was triggered by Claude API token
budget concerns. Re-enabling without confirmation could resume token spend
the user explicitly stopped.

**How to apply:** Never silently uncomment these lines. If cron cleanup is
requested, surface them separately and ask whether to keep, re-enable, or
delete. Treat the marker as a "user intent" signal, not noise to clean up.