conservation_check
Verify that a code change maintains SuperInstance conservation invariants by checking γ + η ≤ log₂(3). Returns validity, total, delta, and message.
Instructions
Verify that a code change or operation maintains the SuperInstance conservation invariants. Checks that γ + η ≤ C where C = log₂(3) ≈ 1.585. Returns validity, total, delta, and a message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eta | Yes | Eta (η) value — entropy produced | |
| gamma | Yes | Gamma (γ) value — compute invested |