Skip to content

Commit 565e136

Browse files
committed
chore: v0.6.8 -- fix CI coverage dependency
1 parent 31376d0 commit 565e136

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to the Parallax Engine will be documented in this file.
44

5+
## [0.6.8] - 2026-06-05
6+
7+
### Fixed
8+
- CI: added `@vitest/coverage-v8` to devDependencies (required by `vitest --coverage`)
9+
510
## [0.6.7] - 2026-06-05
611

712
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parallax-opencode",
3-
"version": "0.6.7",
3+
"version": "0.6.8",
44
"description": "PARALLAX ENGINE plugin for OpenCode -- protocol enforcement, friction-loop verification, mode switching (plan/build/debug/horizon), trace recording, coherence scoring, CI gate, PR-ready trace artifacts, and autonomous long-horizon supervision",
55
"type": "module",
66
"main": "./dist/plugin.js",

0 commit comments

Comments
 (0)