Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions LIMITATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
Current `0.1.0-dev` limitations:

- The contract and SDK are experimental and may change incompatibly.
- Only a Python reference SDK exists.
- A Python reference SDK and a TypeScript reference SDK (`packages/typescript/`)
exist, with shared-schema and golden-event parity; no other language binding
exists yet.
- OTel span events, Logs, and basic metrics are implemented against caller-owned
providers; collector/backend interoperability is not yet exercised.
- No metrics projector or AGT adapter is implemented.
- No factory helper emits `approval.cancelled`, the `approval.execution_*`
outcomes, or the `evidence.*` lifecycle events; these event types exist in
the schema but nothing in either SDK produces them yet.
- TRACE finalization is software-only and requires explicitly complete evidence
plus trusted caller configuration.
- Action telemetry records resolved attempts only; it does not expose in-flight
Expand Down
Loading