Expand description
Telemetry logging for Ito.
This crate records low-volume execution events to a JSONL file under the user’s config directory. The output is designed to be append-only and resilient: failures to read/write telemetry should never break the main command flow.
The logger intentionally stores only coarse metadata:
- a stable-but-anonymized
project_idderived from a per-user salt - a
session_idpersisted under.ito/session.jsonwhen available
Structs§
- Logger
- Append-only telemetry logger.
Enums§
- Outcome
- High-level command outcome used for telemetry.