docs: describe the default-on builder in SECURITY.md and README - #18
Merged
Conversation
The 0.3.7 install-builder change enables the builder in the managed config.toml base (default-on for a plain codex launch); SECURITY.md and the README builder section still described the pre-0.3.7 profile-only model and claimed install-builder "restores the primary config byte-for-byte", which contradicts the shipped code, tests, and CHANGELOG. Correct both to the default-on posture while keeping the accurate failure-rollback language. Claude-Session: https://claude.ai/code/session_01Y29c9sJRhChvxDcUjab5Xo
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.
Corrects two public prose docs that still described the pre-0.3.7 builder model. Since 0.3.7
install-builderenables the builder in the managedconfig.tomlbase (default-on for a plaincodexlaunch) — it does not "restore the primary config byte-for-byte" (that phrasing is now only accurate for the failure-rollback path).SECURITY.md:71— corrected the security posture: builder is default-on in the base config (base keys preserved), profile is the explicit--profilepath.README.mdbuilder section — updated the overview, the launch example (plain launch loads it), and the install-builder description; documents that apply/switch drops the enable andinstall-builderrestores it.Docs-only, no version bump (per repo convention); release-evidence digest rebound. Verified: no stale success-path "byte-for-byte" or profile-only framing remains; the correct failure-rollback language is kept.
https://claude.ai/code/session_01Y29c9sJRhChvxDcUjab5Xo