@wipcomputer/wip-ai-devops-toolbox 1.9.71-alpha.4 → 1.9.71-alpha.5

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.9.71-alpha.5 (2026-04-04)
4
+
5
+ wip-branch-guard: bump sub-tool to 1.9.71 so ldm install redeploys the updated guard from #314 and #315
6
+
3
7
  ## 1.9.71-alpha.4 (2026-04-04)
4
8
 
5
9
  Guard: allow cp/mv/mkdir hotfixes to deployed extensions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-ai-devops-toolbox",
3
- "version": "1.9.71-alpha.4",
3
+ "version": "1.9.71-alpha.5",
4
4
  "type": "module",
5
5
  "description": "The complete AI DevOps toolkit for AI-assisted development teams.",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-branch-guard",
3
- "version": "1.9.70",
3
+ "version": "1.9.71",
4
4
  "description": "PreToolUse hook that blocks all writes on main branch. Forces agents to work on branches or worktrees.",
5
5
  "type": "module",
6
6
  "scripts": {