lifeloop-cli 0.3.0

Provider-neutral lifecycle abstraction and normalizer for AI harnesses
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "kind": "pressure_observation",
  "expect": "valid",
  "description": "pressure observation that includes a compaction signal",
  "data": {
    "adapter_id": "claude",
    "observed_at_epoch_s": 1778100200,
    "model_name": "claude-sonnet-4",
    "context_used_pct": 95,
    "compaction_signal": true
  }
}