fix(agents): prevent embedded runtime shadowing

This commit is contained in:
Peter Steinberger
2026-05-31 16:12:32 +01:00
parent 1955f42bfe
commit 4ef141d525
3 changed files with 14 additions and 10 deletions

View File

@@ -233,6 +233,12 @@
"typescript/unbound-method": "off",
"eslint/no-unsafe-optional-chaining": "off"
}
},
{
"files": ["src/agents/embedded-agent-runner/run/attempt.ts"],
"rules": {
"eslint/no-shadow": "error"
}
}
]
}