fix: update wsc repo URL and add release process rules #24
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
Fixes the wasm-signing workflow and establishes mandatory release process rules for this security-critical tool.
Changes
aspect-build/wsctopulseengine/wscWhy This Matters
wsc is a cryptographic signing tool. The previous release (v0.4.0) was created before CI completed, and the signing workflow failed because it referenced a non-existent repository. This should never happen for a security tool.
New Release Process Rules
From CLAUDE.md:
Test plan