spec-runner 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spec-runner",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "フェーズ駆動で設計先行を強制。npx で .spec-runner を展開し、次のステップ .md に従って進める",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -27,6 +27,7 @@ $ARGUMENTS
27
27
 
28
28
  - **`docs/02_ユースケース仕様/`** が無ければ新規作成。**カテゴリごとにフォルダ**(例: タスク管理、認証)を切り、その中に **UC-N-xxx.md を 1 本**。
29
29
  - `uc-next-start.sh` でカテゴリ指定するとそのフォルダ内に作成される。
30
+ - **CRUD は原則別 UC**(作成 / 編集 / 削除を分ける)。同一フロー・同一権限・同一受入条件で差分が小さい場合のみ統合可。
30
31
 
31
32
  ## 実行フロー
32
33
 
@@ -1,5 +1,7 @@
1
1
  # UC-N: {ユースケース名}
2
2
 
3
+ > 原則: 1 UC = 1 操作。CRUD は作成 / 編集 / 削除を別 UC に分ける。
4
+
3
5
  ## 概要
4
6
 
5
7
  ## アクター