JSPM

controller-benchmark-data

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q45557F
  • License MIT

Versioned benchmark bundle and lightweight readers for the controller phase-stratified benchmark.

Package Exports

  • controller-benchmark-data
  • controller-benchmark-data/bundle-manifest
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/bundle-manifest.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/compiler-rules/gill_2022-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/compiler-rules/human_full_reprog_d14-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/compiler-rules/ohnishi_2014-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/compiler-rules/olova_ohnuki-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/compiler-rules/roux_2022_sc-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/compiler-rules/sarkar_2020-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-age-only-baseline-outputs-v0.csv
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-compiler-coverage-trust-receipt-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-condition-fixture-v0.jsonl
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-condition-record-compile-receipt-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-condition-records-v0.jsonl
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-contradiction-kernel-receipt-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-contradiction-ledger-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-controller-outputs-v0.csv
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-cx004-example-packet-exchange-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-cx004-partner-executable-validation-packet-receipt-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-cx004-partner-executable-validation-packet-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-cx004-partner-intake-example-packet-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-cx004-resolution-receipt-contract-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-cx004-supervised-dry-run-receipt-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-cx004-validation-handoff-receipt-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-cx004-validation-handoff-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-negative-family-registry-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-passive-recommendation-receipt-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-passive-recommendation-scaffold-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-shell-receipt-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/controller-benchmark-study-corpus-v0.csv
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/matrix-extraction/gill_2022-matrix-derived-extraction-intermediate-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/matrix-extraction/gill_2022-matrix-derived-field-layer-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/matrix-extraction/gill_2022-matrix-extraction-receipt-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/matrix-extraction/olova_ohnuki-matrix-derived-extraction-intermediate-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/matrix-extraction/olova_ohnuki-matrix-derived-field-layer-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/matrix-extraction/olova_ohnuki-matrix-extraction-receipt-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/matrix-extraction/roux_2022_sc-matrix-derived-extraction-intermediate-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/matrix-extraction/roux_2022_sc-matrix-derived-field-layer-v0.json
  • controller-benchmark-data/data/phase-stratified-controller-benchmark-v0/matrix-extraction/roux_2022_sc-matrix-extraction-receipt-v0.json

Readme

controller-benchmark-data

Published by SproutSeeds. Research stewardship: Fractal Research Group (frg.earth).

Versioned benchmark bundle and lightweight readers for the controller phase-stratified benchmark.

Install

npm install controller-benchmark-data

For local development inside this repo:

cd packages/controller-benchmark-data
npm test
npm pack --dry-run

What This Is

controller-benchmark-data packages the current live public benchmark bundle as versioned data with small Node readers.

It currently ships:

  • the accession-pinned study corpus
  • the negative-family registry
  • the live compiled condition records
  • the compiler coverage and trust receipt
  • the benchmark shell receipt
  • the contradiction ledger and contradiction-kernel receipt
  • the passive recommendation scaffold and receipt
  • the CX-004 validation handoff and receipt
  • the baseline and controller output tables
  • the study-specific compiler rule packs that produced the live bundle

The point is not to turn one research thread into npm theater.

The point is:

  • preserve one exact benchmark bundle
  • make it easy to inspect from Node tooling
  • keep the bundle versioned and attributable
  • let downstream tools use the same artifact set without re-deriving it from prose memory

What This Is Not

controller-benchmark-data is not:

  • the controller compiler
  • the benchmark runner
  • a generic ETL framework
  • a matrix extraction toolkit
  • a claim that the bundle is final or universally authoritative

It is a versioned benchmark bundle with lightweight readers.

Package Positioning

The clean split is:

  • controller-benchmark-schemas
    • stable contracts and validators
  • controller-benchmark-data
    • one current benchmark bundle and thin readers

That means the schema package can travel widely, while this package can carry one exact benchmark state honestly.

Quick Start

import {
  BUNDLE_ID,
  BUNDLE_MANIFEST,
  listCompilerRules,
  readBenchmarkShellReceipt,
  readConditionRecords,
  readCx004ValidationHandoffReceipt,
  readStudyCorpusRows,
} from "controller-benchmark-data";

console.log(BUNDLE_ID);
console.log(BUNDLE_MANIFEST.condition_count);
console.log(listCompilerRules());
console.log(readStudyCorpusRows().length);
console.log(readConditionRecords().length);
console.log(readCx004ValidationHandoffReceipt().handoff_verdict);
console.log(readBenchmarkShellReceipt().summary.controller_output_counts);

API Surface

  • BUNDLE_ID
  • BUNDLE_MANIFEST
  • listArtifacts()
  • listCompilerRules()
  • getArtifactPath(name)
  • getArtifactUrl(name)
  • readArtifactRaw(name)
  • readStudyCorpusRaw()
  • readStudyCorpusRows()
  • readNegativeFamilyRegistry()
  • readConditionFixture()
  • readConditionRecords()
  • readCompileReceipt()
  • readCoverageTrustReceipt()
  • readAgeOnlyBaselineOutputRaw()
  • readAgeOnlyBaselineOutputRows()
  • readControllerOutputRaw()
  • readControllerOutputRows()
  • readBenchmarkShellReceipt()
  • readContradictionLedger()
  • readContradictionKernelReceipt()
  • readCx004ValidationHandoff()
  • readCx004ValidationHandoffReceipt()
  • readPassiveRecommendationScaffold()
  • readPassiveRecommendationReceipt()
  • readCompilerRule(name)
  • loadLatestBundle()

Current Boundary

This package distributes a public-neutral benchmark bundle derived from the controller canon.

The public package should not leak reviewer-specific naming, private packet context, or relationship-layer labels into the release surface.