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
Make unknown-call behavior explicit and evaluate its effect on symbolic exploration and concrete reproducibility.
Scope
Use the current USVM and native JacoDB TypeScript frontend.
Reuse one typed unknown-call dispatch boundary.
Select an immutable set of semantic models independently from STOP_PATH or FRESH_SYMBOLIC_RETURN fallback.
Support guarded normal/exceptional successors, state changes and aliases, with an explicit residual domain routed to fallback.
Execute source models through the normal EtsIR interpreter; use intrinsics for engine primitives unavailable or inefficient in ordinary TypeScript.
Observe decisions through TsInterpreterObserver. Persistent path history and stopped-state snapshots are not production requirements.
Select a small justified model set using a real-project census and existing-model audit, then compare policy/model configurations with real TypeScript replay.
First-priority gate
#383 is P0 and blocks completion of #365/#366 and further integration using their old contract. Reuse the simplification already in PR #377/#380; do not create a duplicate implementation.
A model needs an ID, a declarative target and execution. Do not reintroduce separate backend/registration/descriptor layers, redundant implementation-kind/precision values, manually maintained model versions, or a generic plugin framework.
Goal
Make unknown-call behavior explicit and evaluate its effect on symbolic exploration and concrete reproducibility.
Scope
First-priority gate
#383 is P0 and blocks completion of #365/#366 and further integration using their old contract. Reuse the simplification already in PR #377/#380; do not create a duplicate implementation.
A model needs an ID, a declarative target and execution. Do not reintroduce separate backend/registration/descriptor layers, redundant implementation-kind/precision values, manually maintained model versions, or a generic plugin framework.
Work
Definition of Done
PBT generation, hybrid scheduling, LLM/MCP, a complete standard library and speculative research-state APIs are outside this epic.