CoolFace
Datasetpublic

ValidatorMasterHeartcodeProtocol/heartcode-evaluation-fixtures

Heartcode Experimental Action Evidence v0.1 Eight original synthetic fixtures for an experimental action-submission boundary. GitHub is canonical: release directory. Hugging Face is a distribution copy of these exact files. What this measures A host-owned test grant allows exactly one bound RESET proposal. Missing, expired, revoked, stale, mismatched or unverifiable authority blocks submission to a fake environment. Expected records include deterministic decisions… See the full description on the dataset page: https://huggingface.co/datasets/ValidatorMasterHeartcodeProtocol/heartcode-evaluation-fixtures.

sourceHugging Facemitupdated 10d agoView on Hugging Face
1likes41downloads
README.md92 linesDownload Raw Back to root
1---2license: mit3language:4- en5task_categories:6- other7tags:8- evaluation9- synthetic10- governance11- reproducibility12pretty_name: Heartcode Experimental Action Evidence v0.113configs:14- config_name: fixtures15  data_files: fixtures.jsonl16- config_name: expected17  data_files: expected.jsonl18---19 20# Heartcode Experimental Action Evidence v0.121 22Eight original synthetic fixtures for an experimental action-submission boundary.23GitHub is canonical: [release directory](https://github.com/heartcodeprotocol/heartcode-protocol/tree/main/evaluation/action-evidence-v0.1).24Hugging Face is a distribution copy of these exact files.25 26## What this measures27 28A host-owned test grant allows exactly one bound RESET proposal. Missing, expired,29revoked, stale, mismatched or unverifiable authority blocks submission to a fake30environment. Expected records include deterministic decisions, reason codes,31execution outcomes and integrity hashes. These are software regression outcomes,32not independent human labels or the eight conversational Heartcode rule verdicts.33 34The ARC-shaped fixture names a synthetic session for ls20. No upstream ARC agent,35game, model, provider or live scorecard was run. No ARC endorsement, conformance,36task-performance improvement or general safety conclusion is established.37 38## Files and schema39 40- fixtures.jsonl: eight rows with case_id, schema_version, synthetic, input and input_sha256.41  Input contains the proposal, separate trustedTestAuthority, fixed time and host42  bindings. The test host provides authority; copying this JSON grants no permission.43- expected.jsonl: case_id, input_sha256, environment_calls and evidence.44  Evidence contains schemaVersion, policy, observedAt, proposal, grant, decision,45  reason, execution, receiptId, submissionsReserved and artifactSha256.46- manifest.json: release identity, generation source revision and SHA-256 of each47  listed file's exact UTF-8 bytes (excluding the manifest itself).48- verify.mjs and verify.test.mjs: standalone integrity/consistency verifier and tests.49- LICENSE: MIT terms scoped to this directory's newly authored material.50 51A grant may be null in evidence if host binding checks fail before authority is52resolved. Expected decisions are for policy experimental-action-boundary.v0.1,53not an open-ended authorization policy.54 55## Verify offline56 57Requires Node.js 22 or newer; no package installation, network, model or GPU.58 59```sh60node verify.mjs61node --test verify.test.mjs62```63 64The verifier checks the file manifest, record identity, input/evidence hashes and65declared call/outcome consistency. It does not independently re-run the private66evaluator or authenticate the issuer. Full regeneration uses the pinned67Validator Master generation source recorded in the manifest and requires access68to that implementation. Hashes are unkeyed integrity checks, not signatures.69 70## Provenance, license and privacy71 72All rows were newly authored with Codex for Heartcode Protocol on 2026-09-15.73Identifiers, authority, receipts and timestamps are synthetic. There are no user74conversations, provider responses, credentials, payment data or imported ARC game75assets. The MIT license covers this directory only; it does not relicense the76protocol specification, trademarks, third-party artifacts or Validator Master.77 78## Limitations and intended use79 80Use for regression testing evidence importers and studying fail-closed semantics.81Eight hand-designed cases provide narrow coverage. There is no independent82annotation, measured benchmark accuracy, multilingual coverage, durable authority83store or production authentication system. The in-memory implementation's replay84state is process-local and must not be treated as durable security enforcement.85 86## Version and sync policy87 88Submit corrections to the public GitHub repository first. Publish a new version89when fixtures, policy or expected outputs change; preserve old releases. HF copies90must match the manifest. Verify downloads after upload and retain the HF revision.91No paid inference service or duplicated Validator Master application is needed.92