Releases: hazzanzico/technocore-signed-action
Releases · hazzanzico/technocore-signed-action
Release list
Technocore Signed Action v0.2.0
Added
- Portable
technocore-signed-message-receipt-v1JSON 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
- Tag CI: https://github.com/hazzanzico/technocore-signed-action/actions/runs/32947162508
- Main CI: https://github.com/hazzanzico/technocore-signed-action/actions/runs/32947089807
The Ed25519 seed remains local to the runner and is never included in the receipt or Action outputs.
Technocore Signed Action v0.1.1
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
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