You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep one model object with a stable ID, a declarative call target, and execution returning guarded successors plus an optional residual domain. Keep normal/exceptional completion and deferred state changes.
Keep one immutable enabled-model catalog and one residual fallback setting. An empty enabled set disables model lookup; experimental combinations are run configurations.
Remove separate descriptor/registration/backend/implementation wrappers, repeated implementation-kind tags, supported-domain IDs, and stored precision/outcome values derivable from the execution or decision.
Execute source models through the normal EtsIR interpreter. Use Kotlin intrinsics for engine primitives such as symbolic memory copying; use Array.shift with memcpy as the intrinsic example and Array.pop as the source-model example.
Preserve proof of the actual built-in target and receiver representation. A method name or the first possible type is not proof. Unknown/fake receivers without sufficient evidence use fallback.
Keep guard disjointness, completeness, aliasing and exception behavior as model obligations covered by focused tests. Do not issue an additional solver query on every call merely to validate a trusted built-in model.
Preserve one observer decision per application and a separate residual decision. Observation must not change exploration.
Preserve deterministic selection and enabled-set identity. Record tool revision and external model content identity in experiment metadata; do not add manually maintained model versions or compatibility negotiation.
Part of #360. Priority: P0 / Urgent.
Goal
Finish the agreed simplification in the existing #365/#366 work before building further model integration on the old configuration layers.
Scope
Completion gate
No general plugin framework, dynamic model loading, full ECMAScript library, or unrelated core redesign is required.