remove hazardous legacy scripts and gate repository writes

This commit is contained in:
2026-08-09 14:24:35 +05:30
parent 09ebd44b6c
commit 905cbce0c1
15 changed files with 31 additions and 917 deletions
+2 -2
View File
@@ -335,8 +335,8 @@ for (const [label, condition] of [
[
"peer client-function bindings",
clientCodegenSource.includes("context.functions") &&
clientCodegenSource.includes("const scopedContext = { ...context, functions }") &&
clientCodegenSource.includes("handler(scopedContext, ...args)"),
clientCodegenSource.includes("context.functions[name](...args)") &&
clientCodegenSource.includes("(...__wrnexusPeerArgs) => context.functions"),
],
[
"drift-free ToggleCount animation scheduling",