feat: record CLI command telemetry

This commit is contained in:
2026-06-02 15:49:27 +01:00
parent eb30450f34
commit 2fcc822394
6 changed files with 86 additions and 5 deletions
+9 -1
View File
@@ -184,7 +184,7 @@ Definition of Done:
## TASK-013 — Record CLI command execution
Status: Todo
Status: Done
Goal:
Record rdb CLI command execution using the telemetry system.
@@ -200,6 +200,14 @@ Acceptance Criteria:
- Include timestamp
- Add/update tests
Definition of Done:
- All 10 CLI commands record a telemetry event on invocation
- Events have event_type "command" and target "rdb <cmd_name>"
- Timestamps are present in UTC ISO format
- New integration tests added to test_telemetry.py (4 new tests)
- All 75 tests pass
## TASK-014 — Integrate telemetry with guardrails
Status: Todo