• Stefy Lanza (nextime / spora )'s avatar
    township: "Regenerate whole match" button (end-to-end match redo) · 94a5f1ac
    Stefy Lanza (nextime / spora ) authored
    Adds a `full` scope to the per-match action handler that rebuilds one
    match in order: re-plan all fight-clip + outcome prompts (text model) →
    regenerate every keyframe (image model) → re-render all clips + outcomes
    and reassemble finals (video model), with live per-phase progress. Other
    matches are untouched. Wires the confirm dialog, the match-detail button,
    and the /matches/render scope allowlist.
    
    Fix: the `full` confirm label used an apostrophe (match's) inside the
    single-quoted JS string of the plain triple-quoted _match_js block, which
    collapsed to a real quote and broke the whole script (reMatch undefined).
    Reworded to avoid it; verified the rendered JS parses with node --check.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    94a5f1ac
Name
Last commit
Last update
codai Loading commit data...
docs/superpowers Loading commit data...
samples Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AI.PROMPT Loading commit data...
CODERAI_API_DOCUMENTATION.md Loading commit data...
CoderAI.gif Loading commit data...
DISTRIBUTION.md Loading commit data...
LICENSE.md Loading commit data...
MULTIMODAL_CAPABILITIES.md Loading commit data...
MULTIMODAL_UI_EXAMPLES.md Loading commit data...
README.md Loading commit data...
build.ps1 Loading commit data...
build.sh Loading commit data...
coderai Loading commit data...
coderai-broker-implementation-reference.md Loading commit data...
coderai-integration.md Loading commit data...
osxbuild.sh Loading commit data...
requirements-nvidia.txt Loading commit data...
requirements-vulkan.txt Loading commit data...
requirements.txt Loading commit data...
todo.md Loading commit data...