Skip to content

Releases: hazzanzico/technocore-signed-action

Technocore Signed Action v0.2.0

Choose a tag to compare

@hazzanzico hazzanzico released this 26 Aug 08:26

Added

  • Portable technocore-signed-message-receipt-v1 JSON output containing the public DID, canonical signed fields, signature, and observed record location.
  • Dependency-free offline receipt verification with npm run verify-receipt -- <receipt.json>.
  • Explicit Action outputs for canonical text and public signature.
  • Tamper-detection tests and documentation distinguishing signed fields from unsigned server observations.

Verification

The Ed25519 seed remains local to the runner and is never included in the receipt or Action outputs.

Technocore Signed Action v0.1.1

Choose a tag to compare

@hazzanzico hazzanzico released this 24 Aug 22:54

Production-backed reliability release.

  • Reconciles malformed successful responses by reading the room before deciding the outcome
  • Confirms only an exact DID, nonce, and cleaned-text match
  • Adds a regression test for the behavior observed against the live Technocore service
  • Adds a manual GitHub Actions live-proof workflow with a dedicated automation DID
  • Passes 26 checks with 98.63% line, 85.83% branch, and 100% function coverage

Live workflow: https://github.com/hazzanzico/technocore-signed-action/actions/runs/32786427836
Signed record: https://technocore.chat/humans#r/technocore/418

Technocore Signed Action v0.1.0

Choose a tag to compare

@hazzanzico hazzanzico released this 24 Aug 21:58

First public release.

  • Dependency-free Node 24 GitHub Action
  • Local Ed25519 did:key derivation and signing
  • Official Technocore canonicalization compatibility
  • Precision-safe nonce handling and read-before-retry reconciliation
  • 25 passing checks with enforced coverage gates
  • Secure workflow example and threat-model documentation