feat(automation): 読み進め方ガイドを sync_listings.py で動的化 (#39)#44
Draft
watanabe-kohei-jp wants to merge 1 commit into
Draft
feat(automation): 読み進め方ガイドを sync_listings.py で動的化 (#39)#44watanabe-kohei-jp wants to merge 1 commit into
watanabe-kohei-jp wants to merge 1 commit into
Conversation
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.
概要
Issue #39 の対応。README の
## 読み進め方(推奨ルート)ルート A/B/C 部分をscripts/sync_listings.pyの AUTOGEN 区間に統合し、章ファイルの増減・リネームに自動追従させる。スコープ
in scope
data/reading-routes.jsonを新設(ルート定義のみ:id / label / duration_min / audience / goal / chapters[] / extras[])## 読み進め方(推奨ルート)のルート A/B/C を AUTOGEN 区間化(マーカー:listings:auto:reading-routes)scripts/sync_listings.pyにルート再生成ロジックを追加(既存discover_lectures()の戻り値と突合)--checkで exit 1)--write/--checkモードに統合out of scope
設計方針(叩き台、Plan モードで詰める)
<!-- listings:auto:reading-routes:start -->/:end -->discover_lectures()のdir_nameと JSON のchapters[]を突合--checkで failLecturedataclass から再利用{slides}プレースホルダ許可チェックリスト
data/reading-routes.json仕様確定(Plan モード)--check/--write動作確認sync-listings-check.yml)で drift を検出できるmainの bot(sync-listings-bot.yml)と整合関連
Fixes #39
🤖 Generated with Claude Code