chore(release): v0.6.2#38
Merged
Merged
Conversation
Patch release rolling up two post-0.6.1 reliability fixes: - #36 codex sandbox writable_roots now auto-includes the git-worktree gitdir (`.git/worktrees/<ID>/`). Without this, codex 0.130 with workspace-write sandbox refused index.lock / merge-tree writes, causing Learn-stage Symphony tickets to surface as "Blocked" with no obvious cause. Surfaced live on SMA-25. - #37 (docs-only) recovered the high-signal codex artefacts from the blocked SMA-25 branch — Explore through Learn deliverables plus a new `workspace-auto-commit-excludes` wiki entry. Included here only because the release notes should point at the wiki entry as canonical reference for the autocommitExclude opt-in. All changes are bug fixes restoring intended behavior — no user-facing feature additions or signature changes. Pinning pyproject.toml and src/symphony/__init__.py in lockstep.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch release rolling up the two post-0.6.1 fixes that complete codex agent reliability.
Included
.git/worktrees/<ID>/intosandbox_workspace_write.writable_rootsso Learn-stage merge-gate writes pass the sandbox. Surfaced live on SMA-25 where the agent honestly self-Blocked rather than overclaiming Done.workspace-auto-commit-excludeswiki entry).Why patch (not minor)
Bug fix restoring intended behavior — no new public API, signature, or required config. The wiki entry is reference material, not a feature toggle (the
symphony.autocommitExcludemechanism itself shipped in 0.6.1).Verified
src/symphony/__init__.pylockstep-bumped to0.6.2.tests/test_backends.pycovering the worktree-gitdir branch (positive + garbled.git+ non-worktree directory.git).Test plan
pip install -e '.[dev]'on a fresh clone reportssymphony --version→0.6.2