@wipcomputer/wip-ai-devops-toolbox 1.9.21 → 1.9.22
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 +48 -29
- 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.22"
|
|
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,36 @@ 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
|
|
79
|
+
If the user already has the toolbox installed (check `ldm status` or look for `wip-release` on PATH), show them what they have. List every tool with its description and version. Use the categories below. If an update is available, tell the user and offer to update via `ldm install wipcomputer/wip-ai-devops-toolbox`.
|
|
80
80
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
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
|
+
**Setup & Onboarding**
|
|
82
|
+
1. **Universal Installer** ... one command detects and deploys all interfaces (CLI, MCP, Plugin, Skill, Hook). Powers `ldm install`.
|
|
83
|
+
2. **Dev Guide** ... team conventions: release process, repo structure, branch protection, ai/ folder standard.
|
|
93
84
|
|
|
94
|
-
|
|
85
|
+
**Infrastructure**
|
|
86
|
+
3. **LDM Dev Tools.app** ... scheduled automation: backup, branch protection audit, visibility audit. Runs unattended.
|
|
87
|
+
|
|
88
|
+
**Repo Management**
|
|
89
|
+
4. **Repo Visibility Guard** ... blocks repos from going public without a -private counterpart. Prevents accidental exposure.
|
|
90
|
+
5. **Repo Manifest Reconciler** ... one source of truth for folder structure. Drift detection and auto-sync.
|
|
91
|
+
6. **Repo Init** ... scaffolds the standard ai/ directory. Plans, notes, dev updates, todos. One command.
|
|
92
|
+
7. **README Formatter** ... generates READMEs following the standard format. Staging, review, deploy.
|
|
93
|
+
8. **Forced Git Worktrees** ... agents never edit on main. Isolated copies, PRs to merge back.
|
|
94
|
+
9. **Branch Guard** ... blocks all writes on main. The enforcement layer for forced worktrees.
|
|
95
|
+
|
|
96
|
+
**License, Compliance, and Protection**
|
|
97
|
+
10. **Identity File Protection** ... blocks overwrites of CLAUDE.md, SOUL.md, MEMORY.md, SHARED-CONTEXT.md.
|
|
98
|
+
11. **License Guard** ... enforces copyright, dual-license, CLA on your own repos. Auto-fix mode.
|
|
99
|
+
12. **License Rug-Pull Detection** ... catches license changes in dependencies before they ship.
|
|
100
|
+
|
|
101
|
+
**Release & Deploy**
|
|
102
|
+
13. **Release Pipeline** ... version bump, changelog, npm publish, GitHub release. One command.
|
|
103
|
+
14. **Private-to-Public Sync** ... syncs private repo to public mirror. Excludes ai/ automatically.
|
|
104
|
+
15. **Post-Merge Branch Naming** ... renames merged branches with dates. Keeps history clean.
|
|
105
|
+
16. **Skill Publish to Website** ... auto-publishes SKILL.md as plain text on release. Like robots.txt for agents.
|
|
106
|
+
17. **Make Discoverable in Claude Code** ... auto-generates plugin manifest for Claude Code marketplace. (Planned)
|
|
107
|
+
|
|
108
|
+
After listing, 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
109
|
|
|
96
110
|
### Step 0: Check for LDM OS
|
|
97
111
|
|
|
@@ -140,22 +154,27 @@ Always dry-run first:
|
|
|
140
154
|
ldm install wipcomputer/wip-ai-devops-toolbox --dry-run
|
|
141
155
|
```
|
|
142
156
|
|
|
143
|
-
Show the user the output. It lists every sub-tool and every interface that will be deployed. Walk through what each tool does:
|
|
157
|
+
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:
|
|
158
|
+
|
|
159
|
+
**Repo Management**
|
|
160
|
+
- **Repo Visibility Guard** ... blocks repos from going public without a -private counterpart
|
|
161
|
+
- **Repo Manifest Reconciler** ... one source of truth for folder structure
|
|
162
|
+
- **Repo Init** ... scaffolds the standard ai/ directory in any repo
|
|
163
|
+
- **README Formatter** ... generates READMEs following the standard format
|
|
164
|
+
- **Branch Guard** ... blocks all writes on main (forces worktrees)
|
|
165
|
+
|
|
166
|
+
**License, Compliance, and Protection**
|
|
167
|
+
- **Identity File Protection** ... blocks overwrites of CLAUDE.md, SOUL.md, MEMORY.md
|
|
168
|
+
- **License Guard** ... enforces copyright, dual-license, CLA on your repos
|
|
169
|
+
- **License Rug-Pull Detection** ... catches license changes in dependencies
|
|
144
170
|
|
|
145
|
-
|
|
146
|
-
- **
|
|
147
|
-
- **
|
|
148
|
-
- **
|
|
149
|
-
- **
|
|
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
|
|
171
|
+
**Release & Deploy**
|
|
172
|
+
- **Release Pipeline** ... version bump, changelog, npm publish, GitHub release
|
|
173
|
+
- **Private-to-Public Sync** ... syncs private to public, excludes ai/ automatically
|
|
174
|
+
- **Post-Merge Branch Naming** ... renames merged branches with dates
|
|
175
|
+
- **Universal Installer** ... detects and deploys tool interfaces
|
|
157
176
|
|
|
158
|
-
Ask: "
|
|
177
|
+
Ask: "You can ask me about any of these tools and I'll explain more. Want to proceed with the install?"
|
|
159
178
|
|
|
160
179
|
### Step 2: Install
|
|
161
180
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wipcomputer/universal-installer",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.22",
|
|
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",
|