@k2works/claude-code-booster 3.1.0 → 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.
@@ -1,4 +1,4 @@
1
- # 記事一覧
1
+ # 記事
2
2
 
3
3
  学習用の記事シリーズ一覧です。
4
4
 
@@ -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
  ### 品質・運用
@@ -9,7 +9,7 @@
9
9
  - [設計](./design/index.md) - アーキテクチャ、モデル、品質方針を整理します。
10
10
  - [開発](./development/index.md) - リリース計画とイテレーション管理の入口です。
11
11
  - [運用](./operation/index.md) - 環境構築、デプロイ、運用関連の入口です。
12
- - [記事一覧](./article/index.md) - 学習用の記事シリーズの入口です。
12
+ - [記事](./article/index.md) - 学習用の記事シリーズの入口です。
13
13
 
14
14
  ## ドキュメント構成
15
15
 
@@ -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
 
@@ -1,7 +1,7 @@
1
- # 要件定義
2
-
3
- RDRA 2.0 に基づく要件定義ドキュメントです。
4
-
1
+ # 要件
2
+
3
+ RDRA 2.0 に基づく要件定義ドキュメントです。
4
+
5
5
  ## ドキュメント一覧
6
6
 
7
7
  | ドキュメント | 概要 | 状況 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k2works/claude-code-booster",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "AI Agent Development Support Tool",
5
5
  "main": "main.js",
6
6
  "bin": {