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": "timeout -> safe_retry; cross-checked through TransportError::Timeout",
  "data": {
    "failure_class": "timeout",
    "expected_retry_class": "safe_retry",
    "transport_example": { "kind": "timeout" }
  }
}