Rebrand secretenv to kapsaro and add release provenance verification#112
Merged
Conversation
Rename the crate, modules, schemas, config directory, and all documentation references from secretenv to kapsaro across the workspace.
Simplify the domain-separation labels in model::wire::context to a flatter naming scheme and add the missing recipient-set hash, key-possession MAC, artifact-signature, public-key attestation, and SSHSIG determinism domains. Re-export the new constants through cli_api::test_support and update the affected tests and security design guides accordingly.
- Bump kapsaro and kapsaro-core to 0.99.0-beta and sync the lockfile - Update README (EN/JA) status to beta: external formats are kept fixed barring major issues; remaining work targets bug fixes and UI tuning - Add --locked to CI cargo commands to enforce lockfile integrity
- Attest release archives and ship the Sigstore bundle with the release - install.sh: verify against the bundled attestation by default (offline, no gh auth); drop the SHA256SUMS check; KAPSARO_INSECURE=1 opts out - Document the verification behavior in README (EN/JA)
Replace the SHA256 checksum test cases with provenance verification via `gh attestation verify`, and drop the now-unused hex and sha2 dev-dependencies.
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
Rebrands the project from
secretenvtokapsaroacross the codebase, build/CI workflows, and release tooling, and adds release provenance verification.Changes
secretenvtokapsaro(750 files updated)kapsaroname0.99.0-betarelease metadatainstall.shprovenance verification with testsTesting
cargo test --workspacecargo clippy --workspace --all-targetscargo fmt -- --check🤖 Generated with Claude Code