@wipcomputer/wip-ai-devops-toolbox 1.9.21 → 1.9.23

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
@@ -31,6 +31,14 @@
31
31
 
32
32
 
33
33
 
34
+
35
+ ## 1.9.23 (2026-03-14)
36
+
37
+ Force verbatim tool list display. AI must show all 17 tools with descriptions, never summarize.
38
+
39
+ ## 1.9.22 (2026-03-14)
40
+
41
+ All 17 tools listed with descriptions. New section order: Setup, Infrastructure, Repo Management, License, Release. Conversational prompt.
34
42
 
35
43
  ## 1.9.21 (2026-03-14)
36
44
 
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.21"
8
+ version: "1.9.23"
9
9
  homepage: "https://github.com/wipcomputer/wip-ai-devops-toolbox"
10
10
  author: "Parker Todd Brooks"
11
11
  category: dev-tools
@@ -76,22 +76,40 @@ The tools in this toolbox use different capabilities. Check what you have and te
76
76
 
77
77
  ### Already installed? Show what they have.
78
78
 
79
- If the user already has the toolbox installed (check `ldm status` or look for `wip-release` on PATH), show them what they have with descriptions. Don't just list versions. Explain what each tool does:
79
+ If the user already has the toolbox installed (check `ldm status` or look for `wip-release` on PATH), you MUST show the complete list below. Do NOT summarize. Do NOT skip tools. Do NOT paraphrase. Show every single tool with its number, name, category, and description exactly as written here. Show the installed version next to each tool name.
80
80
 
81
- - **wip-release** ... one-command releases (version bump, changelog, npm publish, GitHub release)
82
- - **wip-license-hook** ... catches license changes in dependencies before they ship
83
- - **wip-license-guard** ... enforces your own repo's copyright, LICENSE file, CLA
84
- - **wip-file-guard** ... blocks destructive edits to identity files (CLAUDE.md, SOUL.md, MEMORY.md)
85
- - **wip-repo-permissions-hook** ... blocks repos from going public without a -private counterpart
86
- - **wip-repos** ... one source of truth for repo folder structure
87
- - **wip-repo-init** ... scaffolds the standard ai/ directory in any repo
88
- - **wip-readme-format** ... generates READMEs following a standard format
89
- - **wip-branch-guard** ... blocks all writes on main branch (forces worktrees/branches)
90
- - **deploy-public** ... syncs private repos to public mirrors
91
- - **post-merge-rename** ... renames merged branches with dates for cleanup
92
- - **universal-installer** ... detects and deploys tool interfaces
81
+ **IMPORTANT: Copy this list verbatim. All 17 tools. All 5 categories. Every description. The user needs to see every tool to understand what they have.**
93
82
 
94
- Show the version next to each. If an update is available, tell the user and offer to update via `ldm install wipcomputer/wip-ai-devops-toolbox`.
83
+ **Setup & Onboarding**
84
+ 1. **Universal Installer** ... one command detects and deploys all interfaces (CLI, MCP, Plugin, Skill, Hook). Powers `ldm install`.
85
+ 2. **Dev Guide** ... team conventions: release process, repo structure, branch protection, ai/ folder standard.
86
+
87
+ **Infrastructure**
88
+ 3. **LDM Dev Tools.app** ... scheduled automation: backup, branch protection audit, visibility audit. Runs unattended.
89
+
90
+ **Repo Management**
91
+ 4. **Repo Visibility Guard** ... blocks repos from going public without a -private counterpart. Prevents accidental exposure.
92
+ 5. **Repo Manifest Reconciler** ... one source of truth for folder structure. Drift detection and auto-sync.
93
+ 6. **Repo Init** ... scaffolds the standard ai/ directory. Plans, notes, dev updates, todos. One command.
94
+ 7. **README Formatter** ... generates READMEs following the standard format. Staging, review, deploy.
95
+ 8. **Forced Git Worktrees** ... agents never edit on main. Isolated copies, PRs to merge back.
96
+ 9. **Branch Guard** ... blocks all writes on main. The enforcement layer for forced worktrees.
97
+
98
+ **License, Compliance, and Protection**
99
+ 10. **Identity File Protection** ... blocks overwrites of CLAUDE.md, SOUL.md, MEMORY.md, SHARED-CONTEXT.md.
100
+ 11. **License Guard** ... enforces copyright, dual-license, CLA on your own repos. Auto-fix mode.
101
+ 12. **License Rug-Pull Detection** ... catches license changes in dependencies before they ship.
102
+
103
+ **Release & Deploy**
104
+ 13. **Release Pipeline** ... version bump, changelog, npm publish, GitHub release. One command.
105
+ 14. **Private-to-Public Sync** ... syncs private repo to public mirror. Excludes ai/ automatically.
106
+ 15. **Post-Merge Branch Naming** ... renames merged branches with dates. Keeps history clean.
107
+ 16. **Skill Publish to Website** ... auto-publishes SKILL.md as plain text on release. Like robots.txt for agents.
108
+ 17. **Make Discoverable in Claude Code** ... auto-generates plugin manifest for Claude Code marketplace. (Planned)
109
+
110
+ If an update is available, tell the user and offer to update via `ldm install wipcomputer/wip-ai-devops-toolbox`.
111
+
112
+ After the list, say: "You can ask me about any of these tools and I'll explain more about what it does and how to use it."
95
113
 
96
114
  ### Step 0: Check for LDM OS
97
115
 
@@ -140,22 +158,27 @@ Always dry-run first:
140
158
  ldm install wipcomputer/wip-ai-devops-toolbox --dry-run
141
159
  ```
142
160
 
143
- Show the user the output. It lists every sub-tool and every interface that will be deployed. Walk through what each tool does:
161
+ Show the user the output. It lists every sub-tool and every interface that will be deployed. Walk through what each tool does, grouped by category:
162
+
163
+ **Repo Management**
164
+ - **Repo Visibility Guard** ... blocks repos from going public without a -private counterpart
165
+ - **Repo Manifest Reconciler** ... one source of truth for folder structure
166
+ - **Repo Init** ... scaffolds the standard ai/ directory in any repo
167
+ - **README Formatter** ... generates READMEs following the standard format
168
+ - **Branch Guard** ... blocks all writes on main (forces worktrees)
169
+
170
+ **License, Compliance, and Protection**
171
+ - **Identity File Protection** ... blocks overwrites of CLAUDE.md, SOUL.md, MEMORY.md
172
+ - **License Guard** ... enforces copyright, dual-license, CLA on your repos
173
+ - **License Rug-Pull Detection** ... catches license changes in dependencies
144
174
 
145
- - **wip-release** ... one-command releases (version bump, changelog, npm publish, GitHub release)
146
- - **wip-license-hook** ... catches license changes in dependencies before they ship
147
- - **wip-license-guard** ... enforces your own repo's copyright, LICENSE file, CLA
148
- - **wip-file-guard** ... blocks destructive edits to identity files (CLAUDE.md, SOUL.md, MEMORY.md)
149
- - **wip-repo-permissions-hook** ... blocks repos from going public without a -private counterpart
150
- - **wip-repos** ... one source of truth for repo folder structure
151
- - **wip-repo-init** ... scaffolds the standard ai/ directory in any repo
152
- - **wip-readme-format** ... generates READMEs following a standard format
153
- - **wip-branch-guard** ... blocks all writes on main branch (forces worktrees/branches)
154
- - **deploy-public** ... syncs private repos to public mirrors
155
- - **post-merge-rename** ... renames merged branches with dates for cleanup
156
- - **universal-installer** ... detects and deploys tool interfaces
175
+ **Release & Deploy**
176
+ - **Release Pipeline** ... version bump, changelog, npm publish, GitHub release
177
+ - **Private-to-Public Sync** ... syncs private to public, excludes ai/ automatically
178
+ - **Post-Merge Branch Naming** ... renames merged branches with dates
179
+ - **Universal Installer** ... detects and deploys tool interfaces
157
180
 
158
- Ask: "Do you have questions about any of these? Want to proceed with the install?"
181
+ Ask: "You can ask me about any of these tools and I'll explain more. Want to proceed with the install?"
159
182
 
160
183
  ### Step 2: Install
161
184
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-ai-devops-toolbox",
3
- "version": "1.9.21",
3
+ "version": "1.9.23",
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/deploy-public",
3
- "version": "1.9.21",
3
+ "version": "1.9.23",
4
4
  "description": "Private-to-public repo sync. Excludes ai/ folder, creates PR, merges, cleans up branches.",
5
5
  "bin": {
6
6
  "deploy-public": "./deploy-public.sh"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/post-merge-rename",
3
- "version": "1.9.21",
3
+ "version": "1.9.23",
4
4
  "description": "Post-merge branch renaming. Appends --merged-YYYY-MM-DD to preserve history.",
5
5
  "bin": {
6
6
  "post-merge-rename": "./post-merge-rename.sh"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-branch-guard",
3
- "version": "1.9.21",
3
+ "version": "1.9.23",
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
  "main": "guard.mjs",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-file-guard",
3
- "version": "1.9.21",
3
+ "version": "1.9.23",
4
4
  "type": "module",
5
5
  "description": "Hook that blocks destructive edits to protected identity files. For Claude Code CLI and OpenClaw.",
6
6
  "main": "guard.mjs",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-license-guard",
3
- "version": "1.9.21",
3
+ "version": "1.9.23",
4
4
  "description": "License compliance for your own repos. Ensures correct copyright, dual-license blocks, and LICENSE files.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-license-hook",
3
- "version": "1.9.21",
3
+ "version": "1.9.23",
4
4
  "description": "License rug-pull detection and dependency license compliance for open source projects",
5
5
  "type": "module",
6
6
  "main": "dist/cli/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-readme-format",
3
- "version": "1.9.21",
3
+ "version": "1.9.23",
4
4
  "description": "Reformat any repo's README to follow the WIP Computer standard. Agent-first, human-readable.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-release",
3
- "version": "1.9.21",
3
+ "version": "1.9.23",
4
4
  "type": "module",
5
5
  "description": "One-command release pipeline. Bumps version, updates changelog + SKILL.md, publishes to npm + GitHub.",
6
6
  "main": "core.mjs",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-repo-init",
3
- "version": "1.9.21",
3
+ "version": "1.9.23",
4
4
  "description": "Scaffold the standard ai/ directory structure in any repo",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-repo-permissions-hook",
3
- "version": "1.9.21",
3
+ "version": "1.9.23",
4
4
  "type": "module",
5
5
  "description": "Repo visibility guard. Blocks repos from going public without a -private counterpart.",
6
6
  "main": "core.mjs",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-repos",
3
- "version": "1.9.21",
3
+ "version": "1.9.23",
4
4
  "type": "module",
5
5
  "description": "Repo manifest reconciler. Single source of truth for repo organization. Like prettier for folder structure.",
6
6
  "main": "core.mjs",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wipcomputer/universal-installer",
3
- "version": "1.9.21",
3
+ "version": "1.9.23",
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",