Skip to content
Merged
Show file tree
Hide file tree
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
13 changes: 13 additions & 0 deletions .changeset/v03-detection-rules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@ocpp-debugkit/toolkit': minor
---

Add 5 new failure detection rules for v0.3.0:

- `SUSPICIOUS_SESSION_DURATION` — sessions shorter than 60s or longer than 24h
- `SLOW_RESPONSE` — Call→CallResult/CallError gap exceeding 10s
- `HEARTBEAT_INTERVAL_VIOLATION` — heartbeat intervals deviating >50% from expected
- `METER_VALUE_ANOMALY` — non-monotonic or negative meter readings
- `UNRESPONSIVE_CSMS` — Call messages with no matching CallResult or CallError

Total detection rules: 15 (10 from v0.1/v0.2 + 5 new).
8 changes: 8 additions & 0 deletions CURRENT_STATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,14 @@ integration examples, and contributor onboarding.
- ✅ Docs updated for v0.2 content (PR #78)
- ✅ Web app fixes — npm links, inspector nav, docs prose styling (PR #80, #81)

### v0.3.0 — In Progress

- ✅ Toolkit package README improved (PR #93, Issue #82)
- ✅ Post-v0.2.1 milestone boundary audit (PR #94, Issue #83)
- ✅ v0.3 failure detection rules — 5 new rules (Issue #84):
`SUSPICIOUS_SESSION_DURATION`, `SLOW_RESPONSE`, `HEARTBEAT_INTERVAL_VIOLATION`,
`METER_VALUE_ANOMALY`, `UNRESPONSIVE_CSMS` (15 total rules)

## What's Next

1. **v0.3.0 — Integrations & OSS Credibility** — Trace diffing, rich scenario
Expand Down
Loading
Loading