lifeloop-cli 0.2.0

Provider-neutral lifecycle abstraction and normalizer for AI harnesses
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "kind": "failure_mapping",
  "expect": "valid",
  "description": "transport_error -> safe_retry; cross-checked through TransportError::Io",
  "data": {
    "failure_class": "transport_error",
    "expected_retry_class": "safe_retry",
    "transport_example": { "kind": "io", "detail": "broken pipe" }
  }
}