Fix daemon worktree sync and automation loop#173
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2cb19079ff
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
2cb1907 to
27e950c
Compare
27e950c to
3bd3147
Compare
The Windows-only daemon fallback was missing a match arm for the new WorktreeBranchAdd plan variant, breaking compilation on non-unix targets. Worktree roots are now resolved by a single shared helper that honors `git -C`/`--work-tree` overrides and canonicalizes through symlinks, and `git worktree add` parsing is consolidated into one classifier instead of two parallel parsers.
`install --agent codex --automation` no longer writes permissive require_dashboard_approval/auto_apply_memory_ops values; both stay unset so AutomationConfig defaults apply and re-runs never weaken settings a user chose. Unattended memory-op apply is now an explicit `--auto-apply` opt-in with a printed warning. The installer also removes the legacy Codex-native scheduled automation shipped in v0.0.10-v0.0.20 (which would otherwise run alongside the daemon loop), warns when no daemon service is running to execute the loop, announces implicit project init, and reuses the canonical load->merge->validate->save automation-config pipeline instead of duplicating it.
bd823a7 to
da76f3f
Compare
|
Addressed on the branch: worktree-add paths are now resolved honoring |
Summary
Tests