「AI/ClaudeCode/基本」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==実行中の進捗を詳細に確認したいとき== Ctrl + o (macの場合)」) |
(→実行中の進捗を詳細に確認したいとき) |
||
| (同じ利用者による、間の2版が非表示) | |||
| 行1: | 行1: | ||
| + | ==おすすめCLAUDE.mdファイル== | ||
| + | 固定ルール読み込み用にCLAUDE.mdがある。 | ||
| + | |||
| + | CLAUDE.md | ||
| + | <pre> | ||
| + | # Claude Code Instructions - High Speed Mode | ||
| + | |||
| + | # 1. 処理対象を限定 | ||
| + | Focus only on the specified file(s) in each session. | ||
| + | Do not explore unrelated files or directories. | ||
| + | |||
| + | # 2. Plan / Explore の簡略化 | ||
| + | Skip long planning steps unless requested explicitly. | ||
| + | Minimize token usage. | ||
| + | |||
| + | # 3. 出力を簡潔に | ||
| + | Avoid verbose explanations and unnecessary comments. | ||
| + | Provide concise code edits and inline comments only when needed. | ||
| + | |||
| + | # 4. 安全性 | ||
| + | Do not change public method signatures unless explicitly allowed. | ||
| + | Preserve existing using directives and imports. | ||
| + | |||
| + | # 5. 日本語対応 | ||
| + | All responses, including code comments, should be in Japanese. | ||
| + | </pre> | ||
| + | |||
==実行中の進捗を詳細に確認したいとき== | ==実行中の進捗を詳細に確認したいとき== | ||
Ctrl + o (macの場合) | Ctrl + o (macの場合) | ||
| + | |||
| + | ==処理に時間がかかるとき== | ||
| + | ClaudeCodeが、処理にミスって、何度も修正を試みてる可能性がある。(例えば変数の接頭辞に_をつけたが一部で変更できてないなど) | ||
2026年3月10日 (火) 10:11時点における最新版
おすすめCLAUDE.mdファイル
固定ルール読み込み用にCLAUDE.mdがある。
CLAUDE.md
# Claude Code Instructions - High Speed Mode # 1. 処理対象を限定 Focus only on the specified file(s) in each session. Do not explore unrelated files or directories. # 2. Plan / Explore の簡略化 Skip long planning steps unless requested explicitly. Minimize token usage. # 3. 出力を簡潔に Avoid verbose explanations and unnecessary comments. Provide concise code edits and inline comments only when needed. # 4. 安全性 Do not change public method signatures unless explicitly allowed. Preserve existing using directives and imports. # 5. 日本語対応 All responses, including code comments, should be in Japanese.
実行中の進捗を詳細に確認したいとき
Ctrl + o (macの場合)
処理に時間がかかるとき
ClaudeCodeが、処理にミスって、何度も修正を試みてる可能性がある。(例えば変数の接頭辞に_をつけたが一部で変更できてないなど)
