Bounded anomaly signature
The agent supplies an anomaly type, state fingerprint and a finite set of recovery branches. Raw state is not stored in the shared mesh.
HumanMirror Continuum V5 adds hmd, an async local daemon for bounded recovery: exact-state SQLite reflex caching, measured mesh latency, privacy-bounded telemetry, deterministic counterfactual ranking and publicly verifiable Proof-of-Stumble attestations.
The agent supplies an anomaly type, state fingerprint and a finite set of recovery branches. Raw state is not stored in the shared mesh.
HumanMirror ranks failure risk, latency, cost, confidence and reversibility with a published bounded score.
Repeated identical resolutions reinforce a shared reflex. Conflicting observations mark it contested rather than silently overwriting history.
hmd stores exact-state reflexes in .hms/cache/reflex.db using SQLite. Raw execution state is not persisted. Mesh failures fall back to the same bounded deterministic score.
A SHA-256 digest plus Ed25519 signature binds anomaly fingerprint, chosen branch, resolution digest and outcome digest. Any agent can verify the content signature with the included public key; it does not prove external-world truth.
Roadmap: privacy-preserving training assets, ZK proofs, homomorphic encryption and automated marketplace settlement. No automatic auction is active today.
POST https://humanmirror.fr/api/continuum/resolve/
Content-Type: application/json
{
"anomaly_type": "tool_timeout",
"state": {"attempt": 2},
"candidates": [
{"id":"retry","failure_risk":0.8,"latency_ms":200},
{"id":"cached_fallback","failure_risk":0.1,"latency_ms":15}
]
}