Skip to content

Commit 114271b

Browse files
poozaclaude
andcommitted
docs: CLAUDE.mdにlocal.yamlの説明を追加
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f151eec commit 114271b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CLAUDE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ VPS上で実行するサーバー管理ユーティリティ集。FreeBSD / Ubun
99
- `app/lib/writers_base/tool/*.rb` - 個別ツール。`Tool`を継承し`exec``description`を実装
1010
- `app/lib/writers_base/installer.rb` - cronスクリプトのインストーラ
1111
- `bin/wb.rb` - ツール実行エントリポイント (`bin/wb <tool_name>`)
12-
- `config/application.yaml` - 全設定。ツール名をキーにして各設定を格納
12+
- `config/application.yaml` - デフォルト設定。ツール名をキーにして各設定を格納
13+
- `config/local.yaml` - 環境固有の設定(Git管理対象外)。`application.yaml`の値を上書き
1314
- `config/autoload.yaml` - Zeitwerk inflection設定
1415

1516
## ツール追加パターン
1617

1718
1. `app/lib/writers_base/tool/<name>_tool.rb` にクラスを追加(`Tool`を継承)
1819
2. `exec(args = {})``description` を実装
19-
3. `config/application.yaml` に設定を追加
20+
3. `config/application.yaml` にデフォルト設定を追加
2021
4. `README.md` のツール一覧と設定セクションを更新
2122

2223
## 開発ツール

0 commit comments

Comments
 (0)