Skip to content

Commit 07f9d62

Browse files
committed
add tests
1 parent 4f665e9 commit 07f9d62

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- **Breaking**: pi runtime packages migrated from the `@mariozechner/*` scope to `@earendil-works/*`. Peer deps are now `@earendil-works/pi-ai`, `@earendil-works/pi-coding-agent`, `@earendil-works/pi-tui`, with the floor raised to `>=0.74.0`. Import paths in `src/` updated accordingly.
1212
- CI now runs on Node 22 (was Node 20).
1313

14+
### Added
15+
- End-to-end test suite for the extension entry point (`test/index.e2e.test.ts`, 19 tests) covering the `/supervise` command subcommands, the `start_supervision` tool (activation, model parsing, lock-once-active), and the steering loop: `agent_end` idle checkpoint (steer / done / failure-fallback / stagnation), `turn_end` mid-turn gating by sensitivity, and session restore. Drives the real extension against a mocked LLM boundary.
16+
1417
## [0.4.3] - 2026-05-04
1518

1619
No user-facing behavior changes.

0 commit comments

Comments
 (0)