feat: add mica-smdm-scaffold proposal and rollback files; create unit testing specifications and SKILL documentation

This commit is contained in:
杨轩
2026-08-04 18:04:01 +08:00
parent fcb30e1c69
commit ba03f5d4db
16 changed files with 2035 additions and 7 deletions
+2
View File
@@ -63,6 +63,8 @@
- `trash` > `rm`(可恢复优于永久删除)
- 有疑问时,先询问。
- **禁止擅自提交项目代码到 git** - 必须先询问用户确认后再提交
- **禁止 git push** - 只能 commitpush 操作必须由用户手动执行
- **planner 禁止生成代码** - planner 仅输出技术方案文档,代码生成由 backend/frontend agent 执行
---