diff --git a/.gitignore b/.gitignore index 13e30b3..e9b165b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +node_modules node_modules/ dist/ *.tsbuildinfo diff --git a/node_modules b/node_modules deleted file mode 120000 index 6569c27..0000000 --- a/node_modules +++ /dev/null @@ -1 +0,0 @@ -/Users/MathiasWork/development/summer-engine-agent-v3/node_modules \ No newline at end of file diff --git a/src/core/op-registry-drift.test.ts b/src/core/op-registry-drift.test.ts index d1e1d4b..0b33f3d 100644 --- a/src/core/op-registry-drift.test.ts +++ b/src/core/op-registry-drift.test.ts @@ -35,46 +35,8 @@ const registry = readEngineMainFile(REGISTRY_PATH); * deleted with the workaround it excused. */ const KNOWN_UNIMPLEMENTED: Record = { - Navigate: "one-table editor navigation (summer_open forwards to it)", - RunSceneScript: "scene scripting: run_script ctx API", - GetWorldSnapshot: "runtime inspection / world snapshots", - DiffWorldSnapshot: "runtime inspection / world snapshots", - GetRuntimeSceneTree: "runtime inspection", - GetRuntimeNode: "runtime inspection", - AlignDistribute3D: "spatial suite (6 spatial ops)", - NavigationProbe3D: "spatial suite (6 spatial ops)", - SnapToSurface: "spatial suite (6 spatial ops)", - TestPlacement3D: "spatial suite (6 spatial ops)", - Starcast3D: "spatial suite: read-only 26-direction placement rundown", - SaveCameraBookmark: "camera bookmarks", - ListCameraBookmarks: "camera bookmarks", - DeleteCameraBookmark: "camera bookmarks", CustomBake: "bake helpers", Probe: "verify probe op", - FabricateMesh: "mesh fabrication", - UiListActions: "editor UI control", - UiInvoke: "editor UI control", - UiTree: "editor UI control", - UiActivate: "editor UI control", - UiScreenshot: "editor UI control", - UiDialogs: "editor UI control", - UiDismissDialog: "editor UI control", - SetRuntimeProp: "runtime control", - CallRuntimeMethod: "runtime control", - SpawnRuntimeScene: "runtime control", - FreeRuntimeNode: "runtime control", - RuntimeAnimation: "runtime control", - RuntimeAnimationTree: "runtime control", - GetRuntimeBones: "runtime control", - GamePause: "runtime control", - GameStep: "runtime control", - GameSpeed: "runtime control", - SimulateInputScript: "runtime control", - InputRecordStart: "runtime control", - InputRecordStop: "runtime control", - InputReplay: "runtime control", - GameProbe: "runtime control", - ListGameInstances: "runtime control", }; function sourceFiles(dir: string, out: string[] = []): string[] {