-
第 3 回はここまで
+
第 4 回はここまで
今日中に、1つ作ってみる
完璧なものでなくていい。3 行でも機能する
@@ -417,7 +417,7 @@
今日中に、1つ作ってみる
CLAUDE.md を、一緒に作ってあげて
@Tsubasasa1857
- Lecture 03 · AI Buddy
+ Lecture 04 · AI Buddy
@@ -498,7 +498,7 @@ 読んだだけで終わらせず、実務
@Tsubasasa1857
- Lecture 03 · AI Buddy
+ Lecture 04 · AI Buddy
@@ -529,7 +529,7 @@ PR で関わった人の名前は、ここに残る
@Tsubasasa1857
- Lecture 03 · End
+ Lecture 04 · End
@@ -537,7 +537,7 @@ PR で関わった人の名前は、ここに残る
{
- "0": "表紙。第3回はCLAUDE.md。毎回の説明コストをゼロにする仕組み。",
+ "0": "表紙。第4回はCLAUDE.md。毎回の説明コストをゼロにする仕組み。",
"1": "読み方の宣言。手元のプロジェクトを思い浮かべながら読んでほしい。",
"2": "フック。Before/Afterで説明コストの差を見せる。CLAUDEと打つだけで動き始める状態をゴールとして示す。",
"3": "CLAUDE.mdとは。ただのMarkdownファイル。プロジェクトルートに置くだけで自動で読まれる。",
diff --git a/README.md b/README.md
index 8b055bf..6e22721 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ AI コーディング(Claude Code 等)を中心に、散在しがちな情
| [`00-about/`](./00-about/index.html) | Read me | 10 枚 |
| [`01-claude-code-intro/`](./01-claude-code-intro/index.html) | なぜ今、Claude Code を学ぶのか | 13 枚 |
| [`02-setup/`](./02-setup/index.html) | Claude Code 環境構築 | 13 枚 |
-| [`03-claude-md/`](./03-claude-md/index.html) | CLAUDE.md でプロジェクトを記憶させる | 13 枚 |
+| [`04-claude-md/`](./04-claude-md/index.html) | CLAUDE.md でプロジェクトを記憶させる | 13 枚 |
各章は単体の HTML として完結しているので、ブラウザで開けばそのまま読めます。
@@ -58,7 +58,7 @@ AI コーディング(Claude Code 等)を中心に、散在しがちな情
> 「日常的に使っているが、もっと深く使いこなしたい/チームに紹介したい」
1. [`00-about/`](./00-about/index.html) — このリポジトリ自体の運用思想(5 分で目を通す)
-2. [`03-claude-md/`](./03-claude-md/index.html) — `CLAUDE.md` の書き方・育て方(実は最も効果がある投資)
+2. [`04-claude-md/`](./04-claude-md/index.html) — `CLAUDE.md` の書き方・育て方(実は最も効果がある投資)
3. ルートの [`CLAUDE.md`](./CLAUDE.md) — 本リポジトリで採用している運用ルールの実例
**ゴール**: 自分のリポジトリの `CLAUDE.md` を 1 つ書き直して、AI の挙動を狙い通りに変えられる。
@@ -122,7 +122,7 @@ AI コーディング(Claude Code 等)を中心に、散在しがちな情
https://co-lect.github.io/lectures/00-about/
https://co-lect.github.io/lectures/01-claude-code-intro/
https://co-lect.github.io/lectures/02-setup/
-https://co-lect.github.io/lectures/03-claude-md/
+https://co-lect.github.io/lectures/04-claude-md/
```
@@ -158,7 +158,7 @@ CI が自動更新する常に最新版を Pages から取得できます。
https://co-lect.github.io/lectures/dist/00-about.html
https://co-lect.github.io/lectures/dist/01-claude-code-intro.html
https://co-lect.github.io/lectures/dist/02-setup.html
-https://co-lect.github.io/lectures/dist/03-claude-md.html
+https://co-lect.github.io/lectures/dist/04-claude-md.html
```
ブラウザで開いて右クリック →「名前を付けて保存」で `.html` 1 ファイルが手元に残ります。
diff --git a/index.html b/index.html
index a6b70ca..0659a8e 100644
--- a/index.html
+++ b/index.html
@@ -117,7 +117,7 @@ 講義
Claude Code を動かすまでの手順を 13 枚で解説。プランの選択からインストール・認証・初起動まで。