Skip to content

Commit d8646ad

Browse files
committed
fix: export oh-my-vul bin for npx (v0.10.1)
npx looks for an executable matching the package name. Register oh-my-vul as an alias of omv so `npx oh-my-vul setup` works.
1 parent 0205651 commit d8646ad

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.10.1 - npx package binary alias
6+
7+
- Register `oh-my-vul` as a package bin alias for `omv`, so `npx oh-my-vul setup` works. Previously only `omv` / `omv-mcp` were exported, which made npx report "could not determine executable to run".
8+
59
## v0.10.0 - Campaign first-mile, surfaces, and research discipline
610

711
First-mile research and quality gates for evidence-first work:

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "oh-my-vul",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "LLM-friendly vulnerability research skills for Claude Code",
55
"type": "module",
66
"main": "dist/index.js",
77
"bin": {
8+
"oh-my-vul": "dist/cli/omv.js",
89
"omv": "dist/cli/omv.js",
910
"omv-mcp": "dist/cli/omv-mcp.js"
1011
},

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.10.0"
5+
version: "0.10.1"
66
platform: claude-code
77
updated: "2026-07-10"
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.10.0"
5+
version: "0.10.1"
66
platform: claude-code
77
updated: "2026-07-10"
88

0 commit comments

Comments
 (0)