@wipcomputer/wip-ai-devops-toolbox 1.9.23 → 1.9.24
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 +4 -0
- package/SKILL.md +14 -14
- 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
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.24"
|
|
9
9
|
homepage: "https://github.com/wipcomputer/wip-ai-devops-toolbox"
|
|
10
10
|
author: "Parker Todd Brooks"
|
|
11
11
|
category: dev-tools
|
|
@@ -158,25 +158,25 @@ Always dry-run first:
|
|
|
158
158
|
ldm install wipcomputer/wip-ai-devops-toolbox --dry-run
|
|
159
159
|
```
|
|
160
160
|
|
|
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:
|
|
161
|
+
Show the user the output. It lists every sub-tool and every interface that will be deployed. Number every tool in your summary. Walk through what each tool does, grouped by category:
|
|
162
162
|
|
|
163
163
|
**Repo Management**
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
164
|
+
1. **Repo Visibility Guard** ... blocks repos from going public without a -private counterpart
|
|
165
|
+
2. **Repo Manifest Reconciler** ... one source of truth for folder structure
|
|
166
|
+
3. **Repo Init** ... scaffolds the standard ai/ directory in any repo
|
|
167
|
+
4. **README Formatter** ... generates READMEs following the standard format
|
|
168
|
+
5. **Branch Guard** ... blocks all writes on main (forces worktrees)
|
|
169
169
|
|
|
170
170
|
**License, Compliance, and Protection**
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
171
|
+
6. **Identity File Protection** ... blocks overwrites of CLAUDE.md, SOUL.md, MEMORY.md
|
|
172
|
+
7. **License Guard** ... enforces copyright, dual-license, CLA on your repos
|
|
173
|
+
8. **License Rug-Pull Detection** ... catches license changes in dependencies
|
|
174
174
|
|
|
175
175
|
**Release & Deploy**
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
176
|
+
9. **Release Pipeline** ... version bump, changelog, npm publish, GitHub release
|
|
177
|
+
10. **Private-to-Public Sync** ... syncs private to public, excludes ai/ automatically
|
|
178
|
+
11. **Post-Merge Branch Naming** ... renames merged branches with dates
|
|
179
|
+
12. **Universal Installer** ... detects and deploys tool interfaces
|
|
180
180
|
|
|
181
181
|
Ask: "You can ask me about any of these tools and I'll explain more. Want to proceed with the install?"
|
|
182
182
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wipcomputer/universal-installer",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.24",
|
|
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",
|