You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: improve startup header and trim dead config (#7)
- discover skills under src/ dynamically instead of hardcoding the list,
so new skills appear in the startup header automatically
- show analyzed episodes from dist/analysis/ in the header so returning
users can see what already exists
- remove the [outputs], [transcription], and [video_scan] sections from
podguy.example.toml (no code reads them) and document which sections
are read by code vs. consumed by the agent as prose
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ All notable user-visible changes to this project are documented in this file.
11
11
12
12
### Changed
13
13
14
+
- Discover skills dynamically in the startup header and show analyzed episodes from `dist/analysis/`, so returning users can see what already exists.
15
+
- Remove the unused `[outputs]`, `[transcription]`, and `[video_scan]` sections from `podguy.example.toml`; document which sections are read by code vs. by the agent.
16
+
14
17
### Fixed
15
18
16
19
- Standardize the chapters artifact on `dist/analysis/<slug>/chapters.md` so the chapters and YouTube publish workflows agree.
0 commit comments