docs: captions, transcript-grounded authoring, and brand voice#54
Merged
Conversation
The site guides had drifted behind the shipped CLI: caption/transcript reads, the transcript-grounded metadata authoring loop, and per-channel brand voice were only in the agent skill, not the docs site. - videos.md: add Captions and transcripts + Authoring metadata sections - profiles.md: add Brand voice section and brand.md to the storage tree - api-quota.md: add captions.list (50) and captions.download (200) rows - index.md, README.md: surface caption/transcript/brand-voice inputs, framed as inputs the CLI supplies rather than copy it generates - mkdocs.yml: note authoring in the Videos nav label
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #54 +/- ##
=======================================
Coverage 85.03% 85.03%
=======================================
Files 15 15
Lines 2660 2660
Branches 393 393
=======================================
Hits 2262 2262
Misses 264 264
Partials 134 134 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This was referenced Jul 1, 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.
What
The docs site guides had drifted behind the shipped CLI. Caption/transcript reads, the transcript-grounded metadata authoring loop, and per-channel brand voice were documented only in the bundled agent skill (
SKILL.md), not on the site. This brings the site (and README/index) up to parity.The commands themselves already live on
main; this is docs-only.Changes
videos captions,videos transcript, track kinds,--lang, restricted-ASR fallback) and Authoring metadata section (the transcript-grounded, on-brand loop with the brand-for-tone / transcript-for-claims rules).profile brand show/set/edit,--profile, template seeding,0600storage) andbrand.mdadded to the storage tree.captions.list(50) andcaptions.download(200) rows, plus a note thatvideos transcriptspends ~250 units (list + download).Verification
mkdocs build --strictpasses (cross-page anchors resolve).pytestgreen (338 passed).