Nightly Build (v0.5.6-nightly.202604210647.ef25b3c9)
Changes since v0.5.6-nightly.202604190642.fcda1cf7:
1748686 Reduce mergeJSON cyclomatic complexity by extracting typed helpers
d3b8352 Refactor object signer registration
de0ba56 Indent enable/bootstrap output under section headers
a2945a4 Add checkpoint commit signing documentation
ae01a9c Make SignCommitBestEffort truly best-effort and add sign_checkpoint_commits setting
5e46670 Add SSH agent and gate signer warning on commit.gpgSign
41ed93f Sign all commit types using ObjectSigner plugin
a719b0e Sign checkpoint commits using the ObjectSigner plugin Register an ObjectSigner plugin in main.go that loads system and global git config to obtain gpg.format and user.signingKey. In CreateCommit, sign the commit when a signer is available via signCommitBestEffort.
988e810 Use ── section separator to match entire status style
76bcc5d Add TTY-fallback test for --yes repo name conflict
7cace0d Fall back to interactive prompt when --yes repo name is taken
2fc809f Update --yes flag help text to reflect bootstrap behavior
163a209 Wire --yes into bootstrap flow for fully non-interactive setup
d80ee1d Fix --yes to bypass auto-detect shortcuts in detectOrSelectAgent
7acc594 Add --yes/-y flag to entire enable and entire configure
f6f61f8 cli: restore nolint directive stripped by stale lint cache
7662e6e cli: address PR review on attach external-agent support
5bb3a57 Fix rewind resume wording across agents
0b9d29d cli: register external agents in attach command
363dd6d perf: address review feedback on transcript blob reuse
da55218 test: cover v2 precompute and content-hash short-circuit paths
4925b66 perf: reuse transcript blobs across turn-end checkpoints
e83a016 Accept leading dot in repo names, tidy non-interactive flow, harden test
9c8008e Don't clobber partial git identity
bb923a5 Remove unused RunInteractive + unused w params
be5a20c Polish bootstrap output
0918b00 Let users skip the initial bootstrap commit
97e1191 Distinguish pre-init declines from post-init interrupts
d0cb398 Confirm GitHub repo creation up front
55031d1 Skip pre-push hook on bootstrap's initial push
8e505f3 Commit .entire/ and agent files in the bootstrap's initial commit
7023b4e Reject --init-repo and --no-init-repo together
5249020 Make bootstrap commits work on fresh machines
d94c79d Bootstrap git repo and GitHub remote from entire enable