mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
| .. | ||
| README.md | ||
otmi/ - Ordered Transformation Model Interface
Core interface specifications for OTOM framework transformation protocols.
Contents
protocol.lean- Transformation protocol definitionsboundary.lean- Domain boundary specificationsconvergence.lean- Convergence criteria and theorems
Design Principles
- Neutral Terminology: All core logic uses technical terms only
- Q16.16 Fixed-Point: Hardware-native numerical precision
- Theorem Witnesses: Every def has #eval or theorem
- Minimal Dependencies: No external crates/packages without approval
Connection to Research Stack
OTMI specs bridge formal Lean modules with practical orchestration:
Semantics.lean88 modules → OTMI interface layerSubagentOrchestrator→ OTMI implementation guide