Fix Windows receipt filenames and add flaky test judge#201
Open
liomilet4-png wants to merge 6 commits into
Open
Fix Windows receipt filenames and add flaky test judge#201liomilet4-png wants to merge 6 commits into
liomilet4-png wants to merge 6 commits into
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
Frantic bounty #66: add a
flaky-test-judgepublic skill and fix the Windows receipt-store path issue that blocked local harness runs.sha256:<digest>receipts on disk as Windows-safesha256-<digest>.jsonfiles while preserving canonical receipt IDs in receipt JSON.skills/flaky-test-judgepackage with two harness cases:quarantine_justifiedandmissing_run_history.Validation
git diff --cached --checkcargo test --manifest-path crates\Cargo.toml -p runx-runtime --test integration receipt_storecargo test --manifest-path crates\Cargo.toml -p runx-runtime --test integration skill_run::cargo test --manifest-path crates\Cargo.toml -p runx-runtime --test integration journal_history::cargo test --manifest-path crates\Cargo.toml -p runx-cli --test integration skill::native_skill_pauses_and_resumes_with_run_idcargo test --manifest-path crates\Cargo.toml -p runx-cli --test integration mcp_dogfood::mcp_native_binary_dogfoods_streaming_skill_calls_and_receiptsnpx -y @runxhq/cli@0.6.13 skill inspect .\skills\flaky-test-judge\SKILL.md --jsonstatus: okcargo run --manifest-path crates\Cargo.toml -p runx-cli -- harness .\skills\flaky-test-judge --receipt-dir receipts_66_final_verify --jsonstatus: passed,case_count: 2,assertion_error_count: 0Notes
sha256:<digest>values; only the local filesystem name changes for Windows compatibility.cargo fmt --manifest-path crates\Cargo.toml --all --checkwas not run successfully because the local Windows toolchain is missing the rustfmt component.