multica/server/internal/daemon/execenv
Jiayuan 99ada27925 merge: resolve conflicts with main (workdir reuse)
Main added execenv.Reuse() for workdir reuse across tasks on the same
issue. Our branch removed Type/BranchName/gitRoot from Environment
(repos are now checked out on demand). Resolution: keep Reuse() but
simplify it to work with the new Environment struct (no workspace type
tracking). Keep the "reused" log field from main, drop removed fields.
2026-03-29 19:42:51 +08:00
..
codex_home.go feat(daemon): inject skills into agent-native directories 2026-03-28 00:47:00 +08:00
context.go feat(daemon): inject skills into agent-native directories 2026-03-28 00:47:00 +08:00
execenv.go merge: resolve conflicts with main (workdir reuse) 2026-03-29 19:42:51 +08:00
execenv_test.go feat(daemon): agent-driven repo checkout with bare clone cache 2026-03-29 19:37:48 +08:00
git.go feat(daemon): agent-driven repo checkout with bare clone cache 2026-03-29 19:37:48 +08:00
runtime_config.go feat(daemon): agent-driven repo checkout with bare clone cache 2026-03-29 19:37:48 +08:00