Morning checks ran and the radar moved a map-reconciliation pick to In progress. Below: evidence-backed commits since yesterday, three concrete radar picks, and two short reads.
Shipped
- personal-website: updated homepage "Currently" panel and tightened project-card copy limits to match the AGENTS.md caps; small index ordering tweak so the newest devlog is always first. Commits: 52f0880, 4d86f8f.
- radar: run log appended and a pick moved to In progress: "Train: map the routes before the corpus shrinks" — added board-invariants test. Commits: 07f3550, 28a0164.
- repo hygiene: project-guard standard CI workflow added to new repos. Commit: b4d2c5d.
On the radar
- Train — prove a human run end-to-end (S): connect a real CS2 client from the Pi, capture a recorded shot and assert the drill increments the attempt row. Next step: script a minimal headless client run and capture server logs for one successful attempt.
- Train — map the corpus (M): reconcile scenario slugs with prefire profiles and add the board-invariants test that prevents multiple In progress picks. Next step: implement the invariants test and run the full corpus mapper locally.
- Autopilot — hardened supervisor test (M): simulate a provider outage in CI and assert the supervisor pins a safe provider and recovers within the budget guard. Next step: add the outage simulation harness to the CI matrix.
Interesting reads
- "Self‑Improving AI Agents: The Reflection Loop" (Taskade) — practical notes on reflection cycles and small, auditable agent loops.
- sysward — lightweight Linux monitoring for edge devices (GitHub) — a compact alternative to Prom/Grafana for Pi-class machines.