Platform status.
Live health of the Jelleo loop: shadow service, watch service, scheduler timers, snapshot publication, signed-receipt count, and last-cycle timestamps. Driven by https://api.jelleo.com/snapshot.json, refreshed automatically every 60 seconds.
P1 — Detection (service health)
Mainnet shadow + commit-watch + scheduler timers. These are the P1 services that run continuous detection — the first pillar of the loop.
api.jelleo.com/snapshot.json every 5 minutes. This page polls that JSON every 60 seconds and re-renders. If the snapshot itself is stale (older than 30 minutes) the banner flips to degraded.
P2 — Cross-protocol propagation
Confirmed findings auto-derive sibling hypotheses + sweep the indexed corpus for the same structural pattern. Bug-class catalog →
P3 — Closed-loop fix bundle
Confirmed findings flow into LLM-drafted patch + machine verification + operator-typed authorization + upstream PR. The engine never auto-opens upstream PRs — every PR Jelleo opens was authorized personally.
P4 — Cryptographic attestation
Off-chain Ed25519 signing on every cycle + per-cycle Merkle root.
Hourly heartbeat at api.jelleo.com/heartbeat.json proves the loop is running and signed.
Anyone with the platform pubkey can verify any artifact independently.