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
27 changes: 16 additions & 11 deletions CURRENT_STATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

## Current Version

`0.2.1` — Packaging Consolidation + Scenario Evaluator & Replay (published)
`0.3.0` — Integrations & OSS Credibility (published)

## Active Milestone

**v0.3.0 — Integrations & OSS Credibility (in progress)**
**v1.0.0 — Stable FOSS Ecosystem (next)**

v0.2.1 is published to npm. Old v0.1.1 packages are deprecated. v0.3.0 adds
trace diffing, rich scenario assertions, CI/anonymize/diff CLI commands,
integration examples, and contributor onboarding.
v0.3.0 is published to npm. Adds trace diffing, rich scenario assertions,
CI/anonymize/diff CLI commands, 15 detection rules, 15 scenarios, integration
examples, and contributor onboarding.

## What's Done

Expand Down Expand Up @@ -208,13 +208,18 @@ integration examples, and contributor onboarding.
- ✅ Contribution guide + 5 good-first-issues (Issue #90)
- ✅ v0.3 docs content — 5 new + 3 updated docs pages (Issue #91)

### v0.3.0 Release

- ✅ `@ocpp-debugkit/toolkit@0.3.0` published to npm
- ✅ Git tag `v0.3.0` + GitHub release `v0.3.0` created
- ✅ v0.3.0 milestone closed

## What's Next

1. **v0.3.0 — Integrations & OSS Credibility** — Trace diffing, rich scenario
assertions, CI/anonymize/diff CLI commands, integration examples, contributor
onboarding (Issues #82–#92)
2. **v1.0.0** — API stabilization, 20+ scenarios, docs overhaul, contributor
onboarding
1. **v1.0.0 — Stable FOSS Ecosystem** — API stabilization, 20+ scenarios, docs
overhaul, contributor onboarding
2. **Future** — Active scenario runner (live endpoint testing), playground,
YAML trace format support

## Known Blockers / Decisions Pending

Expand All @@ -224,7 +229,7 @@ integration examples, and contributor onboarding.

| Package | Status | Version |
|---------|--------|---------|
| `@ocpp-debugkit/toolkit` | published | 0.2.1 |
| `@ocpp-debugkit/toolkit` | published | 0.3.0 |
| `@ocpp-debugkit/core` | deprecated | 0.1.1 |
| `@ocpp-debugkit/scenarios` | deprecated | 0.1.1 |
| `@ocpp-debugkit/reporter` | deprecated | 0.1.1 |
Expand Down
7 changes: 4 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ old packages deprecated.

## v0.3.0 — Integrations & OSS Credibility

**Status:** In progress
**Status:** ✅ Complete — published as `@ocpp-debugkit/toolkit@0.3.0` on npm,
Git tag `v0.3.0`, GitHub release `v0.3.0`. Milestone closed.

Connect to real ecosystem workflows. Attract external engagement.

Expand All @@ -112,13 +113,13 @@ Connect to real ecosystem workflows. Attract external engagement.
- Integration examples (simple-trace, simple-csms, simulator-output, etc.)
- Contribution guide + good-first-issues

**Exit criteria:** GitHub release `release-v0.3.0`.
**Exit criteria:** GitHub release `v0.3.0`. ✅ All met.

---

## v1.0.0 — Stable FOSS Ecosystem

**Status:** Not started
**Status:** Next up

Mature APIs, stable formats, contributor-ready.

Expand Down
Loading