Skip to content

Commit 271cdbb

Browse files
committed
release: v0.9.0
Bump version to 0.9.0 and sync registry metadata. CLI split, orphan command wiring, and omv-find local dedup land together in this release.
1 parent 8774e11 commit 271cdbb

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.9.0 - CLI command split and local findings dedup
44

5-
- Split the `omv` CLI dispatcher (`omv.ts`) into one module per command under `commands/`, collapsing 12 duplicated error handlers into one.
5+
- Split the `omv` CLI dispatcher (`omv.ts`, 1434 lines) into one module per command under `commands/`, plus a `commands/shared.ts` arg-helper module and a `commands/index.ts` registry replacing the dispatch `switch`. The 12 duplicated command error handlers collapse into one. `omv.ts` is now a 7-line entry.
66
- Wired three commands that were validated and advertised but previously unreachable: `omv repro init`, `omv report artifacts`, and `omv findings doctor`. They now dispatch to the existing domain logic (`initReproArtifacts`, `checkReportArtifacts`, `doctorFinding`).
77
- `omv-find` now excludes packages that already exist in `.omv/findings/` or `.omv/archive/findings/`; pass `--include-known` to override. Added a behavior eval + golden output for local dedup.
8+
- Updated `@types/node` and `yaml` dependencies.
89

910
## v0.8.0 - Workflow readiness gates
1011

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-vul",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "LLM-friendly vulnerability research skills for Claude Code",
55
"type": "module",
66
"main": "dist/index.js",

registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Lists all skills in this collection with their invocation, status, and contract bindings.
33

44
name: oh-my-vul
5-
version: "0.8.0"
5+
version: "0.9.0"
66
platform: claude-code
77
updated: "2026-05-08"
88

skills/omv/references/registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Lists all skills in this collection with their invocation, status, and contract bindings.
33

44
name: oh-my-vul
5-
version: "0.8.0"
5+
version: "0.9.0"
66
platform: claude-code
77
updated: "2026-05-08"
88

0 commit comments

Comments
 (0)