[codex] Implement E-08 syntax editor#20
Merged
Merged
Conversation
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.
What changed
Implemented E-08 Syntax Editor (Phase 3):
availableFunctions.EditorTogglewith Code and read-only Blocks tabs, ARIA tab behavior, keyboard navigation, and fallback after repeated failed attempts./__dev/syntax-editorharness backed by JSON content so the epic has a human-testablenpm run devincrement before the real lesson runner exists.progressStoreusing the existing storage helper instead of direct component-level storage calls.Done Whencheckboxes complete.Impact
Phase 3 now has a developer-visible syntax editor surface and automated coverage for the core editor/toggle/unlock behaviors. The harness is documented as temporary and should be folded into the real
LessonScreenpath when E-11/E-14 wire the product flow.Validation
npm run lintnpx tsc --noEmitnpm run test— 160 tests passednpm run format:checknpm run buildnpm audit --omit=dev— 0 vulnerabilities/codequest-platform/__dev/syntax-editorand found.monaco-editorNotes
npm run buildpasses with Vite's expected large chunk warning for Monaco. The editor is lazy-loaded into a separateSyntaxEditorchunk instead of the main bundle.