feat: add skill init/check and isolate builder makefile

Give ack, builder, and deployer an explicit init/check mode that reports
missing project config instead of failing mid-work. Point builder at
makefile.builder so its contract targets do not collide with an existing
Makefile.
This commit is contained in:
2026-08-25 16:49:28 +08:00
parent e9d2b5fde6
commit 10d8800f07
21 changed files with 1129 additions and 95 deletions
+2 -1
View File
@@ -145,7 +145,8 @@ pouch init ack --project ~/app
`pouch` 只负责可靠地生成项目状态文件,不复制或链接 Skill。需要分析项目并完善
ACK 配置、检查接入状态或
运行三角色闭环时,显式调用全局 `/ack` skill。
运行三角色闭环时,显式调用全局 `/ack` skill。builder / deployer 的项目接入走
对应 skill 的「初始化」模式,不要 `pouch init builder``pouch init deployer`
---