Skip to content

Skivolve 0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jul 13:17
c923b3b

Added

  • Added a static, accessible GitHub Pages site with crawlable guides, canonical metadata, social previews, structured data, a sitemap, and robots policy.
  • Added a least-privilege, commit-pinned Pages deployment workflow with deterministic site validation before deployment.

Changed

  • Renamed the repository, Python distribution, import package, module entry point, console commands, suite identity, release assets, schemas, documentation, and active protocol namespaces to Skivolve.
  • Moved the project homepage to https://dhi13man.github.io/skivolve/ and expanded repository metadata for agent skill and instruction evaluation discovery.
  • Bumped the package to 0.4.0 because the public import and command surfaces changed.

Migration

  • Replace the former harness-evals distribution and harness_evals import with skivolve.
  • Replace the former harness-evals command with skivolve, and harness-evals-prepare-holdout with skivolve-prepare-holdout.
  • Re-prepare unconsumed holdout plans and do not compare pre-rename artifact evidence as if it used the new canonicalization or source-fingerprint namespaces.

Security

  • Advanced source-fingerprint and text/workspace canonicalization namespaces so renamed evidence cannot be confused with pre-rename bytes.
  • Kept Pages deployment permissions isolated to the deployment job and pinned every external action to an immutable commit.