大改版,可以针对不同项目引擎进行初始化

This commit is contained in:
Nostars Developer
2026-07-27 15:09:13 +08:00
parent 6446261c69
commit 62efb3778c
112 changed files with 11020 additions and 899 deletions

View File

@@ -16,9 +16,10 @@ alwaysApply: true
创建、删除、重命名或修改任何 Skill 后:
1. 更新 `.cursor/skills/epee-orchestrator/registry.md` 中的对应条目
2. 使名称、能力说明、适用场景和入口路径与实际内容一致。
3. 不保留指向已删除 Skill 的条目
1. 更新 `.cursor/bootstrap/skills.json` 与所属 common/type manifest
2. 使名称、作用域、能力说明、适用场景和入口路径与实际内容一致。
3. 运行 `python .cursor/bootstrap/tools/cursor_init.py --sync-registry` 生成 Registry
4. 不保留指向已删除 Skill 的机读条目或 manifest 引用。
## 自迭代