@wipcomputer/wip-ai-devops-toolbox 1.9.53 → 1.9.55
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.
- package/CHANGELOG.md +30 -0
- package/SKILL.md +1 -1
- package/_trash/RELEASE-NOTES-v1-9-54.md +13 -0
- package/_trash/RELEASE-NOTES-v1-9-55.md +11 -0
- package/package.json +1 -1
- package/tools/deploy-public/package.json +1 -1
- package/tools/post-merge-rename/package.json +1 -1
- package/tools/wip-branch-guard/package.json +1 -1
- package/tools/wip-file-guard/package.json +1 -1
- package/tools/wip-license-guard/package.json +1 -1
- package/tools/wip-license-hook/package.json +1 -1
- package/tools/wip-readme-format/package.json +1 -1
- package/tools/wip-release/package.json +1 -1
- package/tools/wip-repo-init/package.json +1 -1
- package/tools/wip-repo-permissions-hook/package.json +1 -1
- package/tools/wip-repos/package.json +1 -1
- package/tools/wip-universal-installer/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -31,6 +31,36 @@
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
+
|
|
35
|
+
## 1.9.55 (2026-03-28)
|
|
36
|
+
|
|
37
|
+
# Release Notes: wip-ai-devops-toolbox v1.9.55
|
|
38
|
+
|
|
39
|
+
Force redeploy: .worktrees guard fix.
|
|
40
|
+
|
|
41
|
+
## The story
|
|
42
|
+
|
|
43
|
+
v1.9.53 had the guard fix but deploy-public was missed. v1.9.54 force-redeployed but installer had already cached v1.9.54. This version ensures the public repo and npm are in sync so ldm install deploys the correct guard.mjs with .worktrees convention.
|
|
44
|
+
|
|
45
|
+
## Issues closed
|
|
46
|
+
|
|
47
|
+
- #240 (partial)
|
|
48
|
+
|
|
49
|
+
## 1.9.54 (2026-03-28)
|
|
50
|
+
|
|
51
|
+
# Release Notes: wip-ai-devops-toolbox v1.9.54
|
|
52
|
+
|
|
53
|
+
Force redeploy: guard files were stale after v1.9.53.
|
|
54
|
+
|
|
55
|
+
## The story
|
|
56
|
+
|
|
57
|
+
v1.9.53 published the .worktrees guard fix to npm but ldm install saw the version as current and skipped redeploying the files. The deployed guard.mjs was still the old version. This release forces a version bump so the installer re-deploys.
|
|
58
|
+
|
|
59
|
+
This is a bug in the installer: it checks version numbers but not file contents. Filed for future fix.
|
|
60
|
+
|
|
61
|
+
## Issues closed
|
|
62
|
+
|
|
63
|
+
- #240 (partial: .worktrees convention)
|
|
34
64
|
|
|
35
65
|
## 1.9.53 (2026-03-28)
|
|
36
66
|
|
package/SKILL.md
CHANGED
|
@@ -5,7 +5,7 @@ license: MIT
|
|
|
5
5
|
interface: [cli, module, mcp, skill, hook, plugin]
|
|
6
6
|
metadata:
|
|
7
7
|
display-name: "WIP AI DevOps Toolbox"
|
|
8
|
-
version: "1.9.
|
|
8
|
+
version: "1.9.55"
|
|
9
9
|
homepage: "https://github.com/wipcomputer/wip-ai-devops-toolbox"
|
|
10
10
|
author: "Parker Todd Brooks"
|
|
11
11
|
category: dev-tools
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Release Notes: wip-ai-devops-toolbox v1.9.54
|
|
2
|
+
|
|
3
|
+
Force redeploy: guard files were stale after v1.9.53.
|
|
4
|
+
|
|
5
|
+
## The story
|
|
6
|
+
|
|
7
|
+
v1.9.53 published the .worktrees guard fix to npm but ldm install saw the version as current and skipped redeploying the files. The deployed guard.mjs was still the old version. This release forces a version bump so the installer re-deploys.
|
|
8
|
+
|
|
9
|
+
This is a bug in the installer: it checks version numbers but not file contents. Filed for future fix.
|
|
10
|
+
|
|
11
|
+
## Issues closed
|
|
12
|
+
|
|
13
|
+
- #240 (partial: .worktrees convention)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Release Notes: wip-ai-devops-toolbox v1.9.55
|
|
2
|
+
|
|
3
|
+
Force redeploy: .worktrees guard fix.
|
|
4
|
+
|
|
5
|
+
## The story
|
|
6
|
+
|
|
7
|
+
v1.9.53 had the guard fix but deploy-public was missed. v1.9.54 force-redeployed but installer had already cached v1.9.54. This version ensures the public repo and npm are in sync so ldm install deploys the correct guard.mjs with .worktrees convention.
|
|
8
|
+
|
|
9
|
+
## Issues closed
|
|
10
|
+
|
|
11
|
+
- #240 (partial)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wipcomputer/universal-installer",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.55",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The Universal Interface specification for agent-native software. Teaches your AI how to build repos with every interface: CLI, Module, MCP Server, OpenClaw Plugin, Skill, Claude Code Hook.",
|
|
6
6
|
"main": "detect.mjs",
|