chore(plan): pending specs for the voice-epic resumption (STORY-319–325) - #476
Merged
Conversation
Seven spec scaffolds for the resumed 'Make the DJs sound human' cycle (SPEC F123–F126, PLAN VQ-e..VQ-h, T262–T280): copy length discipline (gh-#277), boundary backlog + late time checks (gh-#469), tone-gate widening + fact rotation (gh-#468), audition truth, the respell oracle, and station rules on the safe loop. All facts pending (Skip = 'Pending TXXX') per the Story253 idiom — /build-loop turns them green task by task. Solution builds clean; full suite green with the new skips registered.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The /plan output for the resumed voice epic — seven pending spec scaffolds, zero behavior change.
📋 What
Story319_CopyFitsItsBreak(Tts)Story320_BoundaryRespectsBacklog(Orchestration)Story321_LateTimeCheckDies(Orchestration)Story322_StormsSomberFactsRotate(Context)Story323_AuditionsTellTheTruth(Host)Story324_RespellOracle(Host)Story325_SafeLoopWearsStationRules(Tts)Every fact is
[Fact(Skip = "Pending TXXX — see docs/PLAN.md")]with anAssert.Failbody — the Story253 idiom: red if un-skipped early, green-by-skip until its task builds it. 🧪 Full suite green locally (all seven projects); the new skips register in Context/Orchestration/Tts/Host counts.