@k2works/claude-code-booster 3.1.1 → 3.1.2

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.
@@ -18,6 +18,11 @@
18
18
  | :--- | :--- | :--- |
19
19
  | データモデル設計 | 概念・論理データモデル、テーブル定義、ER 図を整理 | 未作成 |
20
20
  | ドメインモデル設計 | コンテキスト、集約、エンティティ、値オブジェクトを整理 | 未作成 |
21
+
22
+ ### UI/UX設計
23
+
24
+ | ドキュメント | 概要 | 状況 |
25
+ | :--- | :--- | :--- |
21
26
  | UI 設計 | 画面設計、画面遷移図、コンポーネント設計を整理 | 未作成 |
22
27
 
23
28
  ### 品質・運用
@@ -22,7 +22,7 @@
22
22
  | [運用](./operation/index.md) | 環境構築、デプロイ、運用手順の整理 | `index.md` を整備済み |
23
23
  | [レビュー](./review/index.md) | 分析・開発レビュー結果の記録 | `index.md` を整備済み |
24
24
  | [ADR](./adr/index.md) | Architecture Decision Records の管理 | `index.md` を整備済み |
25
- | [記事一覧](./article/index.md) | 学習用の記事シリーズ一覧 | `index.md` を整備済み |
25
+ | [記事](./article/index.md) | 学習用の記事シリーズ一覧 | `index.md` を整備済み |
26
26
  | [リファレンス](./reference/index.md) | 開発ガイドラインやベストプラクティス | 25 件のドキュメントを配置 |
27
27
  | [テンプレート](./template/index.md) | 各種ドキュメントの作成テンプレート | 15 件のテンプレートを配置 |
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k2works/claude-code-booster",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "AI Agent Development Support Tool",
5
5
  "main": "main.js",
6
6
  "bin": {