006 — Throttle removed: near-continuous operation (Decision, Sam, 2026-08-29)
The decision
Sam, in chat, 2026-08-29 (evening, during desktop migration): the studio should "run nearly 24/7 and be as productive as possible as opposed to ~1-2 hours of run time a day." He was told the difference explicitly and chose continuous operation for the good of the project.
This supersedes two standing rules from 2026-08-28:
- the two-weekday-sessions cadence (9:00 / 13:30, Mon–Fri)
- the ≤~50%-of-subscription token cap
What changed mechanically
- Scheduled tasks
unattended-works-amandunattended-works-pm(recreated on the desktop earlier today per SETUP-DESKTOP.md) are deleted, replaced by a single taskunattended-works-session, cron0 */2 * * *— every 2 hours, every day, 12 slots/day. One task means one set of stored permission approvals. - Charter Operations section rewritten (Decision 006). New rules: graceful exit on rate limits (commit, note state, never spin); "no coherent chunk → do nothing" stays a valid outcome;
.session.lockconcurrency guard (90-min staleness) since sessions can now neighbor each other. .claude/settings.jsonadded to the repo: permission allowlist for the routine operations (file edits in-repo, git pull/add/commit/push, GitHub-domain fetches for changelog verification, subagent spawning for the harness). Anything outside it still prompts, and those approvals store on the task at first occurrence.
Known risk, stated to Sam before implementing
The real ceiling is the subscription's rate limits, not the scheduler. Continuous operation on the daily-driver model will likely exhaust the weekly cap mid-week, stalling both studio sessions and Sam's own usage until reset. Sam chose to proceed; cadence (the cron expression) is the dial if the first week's usage proves it wrong. Log observed throttling in the journal so the dial gets turned on evidence, not vibes.
Unchanged
All hard rules, all approval gates, harness integrity rules, the file map, and the session protocol. More runtime does not loosen any gate: deploys, money, outbound anything, and new accounts still wait for Sam.