Commit graph

1 commit

Author SHA1 Message Date
Allaun Silverfox
fa9c821437 feat(quine): Weird Machine spec — self-replicating FAMM/DNA engine
Turing-complete machine built on AVM + FAMM + DNA co-evolution stack:
- 5-layer architecture (AVM → FAMM → DNA → Quine → Co-evolution)
- Self-replication protocol: Introspect → EncodeSelf → Replicate → Verify
- Quine structure: [bootstrap][compressed_DNA][checksum]
- Gödel boundary handling (graceful degradation via QUARANTINE/HOLD)
- Determinism guarantees (Q16.16, fixed seeds, no float)
- SilverSight Receipt per replication cycle (with generation counter)

Gold standard: machine outputs binary that, when executed,
produces functionally identical machine with same self-description.

Refs: SilverSightCore.lean (AVM), FAMM.lean (delay memory),
dna_codec.py (encoding), GODEL_BOUNDARY (boundary handling),
FAMM_BAKER_ANALOGUE.md (progress guarantee)
2026-06-23 01:05:57 -05:00