feat: CLI narration --revise and scene-spec title/box subtitles - #62
Merged
Merged
Conversation
jmjava
marked this pull request as ready for review
August 1, 2026 12:17
Contributor
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Expose wizard-style in-place narration revise on `docgen narration-generate --revise --revision-notes`, and add optional title.subtitle / box.subtitle for richer diagram hierarchy without inventing spoken beat labels. Co-authored-by: John Menke <jmjava@gmail.com>
cursor
Bot
force-pushed
the
cursor/narration-revise-box-subtitle-afb7
branch
from
August 1, 2026 12:44
484ca10 to
68a4a25
Compare
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.
Summary
Follow-up after #61:
docgen narration-generate --revise --revision-notes "…"edits existingnarration/*.mdin place (same contract as wizard Revise; implies--force)title.subtitle(≤80 chars) — second line under the page title; shrinks layout stack budgetboxes[].subtitle(≤60 chars) — decorative second line; not used forwait_wordmatchingUsage
docgen narration-generate --segment 01 --revise --revision-notes "Mention the Flask orchestrator earlier"Test plan
pytest tests/(314 passed)ruff check src/ tests/Note: #60 (
story_end/ scene-specav_syncanchors) was rebased ontomainafter #61 and is ready to merge separately.