← 返回
AI智能 中文

Wip Repo Init

Scaffold the standard ai/ directory structure in any repo.
在任意仓库中生成标准的 ai/ 目录结构
parkertoddbrooks
AI智能 clawhub v1.9.72 4 版本 99909.6 Key: 无需
★ 0
Stars
📥 1,105
下载
💾 17
安装
4
版本
#latest

概述

Repo Init

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

What happens

New repo (no ai/ folder): Creates the full standard structure with all READMEs explaining what goes where.

Existing repo (ai/ folder exists): Shows you what will happen and asks for confirmation. If you say yes:

  1. Moves your current ai/ contents to ai/_sort/ai_old/
  2. Scaffolds the new standard structure
  3. You sort files from ai_old/ into the new structure at your own pace

Nothing is deleted. Your old files are all in ai/_sort/ai_old/.

The 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

版本历史

共 4 个版本

  • v1.9.72 当前
    2026-05-03 03:06 安全 安全
  • v1.9.51
    2026-03-29 04:48
  • v1.9.33
    2026-03-18 15:02
  • v1.9.8
    2026-03-14 02:08

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 714 📥 244,132
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,062 📥 799,814
developer-tools

Wip File Guard

parkertoddbrooks
阻止破坏性编辑受保护身份文件的钩子。适用于 Claude Code CLI 和 OpenClaw。
★ 0 📥 1,674