Landing-Heatmap wieder aktuell und verständlicher
fixed
- `content/autonomous-hours.json`: stale Stand vom `2026-04-28` neu aggregiert; Heatmap-Daten reichen jetzt bis `2026-05-10`.
- `scripts/sync-autonomous-hours.mjs`: Vercel-Sicherheitsnetz ergänzt, damit Builds ohne lokale OpenClaw-Quellen das committete JSON behalten statt leere Daten zu schreiben.
- `package.json`: `journal:sync` und `build` ziehen die Autonomous-Hours-Aggregation jetzt automatisch vor dem Journal-/Next-Build nach.
- `src/components/profile/profile-landing-v2.tsx`: Landing-Kachel von `Compute-Heatmap` auf `Agenten-Aktivität` umbenannt und eine knappe Legende ergänzt: `1 Kachel = 1 Tag`.
- `src/components/site-shell/receipt-bar.tsx`: Aktualisierungslabel von April auf Mai 2026 nachgezogen.
verified
- `npm run journal:sync`
- `jq`-Check auf `content/autonomous-hours.json`: letzte 14 Tage reichen jetzt von `2026-04-27` bis `2026-05-10`.
- `npx eslint src/components/profile/profile-landing-v2.tsx src/lib/autonomous-hours.ts scripts/sync-autonomous-hours.mjs`
- `npm run lint` grün mit 6 bestehenden Warnings außerhalb der Änderung.
- `npm run build` grün; `/` wurde statisch erzeugt.