Uh oh!
There was an error while loading. Please reload this page.
chore(deps): adopt flags2env long-inline-value fix - #227
Conversation
Update the clean dependency branch with the separately merged role-dependency auditor while preserving the validated flags2env pin and long-inline-value regression.
Update the immutable terminal-help assertion and exact legacy-workflow baseline, then remove the temporary repair workflow.
ORESoftware
commented
Aug 8, 2026
Semantic merge reviewThis prerequisite is ready to land before DEN-2725 root dispatch:
The full There are no review threads or comments. The branch is one non-overlapping commit behind current |
Uh oh!
There was an error while loading. Please reload this page.
Scope
Pins
flags2envto immutable commit:That commit contains the merged parser repair that splits
--name=valueat the raw token before copying the value. Long inline values are no longer truncated to the flag-name buffer size.Product regression
Adds a direct embedded-contract test using a 257-character token value:
The test requires flags2env to preserve the exact value in
ZED_PKG_TOKEN, with no unknown options or parse errors.Review delta
Five durable files:
Cargo.toml— immutable dependency revision;Cargo.lock— resolver-owned exact source update;src/flags.rs— product-level non-truncation regression;.github/workflows/ci.yml— immutable terminal-help parser assertion advanced to the same revision; and.github/workflow-security-baseline.json— exact reviewed legacy-workflow blob advanced with the CI change.The temporary repair workflow was removed in the same fast-forward commit and is not part of the review tree.
Validation
The prior product head passed Linux/macOS Rust tests, strict Clippy, Docker install boundaries, durable first-install behavior, package graph, hardening, Nix, OCI, release-report, and agent-policy suites. It exposed one expected failure: terminal help still asserted the old parser SHA. The current exact head reconciles that immutable assertion and its hardening baseline and is being revalidated through the full matrix.
Superseded PR salvage
Supersedes #220.