Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
Commit87edc73unknown_key

docs(admin): /admin/autopilot blurb mentions the new tasks

docs(admin): /admin/autopilot blurb mentions the new tasks

The autopilot description on /admin/autopilot listed only the
original four tasks (mirror sync, merge-queue progress, weekly
digests, advisory rescans). The two new ones added this session
needed to show up in the admin's mental model:

- environment wait-timer release
- scheduled workflow triggers (cron)

One-line copy change. No semantic / behaviour change.

https://claude.ai/code/session_0163vJChUuZqqtBBznUW6xBU
Claude committed on April 30, 2026Parent: 4e8f0e3
1 file changed+2187edc73ee2c602d653bb8ee8a6195d724e8173f0
1 changed file+2−1
Modifiedsrc/routes/admin.tsx+2−1View fileUnifiedSplit
628628 <h1 style="margin-bottom: 8px">Autopilot</h1>
629629 <p style="color: var(--text-muted); margin-bottom: 24px">
630630 Periodic platform-maintenance loop — mirror sync, merge-queue
631 progress, weekly digests, advisory rescans.
631 progress, weekly digests, advisory rescans, environment
632 wait-timer release, scheduled workflow triggers (cron).
632633 </p>
633634 {msg && (
634635 <div
635636