Nightly Build (v0.7.8-nightly.202606250721.41e4523cf)
Changes since v0.7.8-nightly.202606240721.57f74ca0b:
14188fa Add basic .worktreeinclude file
7144c12 refactor(control-plane): resolve names server-side, drop client-side filtering
08737c9 fix(control-plane): close resolver findings + drop redundant ireturn nolints
2972227 docs(resolveref): fix misleading --org hint in project ambiguity error
24d24ef feat(control-plane): resolve account owners by github:handle
604cb3d feat(control-plane): accept org/project names + close two API gaps
1cba79a checkpoint: refresh compact_transcript pointer on finalize
67dcf3d checkpoint: trim compact_transcript comments and test verbosity
0eaaf1b checkpoint: use compact_transcript path field instead of boolean
278addd feat(checkpoint): flag compact transcript via has_compact_transcript
8ab53ab checkpoint: move orphaned ReadSessionMetadata doc comment back to its function
5d94eca checkpoint: return (Metadata, string) from ReadSessionMetadataAndPrompts
e1b288c chore: anchor Claude Code session for this branch's work
938562f Rename Trail PR Review to Trail Review
56ddfdd checkpoint: rename ResolvePersistentRefs to ResolveRefs
592bbac Refresh Core API OpenAPI spec and regenerate client
efc3ca2 clean checkpoint version errors
2a1f64d fail multi-checkpoint resume on read errors
6532560 clarify multi-checkpoint resume output
8a53e8f fail resume on unsupported checkpoint
24df573 fix remote unsupported checkpoint resume
206bb2e add checkpoint format compatibility checks
99982c4 checkpoint: name ephemeral writes by scope (Step / TaskStep)
089e4b6 checkpoint: extract shared getSessionTree for session-level reads
46a42a2 checkpoint: align contract terminology to persistent
5b29668 checkpoint: extract the persistent contract to api/checkpoint
5a4925d checkpoint: tier the read surface into CheckpointReader / SessionReader
f35faa5 checkpoint: name Write requests by scope (Session / Checkpoint)
30fc3db Add branchless trail creation
7c4c381 checkpoint: fix stale API references in doc comments
a267dd8 docs: update sessions-and-checkpoints for the persistent/ephemeral split
f56c864 checkpoint: finish committed->persistent vocabulary (Type consts, refs)
e867048 checkpoint: rename store impl/test files to persistent/ephemeral
7b1005d checkpoint: reshape facade to Stores.Persistent / Stores.Ephemeral()
3387cbb checkpoint: unify ephemeral writes behind Write(EphemeralWriteRequest)
ae36a26 checkpoint: collapse ephemeral reads/lists to generic Read/List
5710439 checkpoint: rename temporary types to ephemeral vocabulary
ef0c5a0 checkpoint: make Write(WriteRequest) the only public persistent write
698e477 checkpoint: collapse persistent reads to generic Read/List
a030158 checkpoint: rename committed types to persistent vocabulary
dee4e53 checkpoint: rename InitialAttribution to Attribution
496411d checkpoint: split the temporary store out of GitStore
f16b710 checkpoint: drop redundant createCommit wrapper, call package CreateCommit
5921e40 Add branchless trail creation