@karmaniverous/jeeves-watcher-openclaw 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,12 @@
1
1
  {
2
- "id": "jeeves-watcher",
2
+ "id": "jeeves-watcher-openclaw",
3
3
  "name": "Jeeves Watcher",
4
4
  "description": "Semantic search and metadata enrichment via a jeeves-watcher instance.",
5
- "version": "0.5.0",
6
- "skills": ["dist/skills/jeeves-watcher", "dist/skills/jeeves-watcher-admin"],
5
+ "version": "0.1.1",
6
+ "skills": [
7
+ "dist/skills/jeeves-watcher",
8
+ "dist/skills/jeeves-watcher-admin"
9
+ ],
7
10
  "configSchema": {
8
11
  "type": "object",
9
12
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karmaniverous/jeeves-watcher-openclaw",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "author": "Jason Williscroft",
5
5
  "description": "OpenClaw plugin for jeeves-watcher — semantic search and metadata enrichment tools",
6
6
  "license": "BSD-3-Clause",
@@ -77,12 +77,16 @@
77
77
  "git": {
78
78
  "changelog": "npx auto-changelog --unreleased-only --stdout --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs",
79
79
  "commitMessage": "chore: release @karmaniverous/jeeves-watcher-openclaw v${version}",
80
+ "tagName": "openclaw/${version}",
80
81
  "requireBranch": "main"
81
82
  },
82
83
  "github": {
83
84
  "release": true
84
85
  },
85
86
  "hooks": {
87
+ "after:bump": [
88
+ "node -e \"const f='openclaw.plugin.json';const j=JSON.parse(require('fs').readFileSync(f,'utf8'));j.version='${version}';require('fs').writeFileSync(f,JSON.stringify(j,null,2)+'\\n')\""
89
+ ],
86
90
  "after:init": [
87
91
  "npm run lint",
88
92
  "npm run typecheck",