OVERRIDES runtime profile: uses direct_python (plain Python, no model) because the inline python call runs models.cleanup_old_ticket_messages() — pure sqlite cleanup, no claude CLI, no LLM API (MC-4942 U12 sweep).
Weekly cleanup of ticket_messages for tickets completed more than 30 days ago. Runs Sunday at 03:00 SAST. Prevents unbounded table growth (MC-304).
python3 -c "import sys; sys.path.insert(0, '/home/lucienne/workspace/mission-control'); from models import cleanup_old_ticket_messages; deleted = cleanup_old_ticket_messages(30); print(f'Deleted {deleted} old ticket messages')"
Format: minute hour day month weekday
| Started | Status | Duration | Log |
|---|---|---|---|
| 6d 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.