@k2works/claude-code-booster 3.1.0 → 3.1.1

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
 
@@ -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
 
@@ -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.1",
4
4
  "description": "AI Agent Development Support Tool",
5
5
  "main": "main.js",
6
6
  "bin": {