05-learning ファイル構造

最近整理した `01-private/05-learning/` 周辺の構造を、役割つきで見返しやすくまとめた。学習メモ本体・目次管理・視聴メモ・単独テーマノートの分離がポイント。

更新: 2026-05-01

現在の構造

01-private/05-learning/
├── indexes/
│   ├── _INDEX-SOURCES.md
│   └── learning-index.html
├── publish/
│   ├── _RULE.md
│   ├── README.md
│   ├── cloudflare-pages-setup.md
│   ├── index.html
│   ├── learning-index.html
│   └── learning-structure-overview.html
├── ai-learning/
│   ├── inbox.md
│   ├── watchlist.md
│   └── notes/
│       ├── _RULE.md
│       ├── workshops/
│       ├── experiments/
│       ├── summaries/
│       └── topics/
│           ├── README.md
│           ├── openclaw/
│           ├── setup/
│           ├── travel/
│           └── life/
└── (旧パスのリダイレクト案内ファイル群)

※ `publish/` は Cloudflare 用の公開コピー置き場。ローカル正本とは役割を分けている。

役割の分け方

indexes/

publish/

notes/workshops/

notes/topics/