@k2works/claude-code-booster 2.1.0 → 2.2.0
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.
|
@@ -14,7 +14,7 @@ description: 計画・進捗管理フェーズ全体のワークフローをオ
|
|
|
14
14
|
| なし | 計画・進捗管理フェーズ全体のワークフローを表示 |
|
|
15
15
|
| `--init` | プロジェクト管理の初期セットアップ(リリース計画→GitHub 同期) |
|
|
16
16
|
| `--iteration <番号>` | 特定イテレーションのライフサイクル管理(計画→実行→振り返り→報告) |
|
|
17
|
-
| `--sync` | 計画ドキュメントと GitHub Project の同期 |
|
|
17
|
+
| `--sync` | 計画ドキュメントと GitHub Project の同期 + ドキュメントインデックス更新 |
|
|
18
18
|
| `--status` | プロジェクト全体の状態サマリーを表示 |
|
|
19
19
|
|
|
20
20
|
## フェーズの全体像
|
|
@@ -72,6 +72,15 @@ graph TD
|
|
|
72
72
|
2. `planning-releases --retrospective` でふりかえりを実施する
|
|
73
73
|
3. `planning-releases --report` で完了報告書を作成する
|
|
74
74
|
4. `syncing-github-project --sync` で GitHub に最終同期する
|
|
75
|
+
5. `operating-docs --update` で `docs/index.md` と `mkdocs.yml` を同期する
|
|
76
|
+
|
|
77
|
+
## GitHub 同期フロー(--sync)
|
|
78
|
+
|
|
79
|
+
`--sync` は GitHub Project の同期に加え、ドキュメントインデックスも更新する。
|
|
80
|
+
|
|
81
|
+
1. `syncing-github-project` で GitHub Issue / Milestone / Label を同期する
|
|
82
|
+
2. `operating-docs --update` で `docs/index.md`、`mkdocs.yml`、各ディレクトリの `index.md` を現在のドキュメント構成に同期する
|
|
83
|
+
3. 変更があればコミットする
|
|
75
84
|
|
|
76
85
|
## 途中から再開
|
|
77
86
|
|
|
@@ -130,5 +139,6 @@ GitHub Project
|
|
|
130
139
|
- `planning-releases` — リリース・イテレーション計画の作成と管理
|
|
131
140
|
- `syncing-github-project` — GitHub Project への同期と一元管理
|
|
132
141
|
- `tracking-progress` — 進捗分析・レポート生成
|
|
142
|
+
- `operating-docs` — ドキュメントインデックス更新・Lint(`--sync` 時に自動実行)
|
|
133
143
|
- `orchestrating-analysis` — 分析フェーズのオーケストレーション
|
|
134
144
|
- `orchestrating-development` — 開発フェーズのオーケストレーション
|