# imhotep-core Foundation types and contracts for [Imhotep](https://gitea.com/anomalyco/imhotep). Defines the AST/IR, geometry world schema, diagnostic taxonomy, pipeline contracts, FOL AST/IR representations, domain/value types, scene target descriptors, property contract/results types, and geometry snapshot caching. ## Key Exports | Module | Description | |---|---| | `types` | Core type definitions (positions, IDs, results, proofs) | | `ast` | Unist-style AST node definitions | | `ir` | Semantic IR and execution IR | | `world` | Geometry world schema tables | | `contracts` | Extractor, solver, compiler, reporter interfaces | | `diagnostics` | Diagnostic categories, error codes, traces, shrinking | | `logic-ast` | FOL AST types (quantifiers, connectives, predicates) | | `logic-ir` | Lowered FOL IR for logic engine | | `canonical` | Canonical world adapter for solver | | `geometry-cache` | Disk-based extraction caching |