chore(readme): 読み進めガイドを章ファイル変化に動的対応させる#38
Closed
watanabe-kohei-jp wants to merge 1 commit into
Closed
Conversation
README の「## 何が読めるか」と「## 読み進め方(推奨ルート)」の
正本ファイル。後続コミットで build.py がここから README の AUTOGEN
区間を再生成する。
スキーマ:
- chapters[] — 章メタ(dir / title / slides)。章 ID = dir 名
- routes_intro — ルートセクション冒頭文
- routes[] — 推奨ルート(id / label / duration_min / audience / goal /
chapters[] / extras[])
- chapters[*].note に {slides} プレースホルダで章のスライド数を埋め込み可
- extras[] で章ディレクトリ以外(CONTRIBUTING.md など)も混ぜられる
Refs #37
Collaborator
Author
PR #36 と重複のためクローズPR #36 ( 残された価値あるスコープ
本 PR の成果物の扱い
Closes by superseded work. |
This was referenced May 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #37
目的
README の「## 何が読めるか」と「## 読み進め方(推奨ルート)」の章ファイル名ハードコードを解消し、
data/reading-routes.jsonを正本にしてbuild.pyで再生成する構造に変える。章再編・追加・削除のたびに 2 箇所手で直す状況を解消する。このコミット時点で含まれるもの
data/reading-routes.json— 章メタ + ルート定義の正本(このコミット)後続コミットで入れる予定
build.py拡張: JSON ロード・AUTOGEN 区間置換・整合性チェック・--checkモードREADME.mdに AUTOGEN マーカーを 2 箇所挿入(chapters-table/reading-routes).github/workflows/pages-deploy.ymlの build ジョブにpython build.py --checkステップを追加ユーザー選択(Issue で確認済み)
chapters[] + routes[]両方を持つ集約型(「## 何が読めるか」テーブルも自動化)レビューで見てほしい点(最終コミット後に再度依頼予定)
chapters[]/routes[*].chapters[*]/extras[]/{slides}プレースホルダ)の妥当性--checkの CI 統合方法(pages-deploy.ymlへの統合)関連
🤖 Generated with Claude Code