Skip to content

Commit 6b2e7c4

Browse files
committed
chore: bump version from 0.35.15 to 0.35.16 with changelog
1 parent 5c7c095 commit 6b2e7c4

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## <small>0.35.16 (2026-06-14)</small>
2+
3+
### Summary
4+
5+
This release introduces lifecycle statuses for skills specs and plans, giving users clearer visibility into the state of their skill workflows—whether a spec is being drafted, reviewed, or finalized, and whether a plan is in progress, completed, or blocked—making it easier to track progress and identify next steps in skills-based automation.
6+
7+
* feat(skills): add spec and plan lifecycle statuses ([5c7c095](https://github.com/osovv/vv-opencode/commit/5c7c095))
8+
* chore: add typecheck to lefthook pre-commit ([cca0f03](https://github.com/osovv/vv-opencode/commit/cca0f03))
9+
110
## <small>0.35.15 (2026-06-14)</small>
211

312
### Summary

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osovv/vv-opencode",
3-
"version": "0.35.15",
3+
"version": "0.35.16",
44
"description": "Portable OpenCode workflow toolkit — 6 plugins, managed agents & skills, a spec-to-code pipeline, security, and the vvoc CLI.",
55
"type": "module",
66
"main": "./dist/index.js",

schemas/vvoc/v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdn.jsdelivr.net/npm/@osovv/[email protected].15/schemas/vvoc/v3.json",
3+
"$id": "https://cdn.jsdelivr.net/npm/@osovv/[email protected].16/schemas/vvoc/v3.json",
44
"title": "vvoc config",
55
"description": "Canonical vvoc configuration document.",
66
"type": "object",

0 commit comments

Comments
 (0)