Keep publisher seed material outside version control (r2 recovery) - #9
Merged
Merged
Conversation
pluginsign reads a raw 32-byte Ed25519 seed from a file path. Nothing is committed today, but the only thing between a publisher seed and main was one `git add -A` — so ignore key material outright rather than relying on care.
Carry the reviewed signing-material ignore policy onto the current integration baseline while preserving all existing generated-artifact exclusions. Constraint: TASK-0018 permits only the reviewed .gitignore guard and forbids key generation, signing, manifest edits, releases, or deployment. Rejected: Recreate the ignore block as a new single-parent patch | preserving the reviewed branch as a two-parent merge retains provenance. Confidence: high Scope-risk: narrow Reversibility: clean Directive: Never weaken these patterns without re-running the seed-ignore guard and checking for signing material exposure. Tested: 8/8 seed-ignore guard; Go 1.26.4 race tests; Node 22 npm ci/test/typecheck/build/verify; released-server manifest validator; linux amd64/arm64 builds; deterministic pluginpack digest parity. Not-tested: GitHub-hosted CI pending push.
Contributor
Author
|
Landed on |
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.
TASK-0018 immutable-object recovery under Olympus rules/01 §3.1.
00b50c042c5cfe89d672ff19dc426db520b7504a).9c4f595655928a17ef1932944ce2ce0b5bd730c0..gitignore, 11 additions and no deletions.git diff --check; clean tree.Draft pending fresh r2 owner review and GitHub CI. No r1 acknowledgement carries over.