Show hidden files by default#8
Merged
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
Implements E-00114 under frozen acceptance scope
yasa-show-hidden-default-v1(risk tier: elevated; repair cycle: 0).8eadc06b-7276-4854-a6bc-b879866abf6f32e0d30d-e05a-45ce-9034-dfc9afeefd1de7994834-cd3e-4416-80fc-9e82bb8b59e83a71ffe2-2b5b-4936-954e-a0f3c034a643a08dc545-512f-43ee-a553-6231a2131c502cf286f7-57f8-4c58-ae7f-c809e14744ea(E-00114)Open Yasa now embeds
[mgr] show_hidden = truein the fork preset. Explicit supported[mgr]false/true user overrides remain authoritative, obsolete[general] show_hiddenremains ignored, and the existing.session toggle remains present.Root cause evidence
Station01 currently runs Yasa 26.5.6 at
600725af83bf76e1e5f4d56c8e9850620a4b4649. Its obsolete~/.config/yazi/yazi.tomluses[general], which the current overlay parser ignores; fresh stations also receive no valid override. The durable correction therefore belongs in the fork preset, not in a machine-local config file.Exact files
yazi-config/preset/yazi-default.tomlyazi-config/src/lib.rsREADME.mdValidation
Red-green evidence: the focused no-override test failed at the intended
show_hidden(None)assertion before changing the preset, then passed with the full matrix.rustfmt +nightly --check **/*.rscargo +1.95.0 test --locked -p yazi-configcargo +1.95.0 clippy --locked --allcargo +1.95.0 check --locked --workspace --all-targetscargo +1.95.0 build --lockedcargo +1.95.0 test --locked --workspacecargo +1.95.0 test --release --locked -p yazi-configgit diff --checkExisting unrelated compiler/clippy warnings remain unchanged.
Operational boundary
No release, publish, rollout, machine/config mutation, user
yazi.tomlinstallation, installed Yasa binary mutation, packaging change, workflow change, or parent native-state mutation was performed.Rollback
Revert exact commit
d3bf1f90ee78a2d9310ab22c494203b058e635f0to restore the previous preset default and remove the accompanying tests/documentation.Exact head
d3bf1f90ee78a2d9310ab22c494203b058e635f0