Create lucidia_codex/test_harness/equation_validator.py which imports the validated coherence equation and provides functions to compute sample values, check monotonicity, and generate a JSON report summarizing boundedness and monotonicity results.
Create a status tracker JSON file enumerating 20 key equations with validation status. Currently marks coherence_equation as validated and all others as unvalidated for our validation-first framework.
Implement the bounded coherence equation C(t) = |psi'(M) + s(delta)*alpha| / (1 + |delta|), with input validation, sign function, and unit tests verifying zero delta, negative delta sign, and bounds.
This file forms part of the validation-first approach for Lucidia's codex.