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.
Summary
This PR prepares FlowMap for public beta with clearer product positioning, reproducible validation evidence, improved packaging quality, and contributor onboarding improvements.
What Changed
CONTRIBUTING.md.github/PULL_REQUEST_TEMPLATE.md.github/ISSUE_TEMPLATE/*docs/good-first-issues.mdscripts/build_validation_detail.mjsreports/replay-validation-bundle.{md,json}reports/sample-scenarios-report.jsonreports/public-beta-validation-detail.{md,json}reports/replay-*.json,reports/commit-replay-*.json)repositorytoeditor/vscode/package.jsoneditor/vscode/LICENSEeditor/vscode/.vscodeignoreeditor/vscode/flowmap-0.1.0-public-beta.vsixValidation
Executed:
node scripts/build_replay_summary.mjs \ --report reports/replay-heavy-swift-full-strict.json \ --report reports/replay-flowmap-75.json \ --report reports/replay-kdecoder.json \ --json-out reports/replay-validation-bundle.json \ --md-out reports/replay-validation-bundle.md node scripts/run_sample_scenarios.mjs \ --report reports/sample-scenarios-report.json node scripts/build_validation_detail.mjs \ --replay-report reports/replay-heavy-swift-full-strict.json \ --replay-report reports/replay-flowmap-75.json \ --replay-report reports/replay-kdecoder.json \ --scenario-report reports/sample-scenarios-report.json \ --json-out reports/public-beta-validation-detail.json \ --md-out reports/public-beta-validation-detail.md cd editor/vscode npm run compile vsce package -o flowmap-0.1.0-public-beta.vsixResults:
209106 / 97 / 0 / 60%94.64%97.13%60/60 PASS(FP0, FN0)PASSNotes
warn_swift_no_graph_changein non-strict mode (warnings, not hard failures).repository,LICENSE, and.vscodeignorewere resolved.