Skip to content

Move deterministic finalization from Codex into Code Converge - #40

Merged
dapi merged 8 commits into
masterfrom
codex/gh-39
Jul 31, 2026
Merged

Move deterministic finalization from Codex into Code Converge#40
dapi merged 8 commits into
masterfrom
codex/gh-39

Conversation

@dapi

@dapidapi commented Jul 31, 2026

Copy link
Copy Markdown
Owner

Summary

Move deterministic publication and CI orchestration from Codex into Code Converge. Review, findings remediation, and CI diagnosis remain Codex-backed.

Changes

  • Added accepted ADR-002 and the FT-039 feature package.
  • Removed the Codex Finalize stage and obsolete finalize configuration.
  • Added host-owned checkpoint, direct-ref push, pull-request discovery/creation, and exact-head CI polling.
  • Added configurable CI timeout with a 60-minute default, retry/cancellation handling, explicit timeout events, and CI recovery transitions.
  • Added repository, workflow, configuration, event, linked-worktree, migration, and provider-behavior tests.

Verification

  • go test -exec /usr/bin/true ./... (all packages compile; test execution is unavailable in this macOS sandbox because generated test binaries abort with missing LC_UUID load command)
  • go vet ./...
  • make docs-lint
  • git diff --check

Closes#39

@dapidapi changed the title Move deterministic finalization into Code ConvergeMove deterministic finalization from Codex into Code ConvergeJul 31, 2026
@dapi
dapi marked this pull request as ready for review July 31, 2026 07:35
@dapi
dapi merged commit 85ac935 into masterJul 31, 2026
1 check passed
@dapi
dapi deleted the codex/gh-39 branch July 31, 2026 07:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move deterministic finalization from Codex into Code Converge

1 participant

@dapi