This repository is now designed for repeatable distribution at scale.
- Release workflow publishes both
.zipand.tar.gzartifacts. - Release workflow publishes
SHA256SUMS.txtfor integrity verification. - Release workflow enforces
tag == manifest versionthrough packaging validation.
- CI validates all adapter targets on each skill change.
- Installer smoke tests run on:
- Linux (
install-codex.sh,install-openclaw.sh,install-gemini.sh) - macOS (
install-codex.sh,install-openclaw.sh,install-gemini.sh) - Windows (
install-codex.ps1)
- Linux (
- Keep
manifest.jsonversion aligned with release tag. - Keep
release-notes/vX.Y.Z.mdpresent before tagging. - Keep
docs/pages updated for product positioning and onboarding. - Run compatibility validation locally before pushing:
node skills/public/kaspa-sovereign-architect-engine/scripts/validate-compatibility.mjs --all- Publish each tagged release to Kaspa communities.
- Track install friction by platform and improve install scripts first.
- Keep adapter files minimal and deterministic to reduce drift.
- Add additional adapters only with CI coverage from day one.