← back to AbramsEgo
build-queue/failed/06a-cards-datetime.md
16 lines
# AbramsEgo task 06a — created date+time on EVERY admin card (compliance, half 1 of 2)
Read SPEC.md. Steve HARD rule: every admin card/tile/row shows created/last-run DATE + TIME.
This is HALF the old 06 (which timed out at 15min) — do ONLY the date+time pass here, fast.
Audit public/index.html + the APIs it reads. For EVERY card/row across ALL panels (fleet, crons,
sub-agent runs, canaries, wins, git activity, cron/launchd), ensure a visible
`🕓 Mon D, YYYY, h:mm AM` chip via
`toLocaleString(undefined,{year:'numeric',month:'short',day:'numeric',hour:'numeric',minute:'2-digit'})`,
with the full ISO timestamp in `title=`. Carry the timestamp field through any API missing it.
Fix only gaps (many panels already comply — don't rewrite compliant ones).
Verify: `pm2 restart abramsego` then curl :9773, spot-check a card shows the chip.
Commit `chore(06a): created date+time chip on all admin cards`. Local only. Keep under 15 min —
if a panel is already compliant, skip it.