Commit fa22585ad160d979cebca12ad5850730da68faa5
1 parent
c994516d
skeleton-gen: trim cross-platform detail from C.2 note
Showing
1 changed file
with
1 additions
and
1 deletions
skills/plan/skeleton-gen/SKILL.md
| ... | ... | @@ -68,7 +68,7 @@ docs/04 已由 scope-lock 写入 § 零。本步骤追加 § 一 ~ 三。 |
| 68 | 68 | - `{{frontend_build}}` / `{{frontend_lint}}` / `{{frontend_test}}` 前端各 stage 命令 |
| 69 | 69 | - `{{e2e_cmd}}` E2E(无 E2E 工具则填 `echo "[test.mjs] e2e 略"`) |
| 70 | 70 | |
| 71 | -> 占位是普通 shell 命令字符串,模板在运行期用 `spawnSync(cmd, { shell:true })` 跨平台执行(Windows 走 cmd.exe,*nix 走 /bin/sh),缺席 stack 由模板内的 `existsSync('backend')` / `existsSync('frontend')` 守卫跳过。 | |
| 71 | +> 占位是普通 shell 命令字符串,模板在运行期用 `spawnSync(cmd, { shell:true })` 跨平台执行,缺席 stack 由模板内的 `existsSync('backend')` / `existsSync('frontend')` 守卫跳过。 | |
| 72 | 72 | |
| 73 | 73 | 完成后,用 `Edit` 在 `docs/08-模块任务管理.md` 中勾选: |
| 74 | 74 | - ` - [ ] 工具脚本已生成(scripts/*.mjs)` | ... | ... |