Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugin/dist/build-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"entrypoint": "skill-creator.ts",
"runtimeEntrypoint": "runtime-entry.ts",
"sourceHash": "d97baab7740b78821d0f1a3550f1045b23d7c9ac87676859c23cdc63b5e29d6b",
"builtAt": "2026-06-16T10:20:15.936Z"
"sourceHash": "898d6f7f9c9746ac7cc1a694672156770ca1751916838b94415d005bf4baf054",
"builtAt": "2026-06-24T01:26:34.014Z"
}
7 changes: 4 additions & 3 deletions plugin/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencode-skill-creator",
"version": "0.2.18",
"version": "0.2.20",
"description": "OpenCode plugin for skill creation — custom tools for validation, evaluation, description optimization, benchmarking, and review serving.",
"type": "module",
"main": "./dist/skill-creator.js",
Expand All @@ -10,11 +10,12 @@
"scripts": {
"build": "node ./scripts/build.mjs",
"test": "node --test test/*.test.mjs",
"test:ts": "bun test test/*.test.ts",
"test:ts": "bun test --isolate test/*.test.ts",
"prepack": "npm run build && npm test && npm run test:ts"
},
"dependencies": {
"jsonc-parser": "^3.3.1"
"jsonc-parser": "^3.3.1",
"yaml": "^2.9.0"
},
"files": [
"README.md",
Expand Down
Loading