Add structured Voice formatting styles - #6
Closed
MarcusJRLee wants to merge 1 commit into
Closed
Conversation
This was referenced Aug 26, 2026
Owner
Author
|
Integrated into dev through rebase-merged rollup PR #34. This intermediate PR remains preserved as the focused review record for its original slice. |
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.
Outcome\n- Adds versioned Natural, Casual Message, Formal, Technical, and Verbatim Styles.\n- Persists evidence-backed structured formatted documents while preserving Raw, edited, Formatted, and Delivered stages.\n- Renders deterministic multiline and single-line output, including ordered-list normalization and safe fallback behavior.\n- Keeps Verbatim fully local and bypasses generative formatting.\n\n## Verification\n- scripts/check.sh: 363 tests in 56 suites, production build, release/notarization script tests.\n- 10,000-transition latency soak: p50 0.012 ms, p95 0.025 ms, p99 0.049 ms, max 0.797 ms.\n- Real installed local-model evaluation: Qwen 3.5 4B remains the recommended formatter; full evidence is recorded in docs/local_ai_model_evaluation.md.\n- Installed candidate verified byte-for-byte and Apple Development signed by Team J4NB9RR32B.\n- Live accessibility-tree and visual review passed in dark and light appearances; preferences restored.\n\nStacked on PR #4 through codex/voice_m2_latch because dev branch protection still awaits the required CodeQL context.