@k2works/claude-code-booster 0.21.0 → 0.21.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.
@@ -15,7 +15,6 @@
15
15
  - [構築](#構築)
16
16
  - [配置](#配置)
17
17
  - [運用](#運用)
18
- - [Nix による開発環境](#nix-による開発環境)
19
18
  - [開発](#開発)
20
19
 
21
20
  ## 詳細
@@ -191,16 +190,18 @@ VS Code で Dev Container を使用する場合:
191
190
 
192
191
  **[⬆ back to top](#構成)**
193
192
 
194
- ### Nix による開発環境
193
+ ### 開発
194
+
195
+ #### Nix による開発環境
195
196
 
196
197
  Nix を使用して、再現可能な開発環境を構築できます。
197
198
 
198
- #### 準備
199
+ ##### 準備
199
200
 
200
201
  1. [Nix をインストール](https://nixos.org/download.html)します。
201
202
  2. Flakes を有効にします(`~/.config/nix/nix.conf` に `experimental-features = nix-command flakes` を追加)。
202
203
 
203
- #### 環境の利用
204
+ ##### 環境の利用
204
205
 
205
206
  - **デフォルト環境(共通ツール)に入る:**
206
207
  ```bash
@@ -219,7 +220,7 @@ Nix を使用して、再現可能な開発環境を構築できます。
219
220
 
220
221
  環境から抜けるには `exit` を入力します。
221
222
 
222
- #### 依存関係の更新
223
+ ##### 依存関係の更新
223
224
 
224
225
  ```bash
225
226
  nix flake update
@@ -227,8 +228,4 @@ nix flake update
227
228
 
228
229
  **[⬆ back to top](#構成)**
229
230
 
230
- ### 開発
231
-
232
- **[⬆ back to top](#構成)**
233
-
234
231
  ## 参照
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k2works/claude-code-booster",
3
- "version": "0.21.0",
3
+ "version": "0.21.2",
4
4
  "description": "AI Agent Development Support Tool",
5
5
  "main": "main.js",
6
6
  "bin": {