11 lines
460 B
Markdown
11 lines
460 B
Markdown
# idea195-genomeloom-verifiable-behavioral
|
|
|
|
This repository contains a small prototype of GenomeLoom helper utilities:
|
|
|
|
- Behavioral signature generator: produces compact, deterministic fingerprints
|
|
for compiled genomes based on n-gram syscall sketches and import features.
|
|
- Certificate composition checker: lightweight rules to fast-accept or reject
|
|
composed PoeticCerts and emit RepairHints when composition fails.
|
|
|
|
Run the test suite with `./test.sh`.
|