scorekit settings pin + 2026-07-24 audit follow-ups - #40
Merged
Conversation
Add Settings → scorekit binary: an absolute-path pin that beats PATH and well-known prefixes (SCOREBENCH_SCOREKIT still overrides), so machines with several scorekit versions can choose one without env-var gymnastics. The startup handshake reports which discovery channel won, the tested range widens to >=0.3.0, <0.5.0, and the pin is re-seeded on every settings save. Docs and acceptance matrix updated. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
- set-version.mjs writes all five version sources (tauri.conf.json, package.json, package-lock.json, Cargo.toml, Cargo.lock); synced the lagging manifests to 0.3.3 - check-tag-version.mjs fails on cross-source version drift before comparing the release tag - esbuild declared as a devDependency for the demo:* scripts - roadmap: personal_instructions parsing scheduled for removal in 0.5.0; shared weather-helper extraction marked a hard prerequisite for the next M9 imagery - verification.md dated entry with gate evidence Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Two changesets, one commit each.
feat(scorekit): settings-pinned binary path
SCOREBENCH_SCOREKITbut before PATH/well-known prefixes, so machines with several scorekit versions can pick one without env-var gymnastics.>=0.3.0, <0.5.0; the pin is seeded at startup and re-seeded on every settings save.locate_settings_pin_wins_over_path_and_well_known,locate_settings_pin_must_be_executable).chore: close 2026-07-24 audit findings
set-version.mjsnow writes all five version sources (tauri.conf.json, package.json, package-lock.json, Cargo.toml, Cargo.lock); lagging manifests synced from 0.1.0 to 0.3.3.check-tag-version.mjs(release tag gate) fails early on cross-source version drift.esbuilddeclared as a devDependency for thedemo:*scripts.personal_instructionsparsing scheduled for removal in 0.5.0; shared weather-helper extraction recorded as a hard prerequisite for the next M9 imagery.docs/verification.mddated entry with evidence.Verification
cargo fmt --checkclean ·cargo clippy --all-targets --all-features -- -D warningsclean ·cargo test121 + 1 boundary test passed ·npm test141 tests passed ·npm run check0 errors/warnings.