Skip to content

bornfly-detachment/value-cfl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Value CFL Suite

Independent Go implementation of the 25 V-CFL PRDs under /Users/Shared/product-docs/prd-core/v-cfl.

Properties:

  • Go stdlib only (go.mod has an empty require block).
  • One command per CFL under cmd/<binary-name>.
  • Input: JSON on stdin.
  • Output: deterministic JSON on stdout.
  • Exit code: 0 for pass/approved/warn/pending success states, 1 for fail/block/rejected/timed_out, 2 for n/a/needs-human/pending-no-decision.
  • Evidence hashes use sha256:<hex> over canonical JSON evidence payloads.

Build all binaries:

go build ./cmd/...

Run a binary:

echo '{"mode":"compute","bytes":"hello"}' | go run ./cmd/l0-v-hash-cfl

About

25 deterministic Value-layer CFL binaries (PRVSE V-L0/V-L1/V-L2/V-cfl). Go stdlib only, single binary per CFL, stdin/stdout JSON.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors