facebook twitter hatena line email

「AI/ClaudeCode/基本」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==実行中の進捗を詳細に確認したいとき== Ctrl + o (macの場合)」)
 
行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の場合)

2026年3月9日 (月) 18:19時点における版

おすすめ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の場合)