Use mwfl 0.2.1 structured diagnostics - #11
Merged
Conversation
everettjf
force-pushed
the
agent/use-mwfl-0.2.1-diagnostics
branch
from
August 19, 2026 22:06
4f01ea4 to
a8630af
Compare
everettjf
changed the base branch from
agent/use-mwfl-0.2.1-deployment
to
main
August 19, 2026 23:23
everettjf
marked this pull request as ready for review
August 19, 2026 23:23
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
Why
This is a low-risk second mwfl adoption boundary. mwfl now owns stable event formatting, PID/TID attribution, UTF-8 conversion and pre-sink sanitization, while Liney keeps its application-specific recovery and export behavior.
This PR intentionally does not replace Liney's crash-dump writer yet. Liney uses
MiniDumpWithThreadInfo; mwfl 0.2.1 does not expose that policy. The companion mwfl PR adds it without forcing Liney to downgrade dump quality.Validation
git diff --checkStack
agent/use-mwfl-0.2.1-deployment/ PR Use mwfl 0.2.1 for deployment verification #10