feat: remove REMOTE_TASKFILES from config and schema

This commit is contained in:
Pete Davison
2026-07-02 23:05:18 +00:00
parent 060ec4b454
commit 5b92215af7
2 changed files with 0 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
experiments:
GENTLE_FORCE: 0
REMOTE_TASKFILES: 0
ENV_PRECEDENCE: 0

View File

@@ -11,10 +11,6 @@
"type": "number",
"enum": [0, 1]
},
"REMOTE_TASKFILES": {
"type": "number",
"enum": [0, 1]
},
"GENTLE_FORCE": {
"type": "number",
"enum": [0, 1]