From 33ec64476421df5a03d2ab95625e9a6022ad5ab9 Mon Sep 17 00:00:00 2001 From: Brian Mendonca Date: Fri, 6 Mar 2026 11:08:48 -0700 Subject: [PATCH] chore: initialize issue #38243 tracking branch --- automation/issue-38243.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 automation/issue-38243.md diff --git a/automation/issue-38243.md b/automation/issue-38243.md new file mode 100644 index 000000000000..711dd1776b16 --- /dev/null +++ b/automation/issue-38243.md @@ -0,0 +1,7 @@ +# Issue 38243 Tracking + +- Source issue: https://github.com/openclaw/openclaw/issues/38243 +- Title: Isolated cron agent overrides should not drop sandbox.docker defaults + +## Extracted Description +Isolated cron per-agent config currently merges sandbox fields shallowly; partial overrides can drop default sandbox.docker safety/network settings and should use nested merge semantics. \ No newline at end of file