Purpose
Turn the Lotus Family Audit from one-time repository fixes into a repeatable cross-repository strength system for Pythia, CML, and LS.
Current confirmed baseline
| Layer |
Pythia |
CML |
LS |
| Bilingual Lotus contract |
✅ |
✅ merged via CML #211 |
✅ merged via LS #918 |
| Explicit no-authority boundary |
✅ |
✅ |
✅ |
| Exact-head evidence |
✅ |
✅ |
✅ |
| Stale-evidence / supersession rule |
✅ |
✅ |
✅ |
| Regression protection |
✅ |
✅ |
✅ |
| Test executed by CI |
✅ |
✅ |
✅ |
| Judgment/memory/guidance separated from execution |
✅ |
✅ |
✅ |
Strength model
The family is considered strong only when every repository preserves all six operational layers:
- Contract — English and Russian semantics remain equivalent.
- Evidence binding — evidence is attached to an exact head SHA.
- Supersession — changed head or inputs invalidate prior evidence.
- Regression protection — contract invariants are executable tests.
- CI discovery — those tests are actually run by required CI.
- Authority firewall — assistant judgment, memory, or guidance never grants ownership, approval, execution, delivery, or merge authority.
Next implementation slice
Acceptance criteria
- A semantic authority-boundary deletion in either language fails the audit.
- A contract test that exists but is not executed by CI is reported as DRIFT.
- Audit output identifies the exact repository and commit checked.
- Unknown or inaccessible evidence is reported as UNKNOWN, never PASS.
- No audit result itself grants merge, delivery, or execution authority.
Safe sequence
specification → fixtures → local audit engine → repository adapters → CI integration → exact-head review → staged adoption
Purpose
Turn the Lotus Family Audit from one-time repository fixes into a repeatable cross-repository strength system for Pythia, CML, and LS.
Current confirmed baseline
Strength model
The family is considered strong only when every repository preserves all six operational layers:
Next implementation slice
Acceptance criteria
Safe sequence
specification → fixtures → local audit engine → repository adapters → CI integration → exact-head review → staged adoption