feat(wizard): asset freshness, rebuild-from-here, in-place narration revise - #61
Merged
Merged
Conversation
Add per-segment pipeline freshness (mtime vs upstream), cascade rebuild from a chosen step (default offline scene-retime), and revise-mode narration that edits the current script with feedback. Also extend scene-spec edges with optional style/label for richer flow diagrams. Co-authored-by: John Menke <jmjava@gmail.com>
jmjava
marked this pull request as ready for review
August 1, 2026 12:11
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. |
6 tasks
4 tasks
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
Continues the post-#56 checklist after PR #60 (story_end / av_sync anchors):
fresh/stale/missing) via mtimes; Rebuild from here cascades through validatemode=revisesends current editor text + revision notes (minimal edit); Regenerate stays a full rewriteedgesgain optionalstyle: solid|dashedand shortlabelcaptionsWizard rebuild cascade (default)
LLM
scene-specremains an explicit expensive step (select it in “Rebuild from” or use Regen scene spec).APIs
GET /api/segmentsincludesassets(alsoGET /api/segments/<id>/assets)POST /api/run-from/<step>/<id>— cascade runnerPOST /api/run/scene-retime/<id>— offline retime-compilePOST /api/generate-narrationacceptsmode,current_narrationTest plan
pytest tests/(311 passed)ruff check src/ tests/