Wip Repo Init — WIP 仓库初始化
v1.9.68WIP 仓库初始化工具。
详细分析 ▾
运行时依赖
版本
# Release Notes: wip-ai-devops-toolbox v1.9.68 Closes #239 ## Four-track release pipeline The release tool now supports four tracks: alpha, beta, hotfix, and stable. This replaces the single-track model where every release was public. Alpha is silent (no public release notes by default). Beta publishes prerelease notes to the public repo. Hotfix publishes to npm @latest without syncing code to public. Stable is the full deploy: npm + code sync + release notes. Developers can iterate on private, ship betas to testers, and only go public when ready. Version numbering uses standard semver prereleases: `1.9.68-alpha.1`, `1.9.68-beta.1`. The installer (`ldm install --beta` / `--alpha`) pulls the right tag from npm.
安装命令 点击复制
技能文档
Scaffolds the standard ai/ directory structure in any repo.
Commands
wip-repo-init /path/to/repo # scaffold ai/ in a repo
wip-repo-init /path/to/repo --dry-run # preview without changes
wip-repo-init /path/to/repo --yes # skip confirmation prompt
什么 happens
新的 repo (否 ai/ folder): Creates 满 standard structure 带有 所有 READMEs explaining 什么 goes 在哪里.
Existing repo (ai/ folder exists): Shows 您 什么 将 happen 和 asks 对于 confirmation. 如果 您 say 是:
- Moves current
ai/contents 到ai/_sort/ai_old/ - Scaffolds 新的 standard structure
- 您 排序 files 从
ai_old/进入 新的 structure 在 own pace
Nothing is deleted. Your old files are all in ai/_sort/ai_old/.
standard ai/ structure
ai/
read-me-first.md <- explains everything, links to all sections
_sort/ <- holding pen for files that need sorting
_trash/ <- archive (never delete, move here)
dev-updates/ <- engineering changelog, auto-detected by wip-release
product/
readme-first-product.md <- the product bible
notes/ <- freeform notes, research
plans-prds/ <- plans with lifecycle stages
roadmap.md <- prioritized roadmap
current/ <- plans being built now
upcoming/ <- plans that are next
archive-complete/ <- plans that shipped
todos/ <- per-agent todo files
product-ideas/ <- ideas that aren't plans yet
Every folder has a _trash/ subfolder. Every section has a README explaining what it is, what goes in it, and how to maintain it.
Interfaces
CLI, Skill
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制