Commit 79dd2f9
chore(tests): add forensics ops to run-sdk harness
The Forensics resource (design 046) was added to the SDK in v0.6.0 but the
test harness was never updated to dispatch the 5 ops, which caused the
mono parity check (TestHarnessCompleteness) to fail after the release.
Adds dispatch branches for:
- forensics.incident-timeline → client.forensics.incident_timeline
- forensics.check-trace → client.forensics.check_trace
- forensics.policy-snapshot → client.forensics.policy_snapshot
- forensics.monitor-rule-evaluations → client.forensics.monitor_rule_evaluations
- forensics.monitor-transitions → client.forensics.monitor_transitions
The two paginated ops use the existing `**opts` pattern (same as
monitors.results / monitors.versions) — callers pass keyword-only args
via JSON, mirroring the SDK signature.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent dd1b2bf commit 79dd2f9
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
396 | 410 | | |
397 | 411 | | |
398 | 412 | | |
| |||
0 commit comments