feat(diagnostics): add strict writing diagnostic contract - #249
Draft
seonghobae wants to merge 21 commits into
Draft
feat(diagnostics): add strict writing diagnostic contract#249seonghobae wants to merge 21 commits into
seonghobae wants to merge 21 commits into
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Scope
Stacked implementation lane for Task 1 of PR #248's committed writing-diagnostics plan. The PR remains Draft and targets
design/llm-writing-diagnosticsso the governing ADR/design is an explicit parent dependency.Test-first lineage
The implementation followed an observable RED -> GREEN sequence:
9f3c6dc219048363ad1699b693f415d32495ffe4defined the strict contract before production code;31553859019failed because the production module did not exist;writingDiagnosticsExports.test.tsthen failed because root and framework-independent exports were absent in run31554191623;src/writing-diagnosticsexports were added and passed;e580aec1961673b49f98e2a62debfb6ce4e48df6through merge commit322c838d23de9ba574bcc549ad1e72cd2dafe2fe.Included behavior
CwlWritingDiagnosticand provenance contracts;advisory | important | criticalpresentation priority;inkspan-prosemirror-textversion 1 projection validation;Authority boundary
This lane performs no semantic language judgment. It does not infer spelling, grammar, tone, clarity, pragmatics, technical quality, or actionability. It contains no keyword/regex/phrase-list fallback, no model/provider/network/database/credential access, no stale-text repair, no editor decoration, no document mutation, and no send gate.
Exact current-head evidence
design/llm-writing-diagnostics@e580aec1961673b49f98e2a62debfb6ce4e48df6;322c838d23de9ba574bcc549ad1e72cd2dafe2fe;31589881613: success on this exact head;Remaining gates
The PR therefore remains Draft despite the focused current-head run succeeding.