OVERRIDES runtime profile: uses direct_shell because task is a pure find command with no LLM call.
Daily at 04:00 SAST, deletes pool-dirty forensic snapshots older than 7 days from ~/workspace/logs/pool-dirty/.
Pool's release() writes a snapshot to that directory when a worker leaves the slot dirty (modified tracked files, untracked work). Snapshots are forensic evidence — useful for the first few days, junk after a week.
mkdir -p $HOME/workspace/logs/pool-dirty && find $HOME/workspace/logs/pool-dirty -mindepth 1 -maxdepth 1 -type d -mtime +7 -exec rm -rf {} + || true
Format: minute hour day month weekday
| Started | Status | Duration | Log |
|---|---|---|---|
| 2h ago | completed | 0s | View log |
| 1d ago | completed | 0s | View log |
| 2d ago | completed | 0s | View log |
| 3d ago | completed | 0s | View log |
| 4d ago | completed | 0s | View log |
| 5d ago | completed | 0s | View log |
| 6d ago | completed | 0s | View log |
| 7d ago | completed | 0s | View log |
Mission Control is the board for your delegated work: requests come in, Luci coordinates the next step, and evidence stays visible for review.
Luci is your always-on assistant for routing, status updates, and follow-through. Operators can still open deeper evidence when needed.