Keep publisher seed material outside version control - #8
Closed
lr00rl wants to merge 2 commits into
Closed
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
|
Superseded under Olympus rules/01 §3.1 by replacement Draft #9 at exact recovery head 9c4f595. The replacement has an identical tree, ordered parents, author/committer identity, and timestamps; only the malformed Lore trailer separators were corrected. This Draft and its remote branch at 00b50c0 remain preserved as the audit record. |
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.
Scope
.gitignore(+11/-0)Verification
No key generation, signing, manifest edits, release, workflow dispatch, deployment, or SSH operations were performed.