Skip to content

Releases: gryszzz/Kaspa-Ai-Agent-Skill

Kaspa Sovereign Architect Engine v1.6.2

Choose a tag to compare

@github-actions github-actions released this 26 May 01:31

Kaspa Sovereign Architect Engine v1.6.2 - GitHub Packages Release

This release publishes the Kaspa Sovereign Architect Engine skill through both
GitHub Releases and GitHub Packages.

GitHub Packages

The skill is now pushed to GHCR as an OCI artifact:

oras pull ghcr.io/gryszzz/kaspa-sovereign-architect-engine:v1.6.2

The OCI artifact contains:

  • kaspa-sovereign-architect-engine-v1.6.2.zip
  • kaspa-sovereign-architect-engine-v1.6.2.tar.gz
  • SHA256SUMS.txt

GitHub Release Assets

The standard release downloads remain available:

  • kaspa-sovereign-architect-engine-v1.6.2.zip
  • kaspa-sovereign-architect-engine-v1.6.2.tar.gz
  • kaspa-sovereign-architect-engine.zip
  • kaspa-sovereign-architect-engine.tar.gz
  • SHA256SUMS.txt

Install

mkdir -p "$CODEX_HOME/skills"
curl -L -o /tmp/kaspa-sovereign-architect-engine.zip \
  https://github.com/gryszzz/Kaspa-Ai-Agent-Skill/releases/download/v1.6.2/kaspa-sovereign-architect-engine.zip
unzip -o /tmp/kaspa-sovereign-architect-engine.zip -d "$CODEX_HOME/skills"

Verification

  • node scripts/covenant-lineage-prototype.mjs --check-all
  • node scripts/vprog-scope-simulator.mjs --check
  • node scripts/toccata-network-check.mjs --check
  • node scripts/toccata-mainnet-readiness-gate.mjs --check
  • node skills/public/kaspa-sovereign-architect-engine/scripts/validate-compatibility.mjs --all
  • skills/public/kaspa-sovereign-architect-engine/scripts/package-release.sh /tmp/kaspa-skill-release-v1.6.2 v1.6.2
  • gh release view v1.6.2 --json assets,url
  • oras manifest fetch ghcr.io/gryszzz/kaspa-sovereign-architect-engine:v1.6.2
  • git diff --check

Notes

  • v1.6.1 remains available as the prior verified GitHub Release asset
    package.
  • This release changes distribution only. It does not claim new Kaspa mainnet
    activation status.

Full Changelog: v1.6.1...v1.6.2

Kaspa Sovereign Architect Engine v1.6.1

Choose a tag to compare

@github-actions github-actions released this 26 May 01:21

Kaspa Sovereign Architect Engine v1.6.1 - Verified Skill Package Release

This release is a package hygiene release for the Kaspa Sovereign Architect
Engine skill. It keeps the v1.6.0 behavior intact and republishes the package
through the dedicated skill release workflow.

Package Artifacts

The GitHub Release publishes:

  • kaspa-sovereign-architect-engine-v1.6.1.zip
  • kaspa-sovereign-architect-engine-v1.6.1.tar.gz
  • kaspa-sovereign-architect-engine.zip
  • kaspa-sovereign-architect-engine.tar.gz
  • SHA256SUMS.txt

Install

mkdir -p "$CODEX_HOME/skills"
curl -L -o /tmp/kaspa-sovereign-architect-engine.zip \
  https://github.com/gryszzz/Kaspa-Ai-Agent-Skill/releases/download/v1.6.1/kaspa-sovereign-architect-engine.zip
unzip -o /tmp/kaspa-sovereign-architect-engine.zip -d "$CODEX_HOME/skills"

Verify artifact integrity:

curl -L -o /tmp/SHA256SUMS.txt \
  https://github.com/gryszzz/Kaspa-Ai-Agent-Skill/releases/download/v1.6.1/SHA256SUMS.txt
(cd /tmp && grep "kaspa-sovereign-architect-engine.zip$" SHA256SUMS.txt | shasum -a 256 -c -)

Verification

  • node scripts/covenant-lineage-prototype.mjs --check-all
  • node scripts/vprog-scope-simulator.mjs --check
  • node scripts/toccata-network-check.mjs --check
  • node scripts/toccata-mainnet-readiness-gate.mjs --check
  • node skills/public/kaspa-sovereign-architect-engine/scripts/validate-compatibility.mjs --all
  • skills/public/kaspa-sovereign-architect-engine/scripts/package-release.sh /tmp/kaspa-skill-release-v1.6.1 v1.6.1
  • git diff --check

Notes

  • v1.6.0 remains available as the prior Toccata Builder Readiness Gates
    release.
  • This release does not claim new Kaspa mainnet activation status.

What's Changed

Full Changelog: v1.6.0...v1.6.1

Kaspa Sovereign Architect Engine v1.6.0

Choose a tag to compare

@github-actions github-actions released this 25 May 13:50

Kaspa Sovereign Architect Engine v1.6.0 - Toccata Builder Readiness Gates

This release turns the Toccata R&D work into a more complete builder-readiness package.

Added

  • Covenant lineage adversarial fixtures:
    • wrong network
    • duplicate continuation
    • missing metadata
    • reorg rollback
  • Wallet covenant-signing preview mock.
  • ZK proof-cost matrix.
  • Sequencing witness API sketch.
  • vProg scope simulator.
  • Multi-endpoint TN10/TN12 checker.
  • Mainnet readiness gate.

Packaged Downloads

Release archives now bundle the skill plus the Toccata readiness docs, fixtures, latest source snapshot, and helper scripts under the installed skill directory.

Bundled checks:

node scripts/covenant-lineage-prototype.mjs --check-all
node scripts/vprog-scope-simulator.mjs --check
node scripts/toccata-network-check.mjs --check
node scripts/toccata-mainnet-readiness-gate.mjs --check

Improved

  • Compatibility Matrix now runs the lineage, vProg, endpoint, and mainnet readiness checks.
  • README points to the expanded readiness docs and release-bundled helper scripts.
  • Toccata R&D playbook now works both from a full repo clone and from the release download.
  • Manifest bumped to 1.6.0.

Release Hygiene

  • No duplicate GitHub release tags were found before publishing this release.
  • Historical versioned releases remain available; v1.6.0 is the new latest release.

Verification

  • node scripts/covenant-lineage-prototype.mjs --check-all
  • node scripts/vprog-scope-simulator.mjs --check
  • node scripts/toccata-network-check.mjs --check
  • node scripts/toccata-mainnet-readiness-gate.mjs --check
  • node skills/public/kaspa-sovereign-architect-engine/scripts/validate-compatibility.mjs --all
  • git diff --check

What's Changed

  • Modernize Actions for Node 24 by @gryszzz in #4
  • Add Toccata source monitor by @gryszzz in #5
  • Stabilize Toccata source monitor snapshots by @gryszzz in #13
  • Update workflow actions to current major versions by @gryszzz in #14
  • Ignore volatile headers in Toccata monitor facts by @gryszzz in #15

Full Changelog: v1.5.0...v1.6.0

Kaspa Sovereign Architect Engine v1.5.0

Choose a tag to compare

@github-actions github-actions released this 24 May 22:51

Kaspa Sovereign Architect Engine v1.5.0 - Toccata R&D Intelligence

This release upgrades the skill from Toccata awareness to Toccata research and development intelligence.

Added

  • Toccata R&D Playbook:
    • skills/public/kaspa-sovereign-architect-engine/references/toccata-rd-playbook.md
  • Deep Toccata R&D intelligence corpus:
    • training-corpus/kaspa-toccata-rd-intelligence-2026.md
  • Toccata R&D Intelligence response mode in the core skill.
  • README links and example prompt for Toccata research.

Improved

  • Source inventory now includes deeper official and research sources:
    • Rusty Kaspa toccata, tn10, and tn12 branches
    • Rusty Kaspa PR #1000 and PR #1013
    • KIP-16, KIP-17, KIP-20, and KIP-21 PRs
    • Kaspa docs programmability source files
    • vProgs architecture, computation DAG, pruning safety, proof stitching, and based ZK rollup research threads
  • Research radar now tracks branch status, PR base branches, ZK SDK/example work, and vProg scope/pruning risks.
  • Source trust policy now warns that feature-branch merges are not stable/mainnet evidence.
  • Manifest bumped to 1.5.0.

Research Outcome

  • Toccata is classified as active or always-active on TN12 and past activation on TN10.
  • Mainnet activation remains unverified and must not be claimed as live.
  • Toccata implementation evidence is tracked through Rusty Kaspa PR #1000 and related feature branches.
  • KIP-16, KIP-17, KIP-20, and KIP-21 are tracked as open KIP PRs until merged to kaspanet/kips master.

Verification

  • node skills/public/kaspa-sovereign-architect-engine/scripts/validate-compatibility.mjs --all
  • git diff --check

What's Changed

Full Changelog: v1.4.0...v1.5.0

Kaspa Sovereign Architect Engine v1.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 10:36
b870580

Kaspa Sovereign Architect Engine v1.4.0 — Research Radar + Freshness Protocol

Added

  • Freshness & Verification Protocol for time-sensitive Kaspa claims.
  • Kaspa Research Radar covering economics, L1/L2, consensus, mining, paper review, KIPs, and ecosystem engineering.
  • Source Trust Policy with explicit hierarchy from official code through secondary summaries.
  • Efficient Response Modes for Fast Answer, Engineering Build Plan, Deep Protocol Audit, Research Radar, and Repo/Code Audit.

Improved

  • KIP status discipline now separates research ideas, proposals, implementation PRs, merged code, activation, wallet/indexer support, and production app usability.
  • Kdapp handling now labels conceptual, experimental, production-safe, wallet, indexer, and off-chain-state boundaries.
  • WASM/TypeScript discipline now separates browser and Node.js usage, watch-only prototypes, wallet-provider signing, and RPC trust assumptions.
  • Indexer reliability rules now emphasize DAG-aware ordering, idempotency, dedupe, checkpoints, retries, sync lag, and balance authority labels.
  • Wallet safety rules now require signing-boundary modeling and explicit phishing, UI spoofing, RPC hijacking, replay, and supply-chain risks.
  • Adapters now point to Freshness & Verification Protocol, Source Trust Policy, Research Radar, Efficient Response Modes, KIP Status Discipline, and Wallet Safety Discipline.
  • README examples now cover Research Radar, Engineering Build Plan, Deep Protocol Audit, and KIP Status workflows.

What's Changed

  • Upgrade Kaspa skill freshness and research radar by @gryszzz in #2

New Contributors

Full Changelog: v1.3.0...v1.4.0

Kaspa Sovereign Architect Engine v1.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Feb 09:15

Kaspa Sovereign Architect Engine v1.3.0

This release finalizes scale-readiness for distribution and platform compatibility.

Added

  • New release packager:
    • skills/public/kaspa-sovereign-architect-engine/scripts/package-release.sh
  • New scaling runbook:
    • docs/scaling-plan.md
  • Release artifacts now include:
    • kaspa-sovereign-architect-engine.zip
    • kaspa-sovereign-architect-engine.tar.gz
    • versioned zip/tar variants
    • SHA256SUMS.txt

Improved

  • release-skill.yml now:
    • validates manifest/tag consistency
    • publishes all packaged artifacts
  • compatibility-matrix.yml now includes installer smoke tests across OSes:
    • Linux + macOS shell installers
    • Windows PowerShell installer
  • validate-compatibility.mjs now verifies package-release.sh presence.
  • README now includes checksum verification and tarball install flow.

Outcome

  • Higher release reliability.
  • Better supply-chain confidence for consumers.
  • Reduced install regressions through CI-based installer testing.

Full Changelog: v1.2.2...v1.3.0

Kaspa Sovereign Architect Engine v1.2.2

Choose a tag to compare

@github-actions github-actions released this 19 Feb 09:08

Kaspa Sovereign Architect Engine v1.2.2

This release focuses on launch readiness and distribution:

Added

  • Public launch page enhancements in docs/index.html with:
    • improved value proposition and CTA links
    • social sharing metadata (Open Graph + Twitter)
    • install block and adapter visibility
  • New marketing playbook page:
    • docs/launch-kit.html
  • Basic SEO artifacts for GitHub Pages:
    • docs/robots.txt
    • docs/sitemap.xml

Improved

  • README now includes a dedicated deploy + marketing section linking:
    • Pages workflow
    • live site URL
    • launch kit and SEO files
  • Skill manifest version bumped to 1.2.2 for release alignment.

Outcome

  • Better top-of-funnel conversion for repository visitors.
  • Faster community launch execution with reusable copy/templates.
  • Cleaner release story for package-first + docs landing distribution.

Full Changelog: v1.2.1...v1.2.2

Kaspa Sovereign Architect Engine v1.2.1

Choose a tag to compare

@github-actions github-actions released this 19 Feb 08:16

Kaspa Sovereign Architect Engine v1.2.1

This release finalizes the cross-platform adapter pack and hardens release readiness.

Added

  • OpenClaw adapter support (agents/openclaw.md) aligned to AgentSkills-style usage.
  • Gemini CLI adapter support (agents/gemini.md) aligned to GEMINI.md context flow.
  • Gemini installer script:
    • skills/public/kaspa-sovereign-architect-engine/scripts/install-gemini.sh
  • OpenClaw installer script:
    • skills/public/kaspa-sovereign-architect-engine/scripts/install-openclaw.sh

Improved

  • Compatibility validator now gates all active targets:
    • codex, openai, anthropic, cursor, openclaw, gemini, generic
  • Compatibility matrix workflow includes OpenClaw + Gemini target jobs.
  • Adapter export script includes OpenClaw and Gemini adapter files.
  • README now documents OpenClaw and Gemini installation paths and usage.

Release Positioning

  • Codex-native skill package with cross-platform adapters.
  • Production-ready distribution via GitHub Releases and CI-gated compatibility checks.

Full Changelog: v1.1.0...v1.2.1

Kaspa Sovereign Architect Engine v1.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Feb 06:33

Kaspa Sovereign Architect Engine v1.1.0

Highlights

  • Reframed project documentation around the actual product: a Codex skill package.
  • Added clear sections for identity, scope, and engineering capabilities.
  • Added practical install instructions from GitHub Release and source path.
  • Added concrete invocation examples for real Kaspa architecture tasks.

Package

  • kaspa-sovereign-architect-engine.zip

Positioning

  • Distribution is release-first (package artifact), not GitHub Pages.

Full Changelog: v1.0.1...v1.1.0