docs(decisions): Add ADRs for JS/TS npm and GitHub release asset profiles#5
Merged
Merged
Conversation
Replace the profile-specific buildType URI approach with acquired domains (buildtype.dev identifier, slsa-builder.dev documentation host) and record the superseded intermediate proposal. Signed-off-by: Yunseo Kim <git@yunseo.kim>
Define Windlass-generated SLSA provenance for npm packages, registry URL handling that preserves npmjs semantics, and actions/attest as the initial Sigstore signing adapter. Signed-off-by: Yunseo Kim <git@yunseo.kim>
Constrain manual dispatch releases to version tags, run build scripts only when declared, and exclude private dependency credentials from the initial profile. Signed-off-by: Yunseo Kim <git@yunseo.kim>
Establish a three-job digest-verified publish graph and compose the npm package tarball producer with the GitHub release asset publisher. Signed-off-by: Yunseo Kim <git@yunseo.kim>
Scope the release asset profile to one asset per run, record the initial workflow entrypoint proposal, and require uploading assets to an existing GitHub release. Signed-off-by: Yunseo Kim <git@yunseo.kim>
Use the release asset name as the SLSA subject name, keep checksums and SBOMs out of the subject digest, and make linked-artifacts storage records explicit opt-in. Signed-off-by: Yunseo Kim <git@yunseo.kim>
ADR-0044 introduces a three-job permission boundary; ADR-0049 supersedes it by separating artifact production from release asset publication. Signed-off-by: Yunseo Kim <git@yunseo.kim>
ADR-0047 initially chose GitHub attestation storage as canonical distribution; ADR-0051 supersedes it by distributing producer provenance with release assets. Signed-off-by: Yunseo Kim <git@yunseo.kim>
Define a Sigstore-signed in-toto release manifest that records release asset metadata and supports the producer-to-publisher handoff. Signed-off-by: Yunseo Kim <git@yunseo.kim>
Define the producer-to-publisher handoff contract and a three-job release manifest signing boundary. Signed-off-by: Yunseo Kim <git@yunseo.kim>
Summarize the verification deliverables and validation strategy for the JS/TS npm and GitHub release asset profiles. Signed-off-by: Yunseo Kim <git@yunseo.kim>
yunseo-kim
force-pushed
the
docs/adr-npm-and-release-asset-profiles
branch
from
July 7, 2026 04:10
6b0fe96 to
e40a91e
Compare
Expand the ADR index in docs/decisions/AGENTS.md to reflect the current sequence of 54 ADRs (0000-0053) and group the JS/TS npm, release asset, and manifest signing topic ranges. Signed-off-by: Yunseo Kim <git@yunseo.kim>
Add a dedicated knowledge base file for GitHub Actions workflows that covers SHA-pinning, hardened-runner usage, minimal permissions, and the reusable-org-workflow patterns used across the repository. Signed-off-by: Yunseo Kim <git@yunseo.kim>
Refresh the generated metadata to the current commit and branch, add the .github/workflows directory to the project structure, and point readers to the new docs/decisions and .github/workflows AGENTS.md files. Signed-off-by: Yunseo Kim <git@yunseo.kim>
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
This PR adds the architectural decision records (ADRs) for the JS/TS npm package profile and the GitHub release asset profile.
What changed?
docs/decisions/0021-use-profile-specific-buildtype-uris.mdstatus tosuperseded by ADR-0042.buildTypeURI strategy (ADR-0041, ADR-0042)Why is this needed?
Related Issues
Change Type
Changelog
Changelog update:
CHANGELOG.md[Unreleased]updatedChecklist
General
type(scope): SummaryCI/Workflow Changes (if applicable)
N/A
Protocol / Compatibility Impact
If impacted, describe compatibility impact:
Testing
Describe test evidence:
pnpm exec prettier --writeon all changed Markdown files passed.pnpm exec markdownlint-cli2on all changed Markdown files passed with 0 errors.Documentation
Rollout / Risk
Reviewer Checklist