fix: closing-audit findings — stranger-safe launch keys, doc accuracy#16
Merged
Conversation
Two real bugs for users without the author's wrapper binaries: - the m (managed) launch now degrades omp-managed -> omp, matching the documented fallback chain, instead of hard-exiting when the dotfiles wrapper name is absent; an explicit CODE_OMP still fails loudly - the u (sandbox) key is hidden from the help and inert when neither CODE_OMP_UNTRUSTED nor ompu exists, instead of killing the TUI on exec Plus doc/comment accuracy: - generate init filters thinking levels to the generator's scale (omp can expose extras like "off" that made init succeed and generate fail) - docs/configuration.md documents the default vault-manifest path and the missing keys (r, ?, pgup/pgdn, vim aliases) - docs/status.md: flake bullet retired (shipped), vault namespace noted - bare dotfiles issue/PR numbers in comments qualified as atyrode/dotfiles#N so they stop autolinking into this repo's tracker Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
atyrode
enabled auto-merge (squash)
July 17, 2026 00:09
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.
The extraction's closing audit ran a "stranger test" (scrubbed env, no author infrastructure) and doc-vs-code verification. Fixes:
Real bugs
mhard-exited (code: not found: omp-managed) for anyone without the dotfiles wrapper — now degradesomp-managed→ompas the docs always claimed; an explicitCODE_OMPstill fails loudly (operator config is never silently substituted)ukilled the TUI when no sandbox binary existed — now hidden from help and inert (the sandbox never falls back to plain omp: that would run unsandboxed)Polish
generate initfilters thinking levels to the generator's scale, so an omp exposing extras like"off"fails in the step that caused it, not one step laterr,?,pgup/pgdn, vim aliases)atyrode/namespace noted#Ncomment references qualified asatyrode/dotfiles#NFull suite green; gofmt/vet clean.
🤖 Generated with Claude Code