Skip to content

feat(lastcode): resume repaired nightly checkpoints - #201

Merged
lastobelus merged 1 commit into
lastcode/mainfrom
lastcode/resume-repaired-checkpoint
Sep 5, 2026
Merged

feat(lastcode): resume repaired nightly checkpoints#201
lastobelus merged 1 commit into
lastcode/mainfrom
lastcode/resume-repaired-checkpoint

Conversation

@lastobelus

Copy link
Copy Markdown
Owner

Checkpoint recovery currently replays remembered conflict resolutions, losing additional committed repairs made after the rebase. This leaves repaired worktrees blocking publication.

Add explicit recovery selection bound to the exact repaired head, upstream nightly, and represented main commit. The service validates the retained tree and atomically publishes its immutable tag and promotes main with a source-bound lease. Selected recovery handles one nightly, preserves repairs on failure, and supports interrupted cleanup. A shared operation lock protects selection and checkpoint runs.

Validation: 60 focused tests pass, including real bare-Git tests for atomic publication and rejection of an advanced main without creating the tag. Scripts typecheck and Quick CI pass for 40e27e4. No application installation or restart.

Implemented with GPT-5 through the Codex harness.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 5, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-05T18:04:42.501375Z 40e27e4 Manual request
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@lastobelus

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep them coming!

Reviewed commit: 40e27e4a2f

ℹ️ 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".

@lastobelus
lastobelus merged commit 15d26b1 into lastcode/main Sep 5, 2026
11 checks passed
@lastobelus
lastobelus deleted the lastcode/resume-repaired-checkpoint branch September 5, 2026 18:08
lastobelus added a commit that referenced this pull request Sep 5, 2026
Checkpoint recovery currently replays remembered conflict resolutions,
losing additional committed repairs made after the rebase. This leaves
repaired worktrees blocking publication.

Add explicit recovery selection bound to the exact repaired head,
upstream nightly, and represented main commit. The service validates the
retained tree and atomically publishes its immutable tag and promotes
main with a source-bound lease. Selected recovery handles one nightly,
preserves repairs on failure, and supports interrupted cleanup. A shared
operation lock protects selection and checkpoint runs.

Validation: 60 focused tests pass, including real bare-Git tests for
atomic publication and rejection of an advanced main without creating
the tag. Scripts typecheck and Quick CI pass for
40e27e4. No application installation or
restart.

Implemented with GPT-5 through the Codex harness.
lastobelus added a commit that referenced this pull request Sep 5, 2026
Checkpoint recovery currently replays remembered conflict resolutions,
losing additional committed repairs made after the rebase. This leaves
repaired worktrees blocking publication.

Add explicit recovery selection bound to the exact repaired head,
upstream nightly, and represented main commit. The service validates the
retained tree and atomically publishes its immutable tag and promotes
main with a source-bound lease. Selected recovery handles one nightly,
preserves repairs on failure, and supports interrupted cleanup. A shared
operation lock protects selection and checkpoint runs.

Validation: 60 focused tests pass, including real bare-Git tests for
atomic publication and rejection of an advanced main without creating
the tag. Scripts typecheck and Quick CI pass for
40e27e4. No application installation or
restart.

Implemented with GPT-5 through the Codex harness.
lastobelus added a commit that referenced this pull request Sep 5, 2026
Checkpoint recovery currently replays remembered conflict resolutions,
losing additional committed repairs made after the rebase. This leaves
repaired worktrees blocking publication.

Add explicit recovery selection bound to the exact repaired head,
upstream nightly, and represented main commit. The service validates the
retained tree and atomically publishes its immutable tag and promotes
main with a source-bound lease. Selected recovery handles one nightly,
preserves repairs on failure, and supports interrupted cleanup. A shared
operation lock protects selection and checkpoint runs.

Validation: 60 focused tests pass, including real bare-Git tests for
atomic publication and rejection of an advanced main without creating
the tag. Scripts typecheck and Quick CI pass for
40e27e4. No application installation or
restart.

Implemented with GPT-5 through the Codex harness.
lastobelus pushed a commit that referenced this pull request Sep 7, 2026
Carry-Group: tooling
Carry-Contribution: {"sourceCommit":"08f6973dfdca692a18c2f34d6c040c31f3b097c1","subject":"carry(tooling): document fork evaluation conventions","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/b395cfc734c2e505f7b7e23fefd005a3d530ad9b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b50ef10425fee54a114f76388abd20de13cd4c75","subject":"carry(tooling): Add LastCode nightly sync and local release tooling","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly-sync command registration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d78a739bb68a81d66b2d5cd6e19e6282e4dcb422"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"32526962a05a7c84266a425a58f50abbbdb0d9a9","subject":"carry(tooling): Add LastCode nightly sync and local release tooling","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly source-tracking guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d78a739bb68a81d66b2d5cd6e19e6282e4dcb422"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9f4e928c74e765680867215d37880791e28fe544","subject":"carry(tooling): Add LastCode nightly sync and local release tooling","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d78a739bb68a81d66b2d5cd6e19e6282e4dcb422"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e7e7e51204f1a6120693f3115a8348be21a823ca","subject":"carry(tooling): Add LastCode plan and PR review skills","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/8a60d13faa5b87ff669b426361990ee0b4ccf6b3"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d71838a6f8507c044e35b2aa83c2af11d5cf6a23","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, checkpoint-service, and merge command registration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"46649b79c975002925af314dd71dc022922e1ca1","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint creation, recovery, promotion, and service-operation guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"994c7d784ed6316d969f792292ef8e0e51468fca","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Nightly-tracking reference, runtime identity, and local orchestration guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"da34807d9c3948790a0b7956f46c662e2de5351d","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"de8b3f09a005cb7b0a9265eace5e42ceee35317c","subject":"carry(tooling): fix(release): create checkpoint worktree branch (#2)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/2"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/bf49a89a847ba495076c71c395194bdc342279a8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5e790ea3e0beffbb6813f9fab23b278d5abf755b","subject":"carry(tooling): fix(release): isolate checkpoint smoke runner (#3)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/3"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/40c613b75193dfaeab3e8d25107f08a35f17d9a4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"946269e9b272c1d7cfde43fb3bd2d49fe0708c0d","subject":"carry(tooling): fix(release): provision nightly service worktree (#4)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/4"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/217560dd91515ed8f00720a7df9507a71071e9ac"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"15944f05e40b95f9763b033563a13ddf3f001194","subject":"carry(tooling): fix(release): bootstrap checkpoint dependencies locally (#5)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/5"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/407dee55370022a5647ae404207b2d22dbc51c59"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7285083370982ecabb3dadc688b205569977eae1","subject":"carry(tooling): feat(release): add checkpoint dashboard (#6)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/6"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/7d3cf7397aa321b0c591c3afbb2d3a32b0327aab"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7e4df1e28077022a4aacb11e65cec661b4615435","subject":"carry(tooling): fix(release): avoid duplicate checkpoint tag CI (#8)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/8"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fecef09c3975834160640d7891da0d3cb0ea6d1e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0bafcf129154615b8020d5150e365e7e700550f0","subject":"carry(tooling): fix(release): retry published checkpoint promotion (#9)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/9"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/119973cf3bbd064d25fc8545c31d601c3273d8bf"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e5209a2a0258a77b57b4c8bd8c677b1fa817541f","subject":"carry(tooling): docs(lastcode): define contribution workstreams (#10)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/10"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/dcb4379d7e822e0fee18cc054f7b108ea4192511"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"abbd722e028917d51ae0ce025c5e63e80820b087","subject":"carry(tooling): fix(lastcode): stabilize local nightly updates (#14)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint recovery, promotion, service, and dashboard-operation guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/5c99904dadcdd1cf44f3bae80c081f50c4c77abe"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ad1cf74a6b4ae27427a2a0740f62415c362a204f","subject":"carry(tooling): fix(lastcode): stabilize local nightly updates (#14)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/5c99904dadcdd1cf44f3bae80c081f50c4c77abe"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"acaeacdd84f1e85ca5e08c43573b8513856a2466","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision creation, recovery, references, and checkpoint promotion belong to Tooling. Evidence: These hunks extend checkpoint orchestration from checkpoint-only state to ordered revisions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e72738d6d80d3578e1baf1edfffc3d023af6e115","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["The merge handoff's checkpoint-daemon request remains Tooling. Evidence: Only this hunk asks the daemon to publish a revision after a completed merge."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9858423e46459caa51600182b6d90ebcb7cb76b6","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision lifecycle framing belongs to Tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9f2e790938a48588cfe000d377931b617b25f128","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f4f6033cc2730068b3e4246098364e6f8ce1c315","subject":"carry(tooling): fix(lastcode): validate daemon pushes before connecting (#17)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/17"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a75a3295fb10fd6733a65e4292667b668da1b4a9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"173e9186a55db6bbbb6510d72dc54bbf0aca5bae","subject":"carry(tooling): feat(lastcode): show local nightly build activity (#25)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/25"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c4c8e9a395c16f58ec8a148149d3e54cb121f7fe"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e2e61a08194fec95b45e57792652f081595bfc48","subject":"carry(tooling): feat(lastcode): add upstream PR import skill (#27)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/27"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/730e934971fee80c1dda117519ff74b5823a7a5f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e04399d1f3b6cedb578394fdc0e1f6eff0111983","subject":"carry(tooling): feat(lastcode): add personal setup bootstrap (#37)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/37"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/645917073a28747e9fa364d70a6164ebde41b48b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"881b1389ec9a40ecb33bad124dfd9cc0a785341f","subject":"carry(tooling): fix(server): lease Darwin server ownership (#57)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/57"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c42208596884dec2678b8afa8918a69ca7fbe6bb"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7c37ac8b5f04d5877b2b83ce18ed95835383f066","subject":"carry(tooling): feat(lastcode): add durable remote update drain state (#60)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/60"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/db6d3b9dedab7df287bc72e9163a0104edd92ec9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6756c86f7e849831224a84e87aa80472baa18b69","subject":"carry(tooling): feat(server): gate work during update drain (#64)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/64"],"Carry-Upstream":[],"Carry-Observation":["Durable update-drain operation, persistence, terminal gating, authorization, and release operations. Evidence: These paths define the drain lifecycle and its durable command/receipt infrastructure rather than Action behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e5f50b65f6785b84d791be4b801292238c3fb8c6"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c7773ff356bf89461e6f0c033e569886ea5d4aff","subject":"carry(tooling): fix(lastcode): deduplicate reconciled contract import","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0ef2a3a47bace8477605aa6d173f6d084ee1d6f3"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ac7512bf821c37a6f6ca3b6de740ecbc5623b43c","subject":"carry(tooling): fix(lastcode): explain checkpoint rebase conflicts (#67)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/67"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d75b690c043c6c841c7051df3b0da7c4d23c979e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7d3d081d457bc09790aca6092c7200be38313c1d","subject":"carry(tooling): fix(lastcode): wait for active checkpoint recovery (#70)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/70"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c7c8339f06ce2193ad05d1fb758f713e9ee46214"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ce1702b0eea10aa20304132a4c92816d74691f02","subject":"carry(tooling): feat(lastcode): update managed server on its configured schedule (#81)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/81"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f13011efa84a50bef50e38758bd60f96b358abee"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"66fc535cbfca92a5cde12d5b205f54e40b656f35","subject":"carry(tooling): feat(lastcode): make worktree cleanup durable (#76)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/76"],"Carry-Upstream":[],"Carry-Observation":["Durable worktree-cleanup state, deletion reactor, VCS retry, command, and contract implementation. Evidence: These hunks define cleanup persistence and recovery behavior independently of its presentation surfaces."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3a9760874b76c1f686e7c3948003fd08bf3016e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e7ff623e4465de97c94bbbae286941f081027992","subject":"carry(tooling): fix(lastcode): describe nested vendor gitlink (#83)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/83"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4a1ef4ba683b76c622ee5971d652fe9520fc1c66"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2ea240ee575d98be7528939eaa0b9d4115e8e392","subject":"carry(tooling): fix(lastcode): repair nightly promotion after replay (#89)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/89"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/47b5a372a0cb0562c1b506f7e1cc649ee2cfc293"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"902cb01a6b890d31c7bceecea8236d8a9ab2fa46","subject":"carry(tooling): feat(lastcode): run managed server headlessly (#90)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/90"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f057bb00849df8a9b6852aee2de2f19a8cb9885b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e2c9440d78272c0f0558a9968a16607e695f4982","subject":"carry(tooling): fix(lastcode): retry headless readiness probes (#94)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/94"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c7dda8c9e52d1f6200f975c6bc2d30859b091899"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"606dd068b5590d3ba4cc3a0ad06906495ecd1cb9","subject":"carry(tooling): fix(lastcode): keep checkpoint migrations replayable (#95)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/95"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint migration replay maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/eb837b1efb24e4022adaaa6e05cfd93b627f201e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e14486d84cdabed1cd738b65289092ac02f0d2ba","subject":"carry(tooling): fix(lastcode): make checkpoint failures self-reporting (#101)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/101"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint failure reporting and service maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0ccb6ec0bd54ebe6c2662458a6ffe9a6acbb457d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a9390bdd0c46b77303d186911883e18f4907bf58","subject":"carry(tooling): fix(lastcode): keep replay fixtures forward-compatible (#105)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/105"],"Carry-Upstream":[],"Carry-Observation":["Replay fixture maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4c07357b47e371a96d6aebb7259a5676753e5be9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7f94d7095969f34a9f09430efd3f7b5664c951e8","subject":"carry(tooling): refactor(lastcode): separate deployment infrastructure (#109)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d2eb3ffbc4698ed0987f3ccedcd78e9f8261094a"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e14c51bd78fbdd94e523273c0480fe92036e9a05","subject":"carry(tooling): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint-service wording and topology-neutral deployment primitives belong to Tooling. Evidence: These hunks describe release orchestration and environment-neutral deployment composition rather than producing or validating an artifact."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4a36a736fb8d32b0b6b468a346ee00d431698d08"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d8778bc51ff8c5101b51af40e8616144157b5cff","subject":"carry(tooling): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4a36a736fb8d32b0b6b468a346ee00d431698d08"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"12a7d260043671fc9ac528416666df531f032046","subject":"carry(tooling): fix(lastcode): silence absent checkpoint service (#118)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/118"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/004722575f86b31c9610514707bf71a27626e719"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4e65508273afbfff6c00907ab23ff0785bcdaa73","subject":"carry(tooling): fix(lastcode): finish checkpoints safely (#119)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/119"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/373878ffad42b4eaae6903ef5c302efe0032217f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6b8e557ee69e4fd32ea25e822da26a658ff63991","subject":"carry(tooling): fix(lastcode): validate checkpoint lint before publish (#120)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint lint gate and service scripts."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"56c3fcd3e0c830571318f2cff320412bb1e5c1a4","subject":"carry(tooling): fix(lastcode): keep checkpoint freshness current (#139)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/139"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/71f4104371ffa557a903a0e791e630da5bf1a297"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cbbd1e7741554a94519815d3b2873cf851decc6e","subject":"carry(tooling): fix(lastcode): keep theme replay smoke compatible (#140)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/140"],"Carry-Upstream":[],"Carry-Observation":["Replay smoke compatibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f2ef9b3c5489413af42d46679315dc95a4a2a9c2"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1f2455eb195c476c9fe0b3c980c739ad4a173f4d","subject":"carry(tooling): fix(lastcode): include remote checkpoint tags in status (#142)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/142"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/233b1ae1ee1212351117f16497d9c86343dbb8ea"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3a59b470e62066043070bd2095b5e3e5c5126b8a","subject":"carry(tooling): feat(lastcode): inventory downstream carry set (#149)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/149"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/278445fada2399bdfc056d35c548e5059f394daa"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5e9232ecae59252a092827138b93cf3fd5bfc442","subject":"carry(tooling): feat(lastcode): add public docs feature registry (#167)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/167"],"Carry-Upstream":[],"Carry-Observation":["LastCode public documentation tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fccaf4ecbf4165cec8947f0b14de41d071ed8851"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f8d8288fe0b407193ef94dca955461b3e016bd23","subject":"carry(tooling): fix(lastcode): skip superseded checkpoint recoveries (#166)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/166"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e727f507b84321e9e35fc815a6aef2e953149172"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2f1c9fb594247ce1b333580d737eccb8a5083717","subject":"carry(tooling): feat(lastcode): add public docs fixtures (#170)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/170"],"Carry-Upstream":[],"Carry-Observation":["Public documentation fixtures."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/be4dfff50979a13be1c2bc1493d392a32de257fa"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2790665ba1e730e0abef2a7e0f996b55f89c9626","subject":"carry(tooling): feat(lastcode): shadow-check checkpoint carry sets (#171)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/171"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c604b14d812a904ba64ce41f6e98c74985cd4e9f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4cfcf67f7f012baf28f7c0fc467c06b94f673b9d","subject":"carry(tooling): fix(lastcode): typecheck checkpoints before publishing (#176)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/176"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint pre-publication typecheck."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/bd13a1ccdb354301654ffd6cf14e8cbcdabfb861"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"66d8c2e79bcc3c27c6231d7febef1d71aeca8994","subject":"carry(tooling): feat(lastcode): reconcile managed project actions (#174)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Project action reconciliation and service orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ffe7eaed597b2ff7065f0f2ee163c516c2cd1c4b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f872def2b0787dc802aa9d1df756d2fbf81cf73a","subject":"carry(tooling): fix(lastcode): keep docs fixture commands live (#177)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/177"],"Carry-Upstream":[],"Carry-Observation":["Documentation fixture command maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9f3924cad6a0c30029a5058dc09745410637b942"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"14d5735b50fe46f4714ac82c4962481442f18dcf","subject":"carry(tooling): feat(lastcode): safeguard persistent threads (#178)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/178"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/94389c9600931744389cd12691e5645831a3a12d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b754de22a3e4e632908a6b98b692e29ed9e8d000","subject":"carry(tooling): fix(server): combine CLI environment test layers","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["CLI test layer maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/781e7c5031e26150eacc5a235e40d6e5ec215233"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a12d0bca5e890283f9728dbc3742598bff69a83d","subject":"carry(tooling): fix(lastcode): reconcile nightly web tests","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Format-only settings cleanup with no Action or sidebar behavior. Evidence: The only useSettings hunk deletes a blank line; it has no feature owner and remains Tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74b09f641067199195272daf129b4c3dd5196a15"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"893f21c6107fd699676c04e7854aae856995ac00","subject":"carry(tooling): fix(lastcode): reconcile nightly 1253 integrations","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly integration repair spans updater and service tests."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/dc4f6dec7a783c9531aaeeb6270ecc85e5bec799"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2e23ea9eacd7e6ffef32eb78d894be924e13bb10","subject":"carry(tooling): fix(lastcode): reconcile nightly 1256 integrations","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Mixed nightly reconciliation repairs with no shared product owner. Evidence: The remaining hunks remove an obsolete model seed and renumber a migration fixture."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2f8418eb9c9b87164768bff5f2f0bf1e0ec886e6"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"76acc15a59587f1e81bcb94b610062e82b35a10a","subject":"carry(tooling): fix(lastcode): reconstruct renamed carry-set paths","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Carry-set reconstruction tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/eb2b9fbc698775b92471d6c7c7b2d92c7474832e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9d29c2bf71f2dd8f8ed3cfef3f313065e8f50e51","subject":"carry(tooling): fix(lastcode): reconcile nightly 1262 integrations","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly integration migration and UI repair."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/646f1b96e0844e7f29232ef1fa753b9bd6288868"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0304b910fa7dc1c592588caf8bf46cd1a3e38c39","subject":"carry(tooling): fix(lastcode): clean replay migration fixtures","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Replay migration fixture cleanup."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/204da32488b3eb4dcc6615b20a0d0619085e2ba0"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"8c626ffd49b0f7d196c73e2dea314c9781242a8c","subject":"carry(tooling): fix(lastcode): align checkpoint smoke with replayed tree","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint smoke and managed checkout maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2b18f50d5d320f3888db1d72312dbc2cd7f13c1e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c542e5f49fe343749dabe96884fef9b2fa038812","subject":"carry(tooling): fix(lastcode): reconcile nightly typechecks","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Server test-harness repair. Evidence: The remaining server hunk extracts a shared test layer and has no feature owner."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74680f64e7e90d3007d1e5e77852980a52acc91b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e03889de8306df08ba2f5b38eb3df8707c17ace0","subject":"carry(tooling): fix(lastcode): reconcile nightly formatting","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly formatting repair in a server test."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/30d2513b98114564bf62a25d026cdcf71d234b33"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"60386b06fe16f34248f8ad2ad38cf02d2a7d6e76","subject":"carry(tooling): fix(web): update file save test import after nightly rebase","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly test import repair."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0c10ddd13e4470e1e96d8fe35c9de1a217b2d074"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3c862d17bd3d10313a2de7380576e754c474daff","subject":"carry(tooling): fix(lastcode): resume maintenance waits without agent polling (#194)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/194"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/77a8cdc5eed130628418671f7ba361b6fa4fb87b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e03effd20aa55a5e4a3b9a8922f98c69ffc3ae13","subject":"carry(tooling): fix(lastcode): recover revision provenance across nightlies (#195)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/195"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint revision provenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/13a66dfe35f8e80ff96de2aae21a80e35eaf4067"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1b1c0dda9eab6a808fb493d3176946e91eb5fbdb","subject":"carry(tooling): feat(lastcode): resume threads after local package builds (#197)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/197"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f7348c54703d8e107ecdf693b477c923cb7f137f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e4f4d7a22811faf04abb40f21955f31117d31a21","subject":"carry(tooling): fix(server): align nightly import tests with LastCode services","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly import test compatibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/5d76ad48ac5b06a56af25f993348ed39371e870d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b2ab02a7e9860ba04328ca98a7ad9d9fabf9f451","subject":"carry(tooling): feat(lastcode): resume repaired nightly checkpoints (#201)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/201"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2f90115b9bda253c98d7d5db6abedc41ff046559"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c2d90798c8b1179f7daaa184cc276db81a0a2aab","subject":"carry(tooling): compile surviving shared release guidance","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Synthetic bootstrap-only shared-guide slice; docs/lastcode/nightly-workflow.md: 396 surviving lines; docs/lastcode/release.md: 152 surviving lines."],"Carry-Evidence":["4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03; frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"47a8148197545734eb9ce985065a4b4151455b6c","subject":"carry(tooling): retire obsolete checkpoint alerts after recovery","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/208"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint supervision retires queued alerts after a successful recovery, preserves uncertain delivery recipients, and keeps failed-run retries. The operating guidance and focused supervisor coverage belong with the checkpoint tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69 (v0.0.39-nightly.20260905.1290); historical source 42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e25abe7f1beb29ab2e4b68d74a55e9ec7bec29de","subject":"feat(lastcode): implement compact carry replay foundation","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Implements replay and source retention; bootstrap activation and full production lifecycle proof remain outstanding."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ddad73b14eba13523b333f0b1567192c5143846d","subject":"fix(lastcode): preserve historical carry bootstrap","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Synthetic lifecycle coverage now preserves a latest historical checkpoint baseline and its represented main tail; live production acceptance remains separate."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0c128b3d754fb2cd7abf06cc35c0d71e9df05667","subject":"feat(lastcode): validate carry ownership in CI","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":[],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9bc9ac33f22187d525aafc34250c288eb6a375ad","subject":"fix(lastcode): isolate carry replay from rerere locks","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Automatic rebase does not inherit rerere writes; retained conflicts remain available for explicit recovery."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7094216b3ef1b000a1f06306ecde6d2ddcf29da2","subject":"feat(lastcode): activate six-group carry replay from verified revision","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["The bootstrap preserves the complete immutable 1290.1 tree while separating six ordered owners and retaining descriptive fix evidence. Historical replay remains an explicit rollout escape hatch until the full production lifecycle is proven."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/releases/tag/lastcode%2Frevision%2Fv0.0.39-nightly.20260905.1290.1"],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"40c21e575aaa6247a09750213f26a116eb937222","subject":"fix(lastcode): retain prepared compact provenance","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Prepared compact bootstraps preserve validated nested contribution metadata when recompiled."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"829a014771eb0745acb093605e72839aaa3edd7c","subject":"fix(lastcode): fetch carry activation refs for checkpoints","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Carry activation and later checkpoint runs require remote-only retained source commits and the immutable prepared bootstrap partition."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts remote-only carry ref lifecycle"],"Carry-Applies-To":["carry replay checkpoint activation"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"13948c94f34663ac146e49a9990f0d6d406733b2","subject":"test(lastcode): keep carry collision fixture on source branch","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["The checkpoint lifecycle fixture must run from its LastCode source branch so remote bootstrap fetching does not read the repository's production manifest."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts full three-test lifecycle"],"Carry-Applies-To":["carry replay checkpoint activation"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"00148cefac51ffa1d8f73961b327bab2a39fecc2","subject":"test(lastcode): isolate historical rename fixture configuration","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Historical reconstruction coverage uses its own manifest so production carry activation cannot change the fixture mode."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"47b28d233b70fb902548ac831c692f9e47b2647e","subject":"fix(lastcode): validate advanced carry squash bases","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["A carry squash may follow a base advance only when Git reconstructs its exact tree from the reviewed base, advanced parent, and immutable source head."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ea133798d8701e48fe40742884ae7f3368709d08","subject":"test(lastcode): make carry lifecycle fixtures self-contained","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["The checkpoint lifecycle fixture belongs to Tooling and must run from GitHub Actions partial checkouts without lazy object fetching."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts full three-case lifecycle with GIT_NO_LAZY_FETCH=1"],"Carry-Applies-To":["carry replay checkpoint lifecycle validation"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f66ba6040c860449493330dc649a0c1bdd3d409c","subject":"fix(lastcode): honor rollback and retain bootstrap failures","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Explicit historical rollback must publish its mode and reason, while carry bootstrap failures must either clean proven-retryable publication state or retain an identified recovery branch."],"Carry-Evidence":["scripts/lastcode-checkpoint.test.ts and scripts/lastcode-checkpoint-lifecycle.test.ts"],"Carry-Applies-To":["carry replay checkpoint revisions and initial bootstrap publication"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"32bb0d34f0bc76ff3a8661cab82433e68fc95529","subject":"fix(lastcode): record failed bootstrap cleanup","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Failed bootstrap cleanup must still leave an actionable recovery record, and explicit historical rollback must publish its requested metadata."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts"],"Carry-Applies-To":["initial carry bootstrap failure handling and same-source historical rollback"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6836d255ba8470c6f92f39709aad90d6e3824ee8","subject":"fix(lastcode): retain same-file historical repairs","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Historical replacement candidates must match Git’s exact merge of the previous checkpoint and current source, including separate hunks in shared files."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"966e11dee89d86711624a5944744076d9f301fc6","subject":"fix(lastcode): keep recovery previews read-only","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Previewing a retained recovery must not complete its plan, rebase its branch, update refs, or record a selection."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts"],"Carry-Applies-To":["dry-run recovery selection for persisted carry replay plans"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cc9ef26673897297a6cc599eedce5526cf9c814e","subject":"fix(lastcode): validate shadow checks by published replay mode","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Immutable tag metadata selects historical reconstruction or compact validation independently of the current carry configuration; legacy tags retain historical validation."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
lastobelus pushed a commit that referenced this pull request Sep 7, 2026
Carry-Group: resumable-actions
Carry-Contribution: {"sourceCommit":"2ea5004ffc2c1c86f72b05bd0e0afe10473a079d","subject":"carry(resumable-actions): feat(lastcode): resume agents after opted-in Actions (#28)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/28"],"Carry-Upstream":[],"Carry-Observation":["Essential Action lifecycle, contracts, MCP exposure, terminal management, and Action-specific UI/tests. Evidence: PR #28's remaining paths define actionResume state, toolkit handlers, orchestration receipts, and the primary chat/desktop flows."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a4224354633307a3c934f4e6d6b90f602985a47a"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c93db5fea6fb096beb97ac88ef2231c744a34dcc","subject":"carry(resumable-actions): feat(lastcode): add mobile Action resume controls (#29)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/29"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/055e31288ef5b2a5e503365f7496f2854f140d51"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4bbc802a08bed5555478db0cf3361e02fa2da5ef","subject":"carry(resumable-actions): feat(lastcode): improve Action Resume feedback (#34)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/34"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/b2d9fef1dedd24ee00acac920ef0ded9e146c44f"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"267e00a29e4eb3e0720a400a9706e97b43910d0b","subject":"carry(resumable-actions): fix(lastcode): keep settled Actions settled on restart (#36)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/36"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/224ce7f9f1e169b67f5a7a1fd26bbdef6674b0d4"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"13284645ac5082204471fb92f9f5b488adf6b238","subject":"carry(resumable-actions): fix(lastcode): restore main test expectations (#62)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/62"],"Carry-Upstream":[],"Carry-Observation":["Action working-row expectation repair. Evidence: The changed assertion adds showThinking to the Action working timeline row."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/84bb0cf98183e41e28897d9636c3296ac2c371d8"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0170e307d1e03e6d78b4af3be9877cc614ccf3f8","subject":"carry(resumable-actions): feat(server): gate work during update drain (#64)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/64"],"Carry-Upstream":[],"Carry-Observation":["Action launch, follow-up delivery, server wiring, MCP, and RPC admission behavior. Evidence: These hunks call UpdateDrainAdmission only at Action entry points and widen the Action resume RPC result contract."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e5f50b65f6785b84d791be4b801292238c3fb8c6"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"dbc05b65fa11cf95ee04e1b5899d9f26373fbaef","subject":"carry(resumable-actions): feat(lastcode): support Action Resume with Claude (#71)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/71"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/bd1874a02456faea7b7be0e606f5452753379b52"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"043c9b507b011d2d361ad1e44c5c4bd76bcb2146","subject":"carry(resumable-actions): feat(lastcode): wait for PR gates in an Action (#88)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/88"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ff11d413898973608e793c78a65d44788cffbb87"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"57334f471d289ef11bcc239d5f6cef6042b265f2","subject":"carry(resumable-actions): feat(lastcode): add resumable full CI action (#92)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/92"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6677c6b83d7979e194a907b769dc76c033285271"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0c9dc3b7af210743d7dcc80a5544c3087292f452","subject":"carry(resumable-actions): fix(web): keep resumable actions visible while working (#98)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/98"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action lifecycle, mobile status presentation, composer controls, contracts, and feature-specific guidance. Evidence: The remaining hunks preserve Action visibility across primary chat and mobile surfaces and extend the Action resume contract."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a328a6c695f63290dd521e202988b6364be41c31"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"61c5a014a1b04d313c2bc78521ea20fd366ead22","subject":"carry(resumable-actions): feat(lastcode): prove hosted CI waiting (#104)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/104"],"Carry-Upstream":[],"Carry-Observation":["Resumable Wait for PR Action behavior and feature-specific coverage. Evidence: The remaining two files implement and test the Action's bounded wait and resume lifecycle."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ced536d7d370ffa8b58ca94faa1b48b1f4594a88"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f7047ab45fd412d746652ff3d8b3961c4a7fcbfc","subject":"carry(resumable-actions): feat(lastcode): collapse resumable action output (#97)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/97"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/88359a7774e46a3248da6e8c664385a3f6589235"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1ad20cba08b144a5cafe19940d946f5df282ad81","subject":"carry(resumable-actions): feat(lastcode): add resumable Intel builds (#106)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/106"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/69ce9ed094c26d8816ee4da744eef4c75cb905c2"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f79842197279b2d21239bfd7ea10b008f056a69d","subject":"carry(resumable-actions): feat(lastcode): resume after quick ci (#110)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/110"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2a8cf9d0504eaf582214240614ae5747a12a799c"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f94bd2577b8b8c471d10e4947d364c245f9145d8","subject":"carry(resumable-actions): feat(lastcode): make GitHub CI merge authority (#111)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/111"],"Carry-Upstream":[],"Carry-Observation":["Wait for PR Action integration and the agent workflow that launches it. Evidence: The remaining hunks update Action-specific skills, fold CI waiting into the resumable waiter, and remove the obsolete separate Action declaration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9be141a93a19c977ed82b983ebf586ebb781a53d"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"581827f0562bd74a6ac2d894621aa150abf436a3","subject":"carry(resumable-actions): fix(web): match action eyebrow backgrounds (#117)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/117"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e0784d27a517a589e0f15da993a2eedcbdbd7cb3"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9d02f6da04a98530ac966827586dda50e8068a00","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Adaptive Action card and waiting-indicator colours follow Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ec9f0e1ff31bef3cc7b5b77434603cc1be3056aa","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Adaptive Action card and waiting-indicator colour declarations follow Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"863ea34a2272b291aa9aa2b698fb8ed6c3d94bab","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["The waiting status colour conversion follows Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"27f5a9d44985272fedf8912f842a61cd872d3fd3","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Action notice, result card, and waiting indicator adaptive-colour conversions follow Resumable Actions. Evidence: These hunks only change mobile Resumable Action presentation tokens."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c3cf012d35a8758898eb5db6a5e9a5b403b01c76","subject":"carry(resumable-actions): docs(lastcode): guide agents through resumable actions (#143)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/143"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f52eb471cd9b29fbc23839c5356fb7684407dc1f"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a27e0499c6119df2a971ef3959a504ded2e366b8","subject":"carry(resumable-actions): feat(lastcode): standardize resumable Action reporting (#168)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/168"],"Carry-Upstream":[],"Carry-Observation":["Structured Action progress/result contracts, persistence, Action toolkit integration, primary timeline/composer/mobile UI, and their feature coverage. Evidence: PR #168's remaining paths add actionResume protocol types, reporting persistence, Action commands, and the primary cross-surface reporting UI."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fca3acbc0926c1f1e2663176c6d6f99d22789a90"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"984e7f84068dc5f54a71aded060da64d36ca494d","subject":"carry(resumable-actions): fix(mobile): restore Action resume notice import","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Restores mobile Action Resume notice."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3cf46aef0180717934049f7d172428d59db8572e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ccbfaa63f96f7a833c19bcbed91f8a923757227a","subject":"carry(resumable-actions): feat(lastcode): reconcile managed project actions (#174)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Stable IDs on resumable Project Actions belong with the Action feature configuration. Evidence: PR #174's only t3.json hunks annotate Wait for PR, Quick CI, and Intel package Actions. Tooling owns reconciliation of a checked-in action source, but does not own the Action definitions themselves."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ffe7eaed597b2ff7065f0f2ee163c516c2cd1c4b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1712390f23441b43ec39ed1b73c229310e31c095","subject":"carry(resumable-actions): test(lastcode): enforce Action reporting coverage (#179)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/179"],"Carry-Upstream":[],"Carry-Observation":["Action reporting test coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/17d3b856cc51b71d04a4bcf5a0d524ef77ec4073"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"31540ddddf8472fe3581b83c07d90fe4ba2a62ff","subject":"carry(resumable-actions): feat(lastcode): integrate resumable actions with composer stack (#180)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/180"],"Carry-Upstream":[],"Carry-Observation":["Running Action composer-banner integration belongs to Resumable Actions. Evidence: These hunks move the running Action controls into ComposerBannerStack and remove the superseded direct composer props."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9a2fc4d9716475a574aa9bf8eec79bced3e457bd"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2026659568d37cb8138c764c4d740e6ce4253223","subject":"carry(resumable-actions): feat(lastcode): integrate resumable actions with composer stack (#180)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/180"],"Carry-Upstream":[],"Carry-Observation":["Resumable Actions composer integration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9a2fc4d9716475a574aa9bf8eec79bced3e457bd"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"de198bee7b2c0caf9d1bb7d5b8ae24b7c4670f7b","subject":"carry(resumable-actions): test(web): match split active status rows","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Active status row behavior supports action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6eb82cfa26f3ceff4640992f80c327f2d17bce90"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f1b9a2ce9b9fde749f042a69f593357b1da4b808","subject":"carry(resumable-actions): fix(lastcode): reconcile nightly web tests","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Feature-specific Action timeline expectation repair. Evidence: The changed expected row ID is live-activity-row, the Action activity representation introduced by the feature."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74b09f641067199195272daf129b4c3dd5196a15"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"82043093f6c9adcfb3f62204715d669ddc01b94e","subject":"carry(resumable-actions): fix(lastcode): reconcile nightly 1253 integrations","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Removing the Action wait-stream subscription belongs to Resumable Actions. Evidence: PR #175's only hunk in this path removes subscribeDomainEvents, the event subscription used by the resumable turn-request wait contract; the remaining nightly-service repairs remain Tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/dc4f6dec7a783c9531aaeeb6270ecc85e5bec799"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"60358f099824003fc9070b3fe2adb54d75047763","subject":"carry(resumable-actions): fix(lastcode): align checkpoint smoke with replayed tree","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Composer attachment styling follows Resumable Actions. Evidence: The formatting-only hunk changes the Action eyebrow/glass selector introduced by PR #117; it has no checkpoint behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2b18f50d5d320f3888db1d72312dbc2cd7f13c1e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"19d645b83162682ebea2b65d572b5db8f7ca41b2","subject":"carry(resumable-actions): fix(lastcode): resume maintenance waits without agent polling (#194)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/194"],"Carry-Upstream":[],"Carry-Observation":["Wait-for-checkpoint Action and resumable maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/77a8cdc5eed130628418671f7ba361b6fa4fb87b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1a2f647a4250b34cbb5ae80f42956a7ea7c88574","subject":"carry(resumable-actions): feat(lastcode): resume threads after local package builds (#197)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/197"],"Carry-Upstream":[],"Carry-Observation":["The resumable Build Local Package Action declaration and agent handoff contract belong to Resumable Actions. Evidence: These hunks add the stable Action ID and continuation guidance; the package builder, updater integration, and release guide remain BuildCI."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f7348c54703d8e107ecdf693b477c923cb7f137f"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cb5c89e2f815d6018498283026d86f7e820db2ca","subject":"carry(resumable-actions): feat(lastcode): resume repaired nightly checkpoints (#201)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/201"],"Carry-Upstream":[],"Carry-Observation":["Resumable repaired checkpoint Action."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2f90115b9bda253c98d7d5db6abedc41ff046559"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cbc129407d690cddf07b8cddc3b1f127414f61f7","subject":"carry(resumable-actions): compile surviving shared release guidance","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Synthetic bootstrap-only shared-guide slice; docs/lastcode/nightly-workflow.md: 0 surviving lines; docs/lastcode/release.md: 112 surviving lines."],"Carry-Evidence":["4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b; frozen source 4156900"],"Carry-Supersedes":[]}}
lastobelus pushed a commit that referenced this pull request Sep 7, 2026
Carry-Group: tooling
Carry-Contribution: {"sourceCommit":"08f6973dfdca692a18c2f34d6c040c31f3b097c1","subject":"carry(tooling): document fork evaluation conventions","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/b395cfc734c2e505f7b7e23fefd005a3d530ad9b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b50ef10425fee54a114f76388abd20de13cd4c75","subject":"carry(tooling): Add LastCode nightly sync and local release tooling","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly-sync command registration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d78a739bb68a81d66b2d5cd6e19e6282e4dcb422"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"32526962a05a7c84266a425a58f50abbbdb0d9a9","subject":"carry(tooling): Add LastCode nightly sync and local release tooling","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly source-tracking guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d78a739bb68a81d66b2d5cd6e19e6282e4dcb422"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9f4e928c74e765680867215d37880791e28fe544","subject":"carry(tooling): Add LastCode nightly sync and local release tooling","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d78a739bb68a81d66b2d5cd6e19e6282e4dcb422"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e7e7e51204f1a6120693f3115a8348be21a823ca","subject":"carry(tooling): Add LastCode plan and PR review skills","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/8a60d13faa5b87ff669b426361990ee0b4ccf6b3"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d71838a6f8507c044e35b2aa83c2af11d5cf6a23","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, checkpoint-service, and merge command registration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"46649b79c975002925af314dd71dc022922e1ca1","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint creation, recovery, promotion, and service-operation guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"994c7d784ed6316d969f792292ef8e0e51468fca","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Nightly-tracking reference, runtime identity, and local orchestration guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"da34807d9c3948790a0b7956f46c662e2de5351d","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"de8b3f09a005cb7b0a9265eace5e42ceee35317c","subject":"carry(tooling): fix(release): create checkpoint worktree branch (#2)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/2"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/bf49a89a847ba495076c71c395194bdc342279a8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5e790ea3e0beffbb6813f9fab23b278d5abf755b","subject":"carry(tooling): fix(release): isolate checkpoint smoke runner (#3)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/3"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/40c613b75193dfaeab3e8d25107f08a35f17d9a4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"946269e9b272c1d7cfde43fb3bd2d49fe0708c0d","subject":"carry(tooling): fix(release): provision nightly service worktree (#4)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/4"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/217560dd91515ed8f00720a7df9507a71071e9ac"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"15944f05e40b95f9763b033563a13ddf3f001194","subject":"carry(tooling): fix(release): bootstrap checkpoint dependencies locally (#5)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/5"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/407dee55370022a5647ae404207b2d22dbc51c59"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7285083370982ecabb3dadc688b205569977eae1","subject":"carry(tooling): feat(release): add checkpoint dashboard (#6)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/6"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/7d3cf7397aa321b0c591c3afbb2d3a32b0327aab"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7e4df1e28077022a4aacb11e65cec661b4615435","subject":"carry(tooling): fix(release): avoid duplicate checkpoint tag CI (#8)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/8"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fecef09c3975834160640d7891da0d3cb0ea6d1e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0bafcf129154615b8020d5150e365e7e700550f0","subject":"carry(tooling): fix(release): retry published checkpoint promotion (#9)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/9"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/119973cf3bbd064d25fc8545c31d601c3273d8bf"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e5209a2a0258a77b57b4c8bd8c677b1fa817541f","subject":"carry(tooling): docs(lastcode): define contribution workstreams (#10)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/10"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/dcb4379d7e822e0fee18cc054f7b108ea4192511"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"abbd722e028917d51ae0ce025c5e63e80820b087","subject":"carry(tooling): fix(lastcode): stabilize local nightly updates (#14)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint recovery, promotion, service, and dashboard-operation guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/5c99904dadcdd1cf44f3bae80c081f50c4c77abe"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ad1cf74a6b4ae27427a2a0740f62415c362a204f","subject":"carry(tooling): fix(lastcode): stabilize local nightly updates (#14)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/5c99904dadcdd1cf44f3bae80c081f50c4c77abe"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"acaeacdd84f1e85ca5e08c43573b8513856a2466","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision creation, recovery, references, and checkpoint promotion belong to Tooling. Evidence: These hunks extend checkpoint orchestration from checkpoint-only state to ordered revisions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e72738d6d80d3578e1baf1edfffc3d023af6e115","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["The merge handoff's checkpoint-daemon request remains Tooling. Evidence: Only this hunk asks the daemon to publish a revision after a completed merge."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9858423e46459caa51600182b6d90ebcb7cb76b6","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision lifecycle framing belongs to Tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9f2e790938a48588cfe000d377931b617b25f128","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f4f6033cc2730068b3e4246098364e6f8ce1c315","subject":"carry(tooling): fix(lastcode): validate daemon pushes before connecting (#17)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/17"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a75a3295fb10fd6733a65e4292667b668da1b4a9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"173e9186a55db6bbbb6510d72dc54bbf0aca5bae","subject":"carry(tooling): feat(lastcode): show local nightly build activity (#25)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/25"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c4c8e9a395c16f58ec8a148149d3e54cb121f7fe"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e2e61a08194fec95b45e57792652f081595bfc48","subject":"carry(tooling): feat(lastcode): add upstream PR import skill (#27)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/27"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/730e934971fee80c1dda117519ff74b5823a7a5f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e04399d1f3b6cedb578394fdc0e1f6eff0111983","subject":"carry(tooling): feat(lastcode): add personal setup bootstrap (#37)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/37"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/645917073a28747e9fa364d70a6164ebde41b48b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"881b1389ec9a40ecb33bad124dfd9cc0a785341f","subject":"carry(tooling): fix(server): lease Darwin server ownership (#57)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/57"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c42208596884dec2678b8afa8918a69ca7fbe6bb"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7c37ac8b5f04d5877b2b83ce18ed95835383f066","subject":"carry(tooling): feat(lastcode): add durable remote update drain state (#60)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/60"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/db6d3b9dedab7df287bc72e9163a0104edd92ec9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6756c86f7e849831224a84e87aa80472baa18b69","subject":"carry(tooling): feat(server): gate work during update drain (#64)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/64"],"Carry-Upstream":[],"Carry-Observation":["Durable update-drain operation, persistence, terminal gating, authorization, and release operations. Evidence: These paths define the drain lifecycle and its durable command/receipt infrastructure rather than Action behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e5f50b65f6785b84d791be4b801292238c3fb8c6"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c7773ff356bf89461e6f0c033e569886ea5d4aff","subject":"carry(tooling): fix(lastcode): deduplicate reconciled contract import","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0ef2a3a47bace8477605aa6d173f6d084ee1d6f3"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ac7512bf821c37a6f6ca3b6de740ecbc5623b43c","subject":"carry(tooling): fix(lastcode): explain checkpoint rebase conflicts (#67)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/67"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d75b690c043c6c841c7051df3b0da7c4d23c979e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7d3d081d457bc09790aca6092c7200be38313c1d","subject":"carry(tooling): fix(lastcode): wait for active checkpoint recovery (#70)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/70"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c7c8339f06ce2193ad05d1fb758f713e9ee46214"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ce1702b0eea10aa20304132a4c92816d74691f02","subject":"carry(tooling): feat(lastcode): update managed server on its configured schedule (#81)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/81"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f13011efa84a50bef50e38758bd60f96b358abee"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"66fc535cbfca92a5cde12d5b205f54e40b656f35","subject":"carry(tooling): feat(lastcode): make worktree cleanup durable (#76)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/76"],"Carry-Upstream":[],"Carry-Observation":["Durable worktree-cleanup state, deletion reactor, VCS retry, command, and contract implementation. Evidence: These hunks define cleanup persistence and recovery behavior independently of its presentation surfaces."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3a9760874b76c1f686e7c3948003fd08bf3016e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e7ff623e4465de97c94bbbae286941f081027992","subject":"carry(tooling): fix(lastcode): describe nested vendor gitlink (#83)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/83"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4a1ef4ba683b76c622ee5971d652fe9520fc1c66"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2ea240ee575d98be7528939eaa0b9d4115e8e392","subject":"carry(tooling): fix(lastcode): repair nightly promotion after replay (#89)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/89"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/47b5a372a0cb0562c1b506f7e1cc649ee2cfc293"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"902cb01a6b890d31c7bceecea8236d8a9ab2fa46","subject":"carry(tooling): feat(lastcode): run managed server headlessly (#90)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/90"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f057bb00849df8a9b6852aee2de2f19a8cb9885b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e2c9440d78272c0f0558a9968a16607e695f4982","subject":"carry(tooling): fix(lastcode): retry headless readiness probes (#94)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/94"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c7dda8c9e52d1f6200f975c6bc2d30859b091899"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"606dd068b5590d3ba4cc3a0ad06906495ecd1cb9","subject":"carry(tooling): fix(lastcode): keep checkpoint migrations replayable (#95)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/95"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint migration replay maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/eb837b1efb24e4022adaaa6e05cfd93b627f201e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e14486d84cdabed1cd738b65289092ac02f0d2ba","subject":"carry(tooling): fix(lastcode): make checkpoint failures self-reporting (#101)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/101"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint failure reporting and service maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0ccb6ec0bd54ebe6c2662458a6ffe9a6acbb457d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a9390bdd0c46b77303d186911883e18f4907bf58","subject":"carry(tooling): fix(lastcode): keep replay fixtures forward-compatible (#105)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/105"],"Carry-Upstream":[],"Carry-Observation":["Replay fixture maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4c07357b47e371a96d6aebb7259a5676753e5be9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7f94d7095969f34a9f09430efd3f7b5664c951e8","subject":"carry(tooling): refactor(lastcode): separate deployment infrastructure (#109)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d2eb3ffbc4698ed0987f3ccedcd78e9f8261094a"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e14c51bd78fbdd94e523273c0480fe92036e9a05","subject":"carry(tooling): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint-service wording and topology-neutral deployment primitives belong to Tooling. Evidence: These hunks describe release orchestration and environment-neutral deployment composition rather than producing or validating an artifact."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4a36a736fb8d32b0b6b468a346ee00d431698d08"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d8778bc51ff8c5101b51af40e8616144157b5cff","subject":"carry(tooling): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4a36a736fb8d32b0b6b468a346ee00d431698d08"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"12a7d260043671fc9ac528416666df531f032046","subject":"carry(tooling): fix(lastcode): silence absent checkpoint service (#118)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/118"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/004722575f86b31c9610514707bf71a27626e719"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4e65508273afbfff6c00907ab23ff0785bcdaa73","subject":"carry(tooling): fix(lastcode): finish checkpoints safely (#119)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/119"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/373878ffad42b4eaae6903ef5c302efe0032217f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6b8e557ee69e4fd32ea25e822da26a658ff63991","subject":"carry(tooling): fix(lastcode): validate checkpoint lint before publish (#120)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint lint gate and service scripts."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"56c3fcd3e0c830571318f2cff320412bb1e5c1a4","subject":"carry(tooling): fix(lastcode): keep checkpoint freshness current (#139)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/139"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/71f4104371ffa557a903a0e791e630da5bf1a297"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cbbd1e7741554a94519815d3b2873cf851decc6e","subject":"carry(tooling): fix(lastcode): keep theme replay smoke compatible (#140)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/140"],"Carry-Upstream":[],"Carry-Observation":["Replay smoke compatibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f2ef9b3c5489413af42d46679315dc95a4a2a9c2"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1f2455eb195c476c9fe0b3c980c739ad4a173f4d","subject":"carry(tooling): fix(lastcode): include remote checkpoint tags in status (#142)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/142"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/233b1ae1ee1212351117f16497d9c86343dbb8ea"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3a59b470e62066043070bd2095b5e3e5c5126b8a","subject":"carry(tooling): feat(lastcode): inventory downstream carry set (#149)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/149"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/278445fada2399bdfc056d35c548e5059f394daa"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5e9232ecae59252a092827138b93cf3fd5bfc442","subject":"carry(tooling): feat(lastcode): add public docs feature registry (#167)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/167"],"Carry-Upstream":[],"Carry-Observation":["LastCode public documentation tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fccaf4ecbf4165cec8947f0b14de41d071ed8851"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f8d8288fe0b407193ef94dca955461b3e016bd23","subject":"carry(tooling): fix(lastcode): skip superseded checkpoint recoveries (#166)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/166"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e727f507b84321e9e35fc815a6aef2e953149172"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2f1c9fb594247ce1b333580d737eccb8a5083717","subject":"carry(tooling): feat(lastcode): add public docs fixtures (#170)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/170"],"Carry-Upstream":[],"Carry-Observation":["Public documentation fixtures."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/be4dfff50979a13be1c2bc1493d392a32de257fa"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2790665ba1e730e0abef2a7e0f996b55f89c9626","subject":"carry(tooling): feat(lastcode): shadow-check checkpoint carry sets (#171)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/171"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c604b14d812a904ba64ce41f6e98c74985cd4e9f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4cfcf67f7f012baf28f7c0fc467c06b94f673b9d","subject":"carry(tooling): fix(lastcode): typecheck checkpoints before publishing (#176)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/176"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint pre-publication typecheck."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/bd13a1ccdb354301654ffd6cf14e8cbcdabfb861"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"66d8c2e79bcc3c27c6231d7febef1d71aeca8994","subject":"carry(tooling): feat(lastcode): reconcile managed project actions (#174)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Project action reconciliation and service orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ffe7eaed597b2ff7065f0f2ee163c516c2cd1c4b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f872def2b0787dc802aa9d1df756d2fbf81cf73a","subject":"carry(tooling): fix(lastcode): keep docs fixture commands live (#177)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/177"],"Carry-Upstream":[],"Carry-Observation":["Documentation fixture command maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9f3924cad6a0c30029a5058dc09745410637b942"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"14d5735b50fe46f4714ac82c4962481442f18dcf","subject":"carry(tooling): feat(lastcode): safeguard persistent threads (#178)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/178"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/94389c9600931744389cd12691e5645831a3a12d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b754de22a3e4e632908a6b98b692e29ed9e8d000","subject":"carry(tooling): fix(server): combine CLI environment test layers","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["CLI test layer maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/781e7c5031e26150eacc5a235e40d6e5ec215233"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a12d0bca5e890283f9728dbc3742598bff69a83d","subject":"carry(tooling): fix(lastcode): reconcile nightly web tests","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Format-only settings cleanup with no Action or sidebar behavior. Evidence: The only useSettings hunk deletes a blank line; it has no feature owner and remains Tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74b09f641067199195272daf129b4c3dd5196a15"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"893f21c6107fd699676c04e7854aae856995ac00","subject":"carry(tooling): fix(lastcode): reconcile nightly 1253 integrations","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly integration repair spans updater and service tests."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/dc4f6dec7a783c9531aaeeb6270ecc85e5bec799"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2e23ea9eacd7e6ffef32eb78d894be924e13bb10","subject":"carry(tooling): fix(lastcode): reconcile nightly 1256 integrations","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Mixed nightly reconciliation repairs with no shared product owner. Evidence: The remaining hunks remove an obsolete model seed and renumber a migration fixture."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2f8418eb9c9b87164768bff5f2f0bf1e0ec886e6"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"76acc15a59587f1e81bcb94b610062e82b35a10a","subject":"carry(tooling): fix(lastcode): reconstruct renamed carry-set paths","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Carry-set reconstruction tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/eb2b9fbc698775b92471d6c7c7b2d92c7474832e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9d29c2bf71f2dd8f8ed3cfef3f313065e8f50e51","subject":"carry(tooling): fix(lastcode): reconcile nightly 1262 integrations","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly integration migration and UI repair."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/646f1b96e0844e7f29232ef1fa753b9bd6288868"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0304b910fa7dc1c592588caf8bf46cd1a3e38c39","subject":"carry(tooling): fix(lastcode): clean replay migration fixtures","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Replay migration fixture cleanup."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/204da32488b3eb4dcc6615b20a0d0619085e2ba0"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"8c626ffd49b0f7d196c73e2dea314c9781242a8c","subject":"carry(tooling): fix(lastcode): align checkpoint smoke with replayed tree","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint smoke and managed checkout maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2b18f50d5d320f3888db1d72312dbc2cd7f13c1e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c542e5f49fe343749dabe96884fef9b2fa038812","subject":"carry(tooling): fix(lastcode): reconcile nightly typechecks","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Server test-harness repair. Evidence: The remaining server hunk extracts a shared test layer and has no feature owner."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74680f64e7e90d3007d1e5e77852980a52acc91b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e03889de8306df08ba2f5b38eb3df8707c17ace0","subject":"carry(tooling): fix(lastcode): reconcile nightly formatting","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly formatting repair in a server test."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/30d2513b98114564bf62a25d026cdcf71d234b33"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"60386b06fe16f34248f8ad2ad38cf02d2a7d6e76","subject":"carry(tooling): fix(web): update file save test import after nightly rebase","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly test import repair."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0c10ddd13e4470e1e96d8fe35c9de1a217b2d074"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3c862d17bd3d10313a2de7380576e754c474daff","subject":"carry(tooling): fix(lastcode): resume maintenance waits without agent polling (#194)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/194"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/77a8cdc5eed130628418671f7ba361b6fa4fb87b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e03effd20aa55a5e4a3b9a8922f98c69ffc3ae13","subject":"carry(tooling): fix(lastcode): recover revision provenance across nightlies (#195)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/195"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint revision provenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/13a66dfe35f8e80ff96de2aae21a80e35eaf4067"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1b1c0dda9eab6a808fb493d3176946e91eb5fbdb","subject":"carry(tooling): feat(lastcode): resume threads after local package builds (#197)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/197"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f7348c54703d8e107ecdf693b477c923cb7f137f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e4f4d7a22811faf04abb40f21955f31117d31a21","subject":"carry(tooling): fix(server): align nightly import tests with LastCode services","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly import test compatibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/5d76ad48ac5b06a56af25f993348ed39371e870d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b2ab02a7e9860ba04328ca98a7ad9d9fabf9f451","subject":"carry(tooling): feat(lastcode): resume repaired nightly checkpoints (#201)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/201"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2f90115b9bda253c98d7d5db6abedc41ff046559"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c2d90798c8b1179f7daaa184cc276db81a0a2aab","subject":"carry(tooling): compile surviving shared release guidance","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Synthetic bootstrap-only shared-guide slice; docs/lastcode/nightly-workflow.md: 396 surviving lines; docs/lastcode/release.md: 152 surviving lines."],"Carry-Evidence":["4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03; frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"47a8148197545734eb9ce985065a4b4151455b6c","subject":"carry(tooling): retire obsolete checkpoint alerts after recovery","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/208"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint supervision retires queued alerts after a successful recovery, preserves uncertain delivery recipients, and keeps failed-run retries. The operating guidance and focused supervisor coverage belong with the checkpoint tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69 (v0.0.39-nightly.20260905.1290); historical source 42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e25abe7f1beb29ab2e4b68d74a55e9ec7bec29de","subject":"feat(lastcode): implement compact carry replay foundation","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Implements replay and source retention; bootstrap activation and full production lifecycle proof remain outstanding."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ddad73b14eba13523b333f0b1567192c5143846d","subject":"fix(lastcode): preserve historical carry bootstrap","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Synthetic lifecycle coverage now preserves a latest historical checkpoint baseline and its represented main tail; live production acceptance remains separate."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0c128b3d754fb2cd7abf06cc35c0d71e9df05667","subject":"feat(lastcode): validate carry ownership in CI","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":[],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9bc9ac33f22187d525aafc34250c288eb6a375ad","subject":"fix(lastcode): isolate carry replay from rerere locks","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Automatic rebase does not inherit rerere writes; retained conflicts remain available for explicit recovery."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7094216b3ef1b000a1f06306ecde6d2ddcf29da2","subject":"feat(lastcode): activate six-group carry replay from verified revision","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["The bootstrap preserves the complete immutable 1290.1 tree while separating six ordered owners and retaining descriptive fix evidence. Historical replay remains an explicit rollout escape hatch until the full production lifecycle is proven."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/releases/tag/lastcode%2Frevision%2Fv0.0.39-nightly.20260905.1290.1"],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"40c21e575aaa6247a09750213f26a116eb937222","subject":"fix(lastcode): retain prepared compact provenance","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Prepared compact bootstraps preserve validated nested contribution metadata when recompiled."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"829a014771eb0745acb093605e72839aaa3edd7c","subject":"fix(lastcode): fetch carry activation refs for checkpoints","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Carry activation and later checkpoint runs require remote-only retained source commits and the immutable prepared bootstrap partition."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts remote-only carry ref lifecycle"],"Carry-Applies-To":["carry replay checkpoint activation"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"13948c94f34663ac146e49a9990f0d6d406733b2","subject":"test(lastcode): keep carry collision fixture on source branch","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["The checkpoint lifecycle fixture must run from its LastCode source branch so remote bootstrap fetching does not read the repository's production manifest."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts full three-test lifecycle"],"Carry-Applies-To":["carry replay checkpoint activation"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"00148cefac51ffa1d8f73961b327bab2a39fecc2","subject":"test(lastcode): isolate historical rename fixture configuration","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Historical reconstruction coverage uses its own manifest so production carry activation cannot change the fixture mode."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"47b28d233b70fb902548ac831c692f9e47b2647e","subject":"fix(lastcode): validate advanced carry squash bases","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["A carry squash may follow a base advance only when Git reconstructs its exact tree from the reviewed base, advanced parent, and immutable source head."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ea133798d8701e48fe40742884ae7f3368709d08","subject":"test(lastcode): make carry lifecycle fixtures self-contained","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["The checkpoint lifecycle fixture belongs to Tooling and must run from GitHub Actions partial checkouts without lazy object fetching."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts full three-case lifecycle with GIT_NO_LAZY_FETCH=1"],"Carry-Applies-To":["carry replay checkpoint lifecycle validation"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f66ba6040c860449493330dc649a0c1bdd3d409c","subject":"fix(lastcode): honor rollback and retain bootstrap failures","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Explicit historical rollback must publish its mode and reason, while carry bootstrap failures must either clean proven-retryable publication state or retain an identified recovery branch."],"Carry-Evidence":["scripts/lastcode-checkpoint.test.ts and scripts/lastcode-checkpoint-lifecycle.test.ts"],"Carry-Applies-To":["carry replay checkpoint revisions and initial bootstrap publication"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"32bb0d34f0bc76ff3a8661cab82433e68fc95529","subject":"fix(lastcode): record failed bootstrap cleanup","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Failed bootstrap cleanup must still leave an actionable recovery record, and explicit historical rollback must publish its requested metadata."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts"],"Carry-Applies-To":["initial carry bootstrap failure handling and same-source historical rollback"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6836d255ba8470c6f92f39709aad90d6e3824ee8","subject":"fix(lastcode): retain same-file historical repairs","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Historical replacement candidates must match Git’s exact merge of the previous checkpoint and current source, including separate hunks in shared files."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"966e11dee89d86711624a5944744076d9f301fc6","subject":"fix(lastcode): keep recovery previews read-only","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Previewing a retained recovery must not complete its plan, rebase its branch, update refs, or record a selection."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts"],"Carry-Applies-To":["dry-run recovery selection for persisted carry replay plans"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cc9ef26673897297a6cc599eedce5526cf9c814e","subject":"fix(lastcode): validate shadow checks by published replay mode","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Immutable tag metadata selects historical reconstruction or compact validation independently of the current carry configuration; legacy tags retain historical validation."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
lastobelus pushed a commit that referenced this pull request Sep 7, 2026
Carry-Group: resumable-actions
Carry-Contribution: {"sourceCommit":"2ea5004ffc2c1c86f72b05bd0e0afe10473a079d","subject":"carry(resumable-actions): feat(lastcode): resume agents after opted-in Actions (#28)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/28"],"Carry-Upstream":[],"Carry-Observation":["Essential Action lifecycle, contracts, MCP exposure, terminal management, and Action-specific UI/tests. Evidence: PR #28's remaining paths define actionResume state, toolkit handlers, orchestration receipts, and the primary chat/desktop flows."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a4224354633307a3c934f4e6d6b90f602985a47a"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c93db5fea6fb096beb97ac88ef2231c744a34dcc","subject":"carry(resumable-actions): feat(lastcode): add mobile Action resume controls (#29)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/29"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/055e31288ef5b2a5e503365f7496f2854f140d51"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4bbc802a08bed5555478db0cf3361e02fa2da5ef","subject":"carry(resumable-actions): feat(lastcode): improve Action Resume feedback (#34)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/34"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/b2d9fef1dedd24ee00acac920ef0ded9e146c44f"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"267e00a29e4eb3e0720a400a9706e97b43910d0b","subject":"carry(resumable-actions): fix(lastcode): keep settled Actions settled on restart (#36)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/36"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/224ce7f9f1e169b67f5a7a1fd26bbdef6674b0d4"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"13284645ac5082204471fb92f9f5b488adf6b238","subject":"carry(resumable-actions): fix(lastcode): restore main test expectations (#62)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/62"],"Carry-Upstream":[],"Carry-Observation":["Action working-row expectation repair. Evidence: The changed assertion adds showThinking to the Action working timeline row."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/84bb0cf98183e41e28897d9636c3296ac2c371d8"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0170e307d1e03e6d78b4af3be9877cc614ccf3f8","subject":"carry(resumable-actions): feat(server): gate work during update drain (#64)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/64"],"Carry-Upstream":[],"Carry-Observation":["Action launch, follow-up delivery, server wiring, MCP, and RPC admission behavior. Evidence: These hunks call UpdateDrainAdmission only at Action entry points and widen the Action resume RPC result contract."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e5f50b65f6785b84d791be4b801292238c3fb8c6"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"dbc05b65fa11cf95ee04e1b5899d9f26373fbaef","subject":"carry(resumable-actions): feat(lastcode): support Action Resume with Claude (#71)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/71"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/bd1874a02456faea7b7be0e606f5452753379b52"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"043c9b507b011d2d361ad1e44c5c4bd76bcb2146","subject":"carry(resumable-actions): feat(lastcode): wait for PR gates in an Action (#88)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/88"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ff11d413898973608e793c78a65d44788cffbb87"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"57334f471d289ef11bcc239d5f6cef6042b265f2","subject":"carry(resumable-actions): feat(lastcode): add resumable full CI action (#92)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/92"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6677c6b83d7979e194a907b769dc76c033285271"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0c9dc3b7af210743d7dcc80a5544c3087292f452","subject":"carry(resumable-actions): fix(web): keep resumable actions visible while working (#98)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/98"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action lifecycle, mobile status presentation, composer controls, contracts, and feature-specific guidance. Evidence: The remaining hunks preserve Action visibility across primary chat and mobile surfaces and extend the Action resume contract."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a328a6c695f63290dd521e202988b6364be41c31"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"61c5a014a1b04d313c2bc78521ea20fd366ead22","subject":"carry(resumable-actions): feat(lastcode): prove hosted CI waiting (#104)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/104"],"Carry-Upstream":[],"Carry-Observation":["Resumable Wait for PR Action behavior and feature-specific coverage. Evidence: The remaining two files implement and test the Action's bounded wait and resume lifecycle."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ced536d7d370ffa8b58ca94faa1b48b1f4594a88"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f7047ab45fd412d746652ff3d8b3961c4a7fcbfc","subject":"carry(resumable-actions): feat(lastcode): collapse resumable action output (#97)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/97"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/88359a7774e46a3248da6e8c664385a3f6589235"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1ad20cba08b144a5cafe19940d946f5df282ad81","subject":"carry(resumable-actions): feat(lastcode): add resumable Intel builds (#106)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/106"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/69ce9ed094c26d8816ee4da744eef4c75cb905c2"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f79842197279b2d21239bfd7ea10b008f056a69d","subject":"carry(resumable-actions): feat(lastcode): resume after quick ci (#110)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/110"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2a8cf9d0504eaf582214240614ae5747a12a799c"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f94bd2577b8b8c471d10e4947d364c245f9145d8","subject":"carry(resumable-actions): feat(lastcode): make GitHub CI merge authority (#111)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/111"],"Carry-Upstream":[],"Carry-Observation":["Wait for PR Action integration and the agent workflow that launches it. Evidence: The remaining hunks update Action-specific skills, fold CI waiting into the resumable waiter, and remove the obsolete separate Action declaration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9be141a93a19c977ed82b983ebf586ebb781a53d"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"581827f0562bd74a6ac2d894621aa150abf436a3","subject":"carry(resumable-actions): fix(web): match action eyebrow backgrounds (#117)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/117"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e0784d27a517a589e0f15da993a2eedcbdbd7cb3"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9d02f6da04a98530ac966827586dda50e8068a00","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Adaptive Action card and waiting-indicator colours follow Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ec9f0e1ff31bef3cc7b5b77434603cc1be3056aa","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Adaptive Action card and waiting-indicator colour declarations follow Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"863ea34a2272b291aa9aa2b698fb8ed6c3d94bab","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["The waiting status colour conversion follows Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"27f5a9d44985272fedf8912f842a61cd872d3fd3","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Action notice, result card, and waiting indicator adaptive-colour conversions follow Resumable Actions. Evidence: These hunks only change mobile Resumable Action presentation tokens."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c3cf012d35a8758898eb5db6a5e9a5b403b01c76","subject":"carry(resumable-actions): docs(lastcode): guide agents through resumable actions (#143)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/143"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f52eb471cd9b29fbc23839c5356fb7684407dc1f"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a27e0499c6119df2a971ef3959a504ded2e366b8","subject":"carry(resumable-actions): feat(lastcode): standardize resumable Action reporting (#168)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/168"],"Carry-Upstream":[],"Carry-Observation":["Structured Action progress/result contracts, persistence, Action toolkit integration, primary timeline/composer/mobile UI, and their feature coverage. Evidence: PR #168's remaining paths add actionResume protocol types, reporting persistence, Action commands, and the primary cross-surface reporting UI."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fca3acbc0926c1f1e2663176c6d6f99d22789a90"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"984e7f84068dc5f54a71aded060da64d36ca494d","subject":"carry(resumable-actions): fix(mobile): restore Action resume notice import","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Restores mobile Action Resume notice."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3cf46aef0180717934049f7d172428d59db8572e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ccbfaa63f96f7a833c19bcbed91f8a923757227a","subject":"carry(resumable-actions): feat(lastcode): reconcile managed project actions (#174)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Stable IDs on resumable Project Actions belong with the Action feature configuration. Evidence: PR #174's only t3.json hunks annotate Wait for PR, Quick CI, and Intel package Actions. Tooling owns reconciliation of a checked-in action source, but does not own the Action definitions themselves."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ffe7eaed597b2ff7065f0f2ee163c516c2cd1c4b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1712390f23441b43ec39ed1b73c229310e31c095","subject":"carry(resumable-actions): test(lastcode): enforce Action reporting coverage (#179)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/179"],"Carry-Upstream":[],"Carry-Observation":["Action reporting test coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/17d3b856cc51b71d04a4bcf5a0d524ef77ec4073"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"31540ddddf8472fe3581b83c07d90fe4ba2a62ff","subject":"carry(resumable-actions): feat(lastcode): integrate resumable actions with composer stack (#180)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/180"],"Carry-Upstream":[],"Carry-Observation":["Running Action composer-banner integration belongs to Resumable Actions. Evidence: These hunks move the running Action controls into ComposerBannerStack and remove the superseded direct composer props."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9a2fc4d9716475a574aa9bf8eec79bced3e457bd"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2026659568d37cb8138c764c4d740e6ce4253223","subject":"carry(resumable-actions): feat(lastcode): integrate resumable actions with composer stack (#180)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/180"],"Carry-Upstream":[],"Carry-Observation":["Resumable Actions composer integration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9a2fc4d9716475a574aa9bf8eec79bced3e457bd"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"de198bee7b2c0caf9d1bb7d5b8ae24b7c4670f7b","subject":"carry(resumable-actions): test(web): match split active status rows","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Active status row behavior supports action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6eb82cfa26f3ceff4640992f80c327f2d17bce90"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f1b9a2ce9b9fde749f042a69f593357b1da4b808","subject":"carry(resumable-actions): fix(lastcode): reconcile nightly web tests","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Feature-specific Action timeline expectation repair. Evidence: The changed expected row ID is live-activity-row, the Action activity representation introduced by the feature."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74b09f641067199195272daf129b4c3dd5196a15"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"82043093f6c9adcfb3f62204715d669ddc01b94e","subject":"carry(resumable-actions): fix(lastcode): reconcile nightly 1253 integrations","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Removing the Action wait-stream subscription belongs to Resumable Actions. Evidence: PR #175's only hunk in this path removes subscribeDomainEvents, the event subscription used by the resumable turn-request wait contract; the remaining nightly-service repairs remain Tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/dc4f6dec7a783c9531aaeeb6270ecc85e5bec799"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"60358f099824003fc9070b3fe2adb54d75047763","subject":"carry(resumable-actions): fix(lastcode): align checkpoint smoke with replayed tree","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Composer attachment styling follows Resumable Actions. Evidence: The formatting-only hunk changes the Action eyebrow/glass selector introduced by PR #117; it has no checkpoint behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2b18f50d5d320f3888db1d72312dbc2cd7f13c1e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"19d645b83162682ebea2b65d572b5db8f7ca41b2","subject":"carry(resumable-actions): fix(lastcode): resume maintenance waits without agent polling (#194)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/194"],"Carry-Upstream":[],"Carry-Observation":["Wait-for-checkpoint Action and resumable maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/77a8cdc5eed130628418671f7ba361b6fa4fb87b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1a2f647a4250b34cbb5ae80f42956a7ea7c88574","subject":"carry(resumable-actions): feat(lastcode): resume threads after local package builds (#197)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/197"],"Carry-Upstream":[],"Carry-Observation":["The resumable Build Local Package Action declaration and agent handoff contract belong to Resumable Actions. Evidence: These hunks add the stable Action ID and continuation guidance; the package builder, updater integration, and release guide remain BuildCI."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f7348c54703d8e107ecdf693b477c923cb7f137f"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cb5c89e2f815d6018498283026d86f7e820db2ca","subject":"carry(resumable-actions): feat(lastcode): resume repaired nightly checkpoints (#201)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/201"],"Carry-Upstream":[],"Carry-Observation":["Resumable repaired checkpoint Action."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2f90115b9bda253c98d7d5db6abedc41ff046559"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cbc129407d690cddf07b8cddc3b1f127414f61f7","subject":"carry(resumable-actions): compile surviving shared release guidance","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Synthetic bootstrap-only shared-guide slice; docs/lastcode/nightly-workflow.md: 0 surviving lines; docs/lastcode/release.md: 112 surviving lines."],"Carry-Evidence":["4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b; frozen source 4156900"],"Carry-Supersedes":[]}}
lastobelus pushed a commit that referenced this pull request Sep 7, 2026
Carry-Group: tooling
Carry-Contribution: {"sourceCommit":"08f6973dfdca692a18c2f34d6c040c31f3b097c1","subject":"carry(tooling): document fork evaluation conventions","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/b395cfc734c2e505f7b7e23fefd005a3d530ad9b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b50ef10425fee54a114f76388abd20de13cd4c75","subject":"carry(tooling): Add LastCode nightly sync and local release tooling","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly-sync command registration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d78a739bb68a81d66b2d5cd6e19e6282e4dcb422"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"32526962a05a7c84266a425a58f50abbbdb0d9a9","subject":"carry(tooling): Add LastCode nightly sync and local release tooling","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly source-tracking guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d78a739bb68a81d66b2d5cd6e19e6282e4dcb422"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9f4e928c74e765680867215d37880791e28fe544","subject":"carry(tooling): Add LastCode nightly sync and local release tooling","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d78a739bb68a81d66b2d5cd6e19e6282e4dcb422"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e7e7e51204f1a6120693f3115a8348be21a823ca","subject":"carry(tooling): Add LastCode plan and PR review skills","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/8a60d13faa5b87ff669b426361990ee0b4ccf6b3"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d71838a6f8507c044e35b2aa83c2af11d5cf6a23","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, checkpoint-service, and merge command registration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"46649b79c975002925af314dd71dc022922e1ca1","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint creation, recovery, promotion, and service-operation guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"994c7d784ed6316d969f792292ef8e0e51468fca","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Nightly-tracking reference, runtime identity, and local orchestration guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"da34807d9c3948790a0b7956f46c662e2de5351d","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"de8b3f09a005cb7b0a9265eace5e42ceee35317c","subject":"carry(tooling): fix(release): create checkpoint worktree branch (#2)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/2"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/bf49a89a847ba495076c71c395194bdc342279a8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5e790ea3e0beffbb6813f9fab23b278d5abf755b","subject":"carry(tooling): fix(release): isolate checkpoint smoke runner (#3)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/3"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/40c613b75193dfaeab3e8d25107f08a35f17d9a4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"946269e9b272c1d7cfde43fb3bd2d49fe0708c0d","subject":"carry(tooling): fix(release): provision nightly service worktree (#4)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/4"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/217560dd91515ed8f00720a7df9507a71071e9ac"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"15944f05e40b95f9763b033563a13ddf3f001194","subject":"carry(tooling): fix(release): bootstrap checkpoint dependencies locally (#5)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/5"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/407dee55370022a5647ae404207b2d22dbc51c59"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7285083370982ecabb3dadc688b205569977eae1","subject":"carry(tooling): feat(release): add checkpoint dashboard (#6)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/6"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/7d3cf7397aa321b0c591c3afbb2d3a32b0327aab"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7e4df1e28077022a4aacb11e65cec661b4615435","subject":"carry(tooling): fix(release): avoid duplicate checkpoint tag CI (#8)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/8"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fecef09c3975834160640d7891da0d3cb0ea6d1e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0bafcf129154615b8020d5150e365e7e700550f0","subject":"carry(tooling): fix(release): retry published checkpoint promotion (#9)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/9"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/119973cf3bbd064d25fc8545c31d601c3273d8bf"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e5209a2a0258a77b57b4c8bd8c677b1fa817541f","subject":"carry(tooling): docs(lastcode): define contribution workstreams (#10)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/10"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/dcb4379d7e822e0fee18cc054f7b108ea4192511"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"abbd722e028917d51ae0ce025c5e63e80820b087","subject":"carry(tooling): fix(lastcode): stabilize local nightly updates (#14)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint recovery, promotion, service, and dashboard-operation guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/5c99904dadcdd1cf44f3bae80c081f50c4c77abe"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ad1cf74a6b4ae27427a2a0740f62415c362a204f","subject":"carry(tooling): fix(lastcode): stabilize local nightly updates (#14)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/5c99904dadcdd1cf44f3bae80c081f50c4c77abe"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"acaeacdd84f1e85ca5e08c43573b8513856a2466","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision creation, recovery, references, and checkpoint promotion belong to Tooling. Evidence: These hunks extend checkpoint orchestration from checkpoint-only state to ordered revisions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e72738d6d80d3578e1baf1edfffc3d023af6e115","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["The merge handoff's checkpoint-daemon request remains Tooling. Evidence: Only this hunk asks the daemon to publish a revision after a completed merge."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9858423e46459caa51600182b6d90ebcb7cb76b6","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision lifecycle framing belongs to Tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9f2e790938a48588cfe000d377931b617b25f128","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f4f6033cc2730068b3e4246098364e6f8ce1c315","subject":"carry(tooling): fix(lastcode): validate daemon pushes before connecting (#17)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/17"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a75a3295fb10fd6733a65e4292667b668da1b4a9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"173e9186a55db6bbbb6510d72dc54bbf0aca5bae","subject":"carry(tooling): feat(lastcode): show local nightly build activity (#25)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/25"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c4c8e9a395c16f58ec8a148149d3e54cb121f7fe"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e2e61a08194fec95b45e57792652f081595bfc48","subject":"carry(tooling): feat(lastcode): add upstream PR import skill (#27)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/27"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/730e934971fee80c1dda117519ff74b5823a7a5f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e04399d1f3b6cedb578394fdc0e1f6eff0111983","subject":"carry(tooling): feat(lastcode): add personal setup bootstrap (#37)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/37"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/645917073a28747e9fa364d70a6164ebde41b48b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"881b1389ec9a40ecb33bad124dfd9cc0a785341f","subject":"carry(tooling): fix(server): lease Darwin server ownership (#57)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/57"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c42208596884dec2678b8afa8918a69ca7fbe6bb"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7c37ac8b5f04d5877b2b83ce18ed95835383f066","subject":"carry(tooling): feat(lastcode): add durable remote update drain state (#60)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/60"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/db6d3b9dedab7df287bc72e9163a0104edd92ec9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6756c86f7e849831224a84e87aa80472baa18b69","subject":"carry(tooling): feat(server): gate work during update drain (#64)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/64"],"Carry-Upstream":[],"Carry-Observation":["Durable update-drain operation, persistence, terminal gating, authorization, and release operations. Evidence: These paths define the drain lifecycle and its durable command/receipt infrastructure rather than Action behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e5f50b65f6785b84d791be4b801292238c3fb8c6"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c7773ff356bf89461e6f0c033e569886ea5d4aff","subject":"carry(tooling): fix(lastcode): deduplicate reconciled contract import","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0ef2a3a47bace8477605aa6d173f6d084ee1d6f3"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ac7512bf821c37a6f6ca3b6de740ecbc5623b43c","subject":"carry(tooling): fix(lastcode): explain checkpoint rebase conflicts (#67)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/67"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d75b690c043c6c841c7051df3b0da7c4d23c979e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7d3d081d457bc09790aca6092c7200be38313c1d","subject":"carry(tooling): fix(lastcode): wait for active checkpoint recovery (#70)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/70"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c7c8339f06ce2193ad05d1fb758f713e9ee46214"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ce1702b0eea10aa20304132a4c92816d74691f02","subject":"carry(tooling): feat(lastcode): update managed server on its configured schedule (#81)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/81"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f13011efa84a50bef50e38758bd60f96b358abee"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"66fc535cbfca92a5cde12d5b205f54e40b656f35","subject":"carry(tooling): feat(lastcode): make worktree cleanup durable (#76)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/76"],"Carry-Upstream":[],"Carry-Observation":["Durable worktree-cleanup state, deletion reactor, VCS retry, command, and contract implementation. Evidence: These hunks define cleanup persistence and recovery behavior independently of its presentation surfaces."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3a9760874b76c1f686e7c3948003fd08bf3016e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e7ff623e4465de97c94bbbae286941f081027992","subject":"carry(tooling): fix(lastcode): describe nested vendor gitlink (#83)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/83"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4a1ef4ba683b76c622ee5971d652fe9520fc1c66"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2ea240ee575d98be7528939eaa0b9d4115e8e392","subject":"carry(tooling): fix(lastcode): repair nightly promotion after replay (#89)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/89"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/47b5a372a0cb0562c1b506f7e1cc649ee2cfc293"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"902cb01a6b890d31c7bceecea8236d8a9ab2fa46","subject":"carry(tooling): feat(lastcode): run managed server headlessly (#90)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/90"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f057bb00849df8a9b6852aee2de2f19a8cb9885b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e2c9440d78272c0f0558a9968a16607e695f4982","subject":"carry(tooling): fix(lastcode): retry headless readiness probes (#94)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/94"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c7dda8c9e52d1f6200f975c6bc2d30859b091899"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"606dd068b5590d3ba4cc3a0ad06906495ecd1cb9","subject":"carry(tooling): fix(lastcode): keep checkpoint migrations replayable (#95)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/95"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint migration replay maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/eb837b1efb24e4022adaaa6e05cfd93b627f201e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e14486d84cdabed1cd738b65289092ac02f0d2ba","subject":"carry(tooling): fix(lastcode): make checkpoint failures self-reporting (#101)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/101"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint failure reporting and service maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0ccb6ec0bd54ebe6c2662458a6ffe9a6acbb457d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a9390bdd0c46b77303d186911883e18f4907bf58","subject":"carry(tooling): fix(lastcode): keep replay fixtures forward-compatible (#105)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/105"],"Carry-Upstream":[],"Carry-Observation":["Replay fixture maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4c07357b47e371a96d6aebb7259a5676753e5be9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7f94d7095969f34a9f09430efd3f7b5664c951e8","subject":"carry(tooling): refactor(lastcode): separate deployment infrastructure (#109)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d2eb3ffbc4698ed0987f3ccedcd78e9f8261094a"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e14c51bd78fbdd94e523273c0480fe92036e9a05","subject":"carry(tooling): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint-service wording and topology-neutral deployment primitives belong to Tooling. Evidence: These hunks describe release orchestration and environment-neutral deployment composition rather than producing or validating an artifact."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4a36a736fb8d32b0b6b468a346ee00d431698d08"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d8778bc51ff8c5101b51af40e8616144157b5cff","subject":"carry(tooling): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4a36a736fb8d32b0b6b468a346ee00d431698d08"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"12a7d260043671fc9ac528416666df531f032046","subject":"carry(tooling): fix(lastcode): silence absent checkpoint service (#118)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/118"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/004722575f86b31c9610514707bf71a27626e719"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4e65508273afbfff6c00907ab23ff0785bcdaa73","subject":"carry(tooling): fix(lastcode): finish checkpoints safely (#119)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/119"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/373878ffad42b4eaae6903ef5c302efe0032217f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6b8e557ee69e4fd32ea25e822da26a658ff63991","subject":"carry(tooling): fix(lastcode): validate checkpoint lint before publish (#120)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint lint gate and service scripts."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"56c3fcd3e0c830571318f2cff320412bb1e5c1a4","subject":"carry(tooling): fix(lastcode): keep checkpoint freshness current (#139)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/139"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/71f4104371ffa557a903a0e791e630da5bf1a297"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cbbd1e7741554a94519815d3b2873cf851decc6e","subject":"carry(tooling): fix(lastcode): keep theme replay smoke compatible (#140)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/140"],"Carry-Upstream":[],"Carry-Observation":["Replay smoke compatibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f2ef9b3c5489413af42d46679315dc95a4a2a9c2"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1f2455eb195c476c9fe0b3c980c739ad4a173f4d","subject":"carry(tooling): fix(lastcode): include remote checkpoint tags in status (#142)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/142"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/233b1ae1ee1212351117f16497d9c86343dbb8ea"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3a59b470e62066043070bd2095b5e3e5c5126b8a","subject":"carry(tooling): feat(lastcode): inventory downstream carry set (#149)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/149"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/278445fada2399bdfc056d35c548e5059f394daa"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5e9232ecae59252a092827138b93cf3fd5bfc442","subject":"carry(tooling): feat(lastcode): add public docs feature registry (#167)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/167"],"Carry-Upstream":[],"Carry-Observation":["LastCode public documentation tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fccaf4ecbf4165cec8947f0b14de41d071ed8851"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f8d8288fe0b407193ef94dca955461b3e016bd23","subject":"carry(tooling): fix(lastcode): skip superseded checkpoint recoveries (#166)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/166"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e727f507b84321e9e35fc815a6aef2e953149172"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2f1c9fb594247ce1b333580d737eccb8a5083717","subject":"carry(tooling): feat(lastcode): add public docs fixtures (#170)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/170"],"Carry-Upstream":[],"Carry-Observation":["Public documentation fixtures."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/be4dfff50979a13be1c2bc1493d392a32de257fa"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2790665ba1e730e0abef2a7e0f996b55f89c9626","subject":"carry(tooling): feat(lastcode): shadow-check checkpoint carry sets (#171)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/171"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c604b14d812a904ba64ce41f6e98c74985cd4e9f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4cfcf67f7f012baf28f7c0fc467c06b94f673b9d","subject":"carry(tooling): fix(lastcode): typecheck checkpoints before publishing (#176)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/176"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint pre-publication typecheck."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/bd13a1ccdb354301654ffd6cf14e8cbcdabfb861"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"66d8c2e79bcc3c27c6231d7febef1d71aeca8994","subject":"carry(tooling): feat(lastcode): reconcile managed project actions (#174)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Project action reconciliation and service orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ffe7eaed597b2ff7065f0f2ee163c516c2cd1c4b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f872def2b0787dc802aa9d1df756d2fbf81cf73a","subject":"carry(tooling): fix(lastcode): keep docs fixture commands live (#177)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/177"],"Carry-Upstream":[],"Carry-Observation":["Documentation fixture command maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9f3924cad6a0c30029a5058dc09745410637b942"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"14d5735b50fe46f4714ac82c4962481442f18dcf","subject":"carry(tooling): feat(lastcode): safeguard persistent threads (#178)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/178"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/94389c9600931744389cd12691e5645831a3a12d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b754de22a3e4e632908a6b98b692e29ed9e8d000","subject":"carry(tooling): fix(server): combine CLI environment test layers","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["CLI test layer maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/781e7c5031e26150eacc5a235e40d6e5ec215233"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a12d0bca5e890283f9728dbc3742598bff69a83d","subject":"carry(tooling): fix(lastcode): reconcile nightly web tests","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Format-only settings cleanup with no Action or sidebar behavior. Evidence: The only useSettings hunk deletes a blank line; it has no feature owner and remains Tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74b09f641067199195272daf129b4c3dd5196a15"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"893f21c6107fd699676c04e7854aae856995ac00","subject":"carry(tooling): fix(lastcode): reconcile nightly 1253 integrations","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly integration repair spans updater and service tests."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/dc4f6dec7a783c9531aaeeb6270ecc85e5bec799"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2e23ea9eacd7e6ffef32eb78d894be924e13bb10","subject":"carry(tooling): fix(lastcode): reconcile nightly 1256 integrations","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Mixed nightly reconciliation repairs with no shared product owner. Evidence: The remaining hunks remove an obsolete model seed and renumber a migration fixture."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2f8418eb9c9b87164768bff5f2f0bf1e0ec886e6"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"76acc15a59587f1e81bcb94b610062e82b35a10a","subject":"carry(tooling): fix(lastcode): reconstruct renamed carry-set paths","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Carry-set reconstruction tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/eb2b9fbc698775b92471d6c7c7b2d92c7474832e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9d29c2bf71f2dd8f8ed3cfef3f313065e8f50e51","subject":"carry(tooling): fix(lastcode): reconcile nightly 1262 integrations","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly integration migration and UI repair."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/646f1b96e0844e7f29232ef1fa753b9bd6288868"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0304b910fa7dc1c592588caf8bf46cd1a3e38c39","subject":"carry(tooling): fix(lastcode): clean replay migration fixtures","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Replay migration fixture cleanup."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/204da32488b3eb4dcc6615b20a0d0619085e2ba0"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"8c626ffd49b0f7d196c73e2dea314c9781242a8c","subject":"carry(tooling): fix(lastcode): align checkpoint smoke with replayed tree","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint smoke and managed checkout maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2b18f50d5d320f3888db1d72312dbc2cd7f13c1e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c542e5f49fe343749dabe96884fef9b2fa038812","subject":"carry(tooling): fix(lastcode): reconcile nightly typechecks","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Server test-harness repair. Evidence: The remaining server hunk extracts a shared test layer and has no feature owner."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74680f64e7e90d3007d1e5e77852980a52acc91b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e03889de8306df08ba2f5b38eb3df8707c17ace0","subject":"carry(tooling): fix(lastcode): reconcile nightly formatting","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly formatting repair in a server test."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/30d2513b98114564bf62a25d026cdcf71d234b33"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"60386b06fe16f34248f8ad2ad38cf02d2a7d6e76","subject":"carry(tooling): fix(web): update file save test import after nightly rebase","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly test import repair."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0c10ddd13e4470e1e96d8fe35c9de1a217b2d074"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3c862d17bd3d10313a2de7380576e754c474daff","subject":"carry(tooling): fix(lastcode): resume maintenance waits without agent polling (#194)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/194"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/77a8cdc5eed130628418671f7ba361b6fa4fb87b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e03effd20aa55a5e4a3b9a8922f98c69ffc3ae13","subject":"carry(tooling): fix(lastcode): recover revision provenance across nightlies (#195)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/195"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint revision provenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/13a66dfe35f8e80ff96de2aae21a80e35eaf4067"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1b1c0dda9eab6a808fb493d3176946e91eb5fbdb","subject":"carry(tooling): feat(lastcode): resume threads after local package builds (#197)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/197"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f7348c54703d8e107ecdf693b477c923cb7f137f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e4f4d7a22811faf04abb40f21955f31117d31a21","subject":"carry(tooling): fix(server): align nightly import tests with LastCode services","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly import test compatibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/5d76ad48ac5b06a56af25f993348ed39371e870d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b2ab02a7e9860ba04328ca98a7ad9d9fabf9f451","subject":"carry(tooling): feat(lastcode): resume repaired nightly checkpoints (#201)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/201"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2f90115b9bda253c98d7d5db6abedc41ff046559"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c2d90798c8b1179f7daaa184cc276db81a0a2aab","subject":"carry(tooling): compile surviving shared release guidance","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Synthetic bootstrap-only shared-guide slice; docs/lastcode/nightly-workflow.md: 396 surviving lines; docs/lastcode/release.md: 152 surviving lines."],"Carry-Evidence":["4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03; frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"47a8148197545734eb9ce985065a4b4151455b6c","subject":"carry(tooling): retire obsolete checkpoint alerts after recovery","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/208"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint supervision retires queued alerts after a successful recovery, preserves uncertain delivery recipients, and keeps failed-run retries. The operating guidance and focused supervisor coverage belong with the checkpoint tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69 (v0.0.39-nightly.20260905.1290); historical source 42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e25abe7f1beb29ab2e4b68d74a55e9ec7bec29de","subject":"feat(lastcode): implement compact carry replay foundation","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Implements replay and source retention; bootstrap activation and full production lifecycle proof remain outstanding."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ddad73b14eba13523b333f0b1567192c5143846d","subject":"fix(lastcode): preserve historical carry bootstrap","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Synthetic lifecycle coverage now preserves a latest historical checkpoint baseline and its represented main tail; live production acceptance remains separate."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0c128b3d754fb2cd7abf06cc35c0d71e9df05667","subject":"feat(lastcode): validate carry ownership in CI","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":[],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9bc9ac33f22187d525aafc34250c288eb6a375ad","subject":"fix(lastcode): isolate carry replay from rerere locks","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Automatic rebase does not inherit rerere writes; retained conflicts remain available for explicit recovery."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7094216b3ef1b000a1f06306ecde6d2ddcf29da2","subject":"feat(lastcode): activate six-group carry replay from verified revision","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["The bootstrap preserves the complete immutable 1290.1 tree while separating six ordered owners and retaining descriptive fix evidence. Historical replay remains an explicit rollout escape hatch until the full production lifecycle is proven."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/releases/tag/lastcode%2Frevision%2Fv0.0.39-nightly.20260905.1290.1"],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"40c21e575aaa6247a09750213f26a116eb937222","subject":"fix(lastcode): retain prepared compact provenance","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Prepared compact bootstraps preserve validated nested contribution metadata when recompiled."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"829a014771eb0745acb093605e72839aaa3edd7c","subject":"fix(lastcode): fetch carry activation refs for checkpoints","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Carry activation and later checkpoint runs require remote-only retained source commits and the immutable prepared bootstrap partition."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts remote-only carry ref lifecycle"],"Carry-Applies-To":["carry replay checkpoint activation"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"13948c94f34663ac146e49a9990f0d6d406733b2","subject":"test(lastcode): keep carry collision fixture on source branch","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["The checkpoint lifecycle fixture must run from its LastCode source branch so remote bootstrap fetching does not read the repository's production manifest."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts full three-test lifecycle"],"Carry-Applies-To":["carry replay checkpoint activation"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"00148cefac51ffa1d8f73961b327bab2a39fecc2","subject":"test(lastcode): isolate historical rename fixture configuration","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Historical reconstruction coverage uses its own manifest so production carry activation cannot change the fixture mode."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"47b28d233b70fb902548ac831c692f9e47b2647e","subject":"fix(lastcode): validate advanced carry squash bases","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["A carry squash may follow a base advance only when Git reconstructs its exact tree from the reviewed base, advanced parent, and immutable source head."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ea133798d8701e48fe40742884ae7f3368709d08","subject":"test(lastcode): make carry lifecycle fixtures self-contained","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["The checkpoint lifecycle fixture belongs to Tooling and must run from GitHub Actions partial checkouts without lazy object fetching."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts full three-case lifecycle with GIT_NO_LAZY_FETCH=1"],"Carry-Applies-To":["carry replay checkpoint lifecycle validation"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f66ba6040c860449493330dc649a0c1bdd3d409c","subject":"fix(lastcode): honor rollback and retain bootstrap failures","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Explicit historical rollback must publish its mode and reason, while carry bootstrap failures must either clean proven-retryable publication state or retain an identified recovery branch."],"Carry-Evidence":["scripts/lastcode-checkpoint.test.ts and scripts/lastcode-checkpoint-lifecycle.test.ts"],"Carry-Applies-To":["carry replay checkpoint revisions and initial bootstrap publication"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"32bb0d34f0bc76ff3a8661cab82433e68fc95529","subject":"fix(lastcode): record failed bootstrap cleanup","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Failed bootstrap cleanup must still leave an actionable recovery record, and explicit historical rollback must publish its requested metadata."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts"],"Carry-Applies-To":["initial carry bootstrap failure handling and same-source historical rollback"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6836d255ba8470c6f92f39709aad90d6e3824ee8","subject":"fix(lastcode): retain same-file historical repairs","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Historical replacement candidates must match Git’s exact merge of the previous checkpoint and current source, including separate hunks in shared files."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"966e11dee89d86711624a5944744076d9f301fc6","subject":"fix(lastcode): keep recovery previews read-only","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Previewing a retained recovery must not complete its plan, rebase its branch, update refs, or record a selection."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts"],"Carry-Applies-To":["dry-run recovery selection for persisted carry replay plans"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cc9ef26673897297a6cc599eedce5526cf9c814e","subject":"fix(lastcode): validate shadow checks by published replay mode","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Immutable tag metadata selects historical reconstruction or compact validation independently of the current carry configuration; legacy tags retain historical validation."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"fae515493334e1b261d87236b1d6391e75fb1d1b","subject":"fix(lastcode): validate migration history before checkpoint publication","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Every reconstructed candidate must retain separate migration histories and pass historical upgrade tests, including when optional smoke is disabled."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7b7ad23e2929758243df7c5134c612f255069cac","subject":"fix(web): keep archive snapshot helper private","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Remove the unused export flagged by the required GitHub export check; local callers and behavior are unchanged."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a7509a0bc5c76481edb70c89eb45214c94856b3f","subject":"fix(lastcode): retain released legacy migration histories","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Compare reconstructed legacy upgrade identities against the previous release so candidate-owned fixtures cannot silently drop support."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"567e14ba9abf9927b8465f278bd4d4dea072571d","subject":"test(lastcode): include legacy history in checkpoint fixtures","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":[],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
lastobelus pushed a commit that referenced this pull request Sep 7, 2026
Carry-Group: resumable-actions
Carry-Contribution: {"sourceCommit":"2ea5004ffc2c1c86f72b05bd0e0afe10473a079d","subject":"carry(resumable-actions): feat(lastcode): resume agents after opted-in Actions (#28)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/28"],"Carry-Upstream":[],"Carry-Observation":["Essential Action lifecycle, contracts, MCP exposure, terminal management, and Action-specific UI/tests. Evidence: PR #28's remaining paths define actionResume state, toolkit handlers, orchestration receipts, and the primary chat/desktop flows."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a4224354633307a3c934f4e6d6b90f602985a47a"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c93db5fea6fb096beb97ac88ef2231c744a34dcc","subject":"carry(resumable-actions): feat(lastcode): add mobile Action resume controls (#29)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/29"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/055e31288ef5b2a5e503365f7496f2854f140d51"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4bbc802a08bed5555478db0cf3361e02fa2da5ef","subject":"carry(resumable-actions): feat(lastcode): improve Action Resume feedback (#34)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/34"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/b2d9fef1dedd24ee00acac920ef0ded9e146c44f"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"267e00a29e4eb3e0720a400a9706e97b43910d0b","subject":"carry(resumable-actions): fix(lastcode): keep settled Actions settled on restart (#36)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/36"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/224ce7f9f1e169b67f5a7a1fd26bbdef6674b0d4"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"13284645ac5082204471fb92f9f5b488adf6b238","subject":"carry(resumable-actions): fix(lastcode): restore main test expectations (#62)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/62"],"Carry-Upstream":[],"Carry-Observation":["Action working-row expectation repair. Evidence: The changed assertion adds showThinking to the Action working timeline row."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/84bb0cf98183e41e28897d9636c3296ac2c371d8"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0170e307d1e03e6d78b4af3be9877cc614ccf3f8","subject":"carry(resumable-actions): feat(server): gate work during update drain (#64)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/64"],"Carry-Upstream":[],"Carry-Observation":["Action launch, follow-up delivery, server wiring, MCP, and RPC admission behavior. Evidence: These hunks call UpdateDrainAdmission only at Action entry points and widen the Action resume RPC result contract."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e5f50b65f6785b84d791be4b801292238c3fb8c6"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"dbc05b65fa11cf95ee04e1b5899d9f26373fbaef","subject":"carry(resumable-actions): feat(lastcode): support Action Resume with Claude (#71)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/71"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/bd1874a02456faea7b7be0e606f5452753379b52"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"043c9b507b011d2d361ad1e44c5c4bd76bcb2146","subject":"carry(resumable-actions): feat(lastcode): wait for PR gates in an Action (#88)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/88"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ff11d413898973608e793c78a65d44788cffbb87"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"57334f471d289ef11bcc239d5f6cef6042b265f2","subject":"carry(resumable-actions): feat(lastcode): add resumable full CI action (#92)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/92"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6677c6b83d7979e194a907b769dc76c033285271"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0c9dc3b7af210743d7dcc80a5544c3087292f452","subject":"carry(resumable-actions): fix(web): keep resumable actions visible while working (#98)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/98"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action lifecycle, mobile status presentation, composer controls, contracts, and feature-specific guidance. Evidence: The remaining hunks preserve Action visibility across primary chat and mobile surfaces and extend the Action resume contract."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a328a6c695f63290dd521e202988b6364be41c31"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"61c5a014a1b04d313c2bc78521ea20fd366ead22","subject":"carry(resumable-actions): feat(lastcode): prove hosted CI waiting (#104)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/104"],"Carry-Upstream":[],"Carry-Observation":["Resumable Wait for PR Action behavior and feature-specific coverage. Evidence: The remaining two files implement and test the Action's bounded wait and resume lifecycle."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ced536d7d370ffa8b58ca94faa1b48b1f4594a88"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f7047ab45fd412d746652ff3d8b3961c4a7fcbfc","subject":"carry(resumable-actions): feat(lastcode): collapse resumable action output (#97)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/97"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/88359a7774e46a3248da6e8c664385a3f6589235"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1ad20cba08b144a5cafe19940d946f5df282ad81","subject":"carry(resumable-actions): feat(lastcode): add resumable Intel builds (#106)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/106"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/69ce9ed094c26d8816ee4da744eef4c75cb905c2"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f79842197279b2d21239bfd7ea10b008f056a69d","subject":"carry(resumable-actions): feat(lastcode): resume after quick ci (#110)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/110"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2a8cf9d0504eaf582214240614ae5747a12a799c"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f94bd2577b8b8c471d10e4947d364c245f9145d8","subject":"carry(resumable-actions): feat(lastcode): make GitHub CI merge authority (#111)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/111"],"Carry-Upstream":[],"Carry-Observation":["Wait for PR Action integration and the agent workflow that launches it. Evidence: The remaining hunks update Action-specific skills, fold CI waiting into the resumable waiter, and remove the obsolete separate Action declaration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9be141a93a19c977ed82b983ebf586ebb781a53d"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"581827f0562bd74a6ac2d894621aa150abf436a3","subject":"carry(resumable-actions): fix(web): match action eyebrow backgrounds (#117)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/117"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e0784d27a517a589e0f15da993a2eedcbdbd7cb3"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9d02f6da04a98530ac966827586dda50e8068a00","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Adaptive Action card and waiting-indicator colours follow Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ec9f0e1ff31bef3cc7b5b77434603cc1be3056aa","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Adaptive Action card and waiting-indicator colour declarations follow Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"863ea34a2272b291aa9aa2b698fb8ed6c3d94bab","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["The waiting status colour conversion follows Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"27f5a9d44985272fedf8912f842a61cd872d3fd3","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Action notice, result card, and waiting indicator adaptive-colour conversions follow Resumable Actions. Evidence: These hunks only change mobile Resumable Action presentation tokens."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c3cf012d35a8758898eb5db6a5e9a5b403b01c76","subject":"carry(resumable-actions): docs(lastcode): guide agents through resumable actions (#143)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/143"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f52eb471cd9b29fbc23839c5356fb7684407dc1f"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a27e0499c6119df2a971ef3959a504ded2e366b8","subject":"carry(resumable-actions): feat(lastcode): standardize resumable Action reporting (#168)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/168"],"Carry-Upstream":[],"Carry-Observation":["Structured Action progress/result contracts, persistence, Action toolkit integration, primary timeline/composer/mobile UI, and their feature coverage. Evidence: PR #168's remaining paths add actionResume protocol types, reporting persistence, Action commands, and the primary cross-surface reporting UI."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fca3acbc0926c1f1e2663176c6d6f99d22789a90"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"984e7f84068dc5f54a71aded060da64d36ca494d","subject":"carry(resumable-actions): fix(mobile): restore Action resume notice import","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Restores mobile Action Resume notice."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3cf46aef0180717934049f7d172428d59db8572e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ccbfaa63f96f7a833c19bcbed91f8a923757227a","subject":"carry(resumable-actions): feat(lastcode): reconcile managed project actions (#174)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Stable IDs on resumable Project Actions belong with the Action feature configuration. Evidence: PR #174's only t3.json hunks annotate Wait for PR, Quick CI, and Intel package Actions. Tooling owns reconciliation of a checked-in action source, but does not own the Action definitions themselves."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ffe7eaed597b2ff7065f0f2ee163c516c2cd1c4b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1712390f23441b43ec39ed1b73c229310e31c095","subject":"carry(resumable-actions): test(lastcode): enforce Action reporting coverage (#179)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/179"],"Carry-Upstream":[],"Carry-Observation":["Action reporting test coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/17d3b856cc51b71d04a4bcf5a0d524ef77ec4073"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"31540ddddf8472fe3581b83c07d90fe4ba2a62ff","subject":"carry(resumable-actions): feat(lastcode): integrate resumable actions with composer stack (#180)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/180"],"Carry-Upstream":[],"Carry-Observation":["Running Action composer-banner integration belongs to Resumable Actions. Evidence: These hunks move the running Action controls into ComposerBannerStack and remove the superseded direct composer props."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9a2fc4d9716475a574aa9bf8eec79bced3e457bd"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2026659568d37cb8138c764c4d740e6ce4253223","subject":"carry(resumable-actions): feat(lastcode): integrate resumable actions with composer stack (#180)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/180"],"Carry-Upstream":[],"Carry-Observation":["Resumable Actions composer integration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9a2fc4d9716475a574aa9bf8eec79bced3e457bd"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"de198bee7b2c0caf9d1bb7d5b8ae24b7c4670f7b","subject":"carry(resumable-actions): test(web): match split active status rows","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Active status row behavior supports action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6eb82cfa26f3ceff4640992f80c327f2d17bce90"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f1b9a2ce9b9fde749f042a69f593357b1da4b808","subject":"carry(resumable-actions): fix(lastcode): reconcile nightly web tests","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Feature-specific Action timeline expectation repair. Evidence: The changed expected row ID is live-activity-row, the Action activity representation introduced by the feature."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74b09f641067199195272daf129b4c3dd5196a15"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"82043093f6c9adcfb3f62204715d669ddc01b94e","subject":"carry(resumable-actions): fix(lastcode): reconcile nightly 1253 integrations","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Removing the Action wait-stream subscription belongs to Resumable Actions. Evidence: PR #175's only hunk in this path removes subscribeDomainEvents, the event subscription used by the resumable turn-request wait contract; the remaining nightly-service repairs remain Tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/dc4f6dec7a783c9531aaeeb6270ecc85e5bec799"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"60358f099824003fc9070b3fe2adb54d75047763","subject":"carry(resumable-actions): fix(lastcode): align checkpoint smoke with replayed tree","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Composer attachment styling follows Resumable Actions. Evidence: The formatting-only hunk changes the Action eyebrow/glass selector introduced by PR #117; it has no checkpoint behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2b18f50d5d320f3888db1d72312dbc2cd7f13c1e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"19d645b83162682ebea2b65d572b5db8f7ca41b2","subject":"carry(resumable-actions): fix(lastcode): resume maintenance waits without agent polling (#194)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/194"],"Carry-Upstream":[],"Carry-Observation":["Wait-for-checkpoint Action and resumable maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/77a8cdc5eed130628418671f7ba361b6fa4fb87b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1a2f647a4250b34cbb5ae80f42956a7ea7c88574","subject":"carry(resumable-actions): feat(lastcode): resume threads after local package builds (#197)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/197"],"Carry-Upstream":[],"Carry-Observation":["The resumable Build Local Package Action declaration and agent handoff contract belong to Resumable Actions. Evidence: These hunks add the stable Action ID and continuation guidance; the package builder, updater integration, and release guide remain BuildCI."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f7348c54703d8e107ecdf693b477c923cb7f137f"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cb5c89e2f815d6018498283026d86f7e820db2ca","subject":"carry(resumable-actions): feat(lastcode): resume repaired nightly checkpoints (#201)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/201"],"Carry-Upstream":[],"Carry-Observation":["Resumable repaired checkpoint Action."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2f90115b9bda253c98d7d5db6abedc41ff046559"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cbc129407d690cddf07b8cddc3b1f127414f61f7","subject":"carry(resumable-actions): compile surviving shared release guidance","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Synthetic bootstrap-only shared-guide slice; docs/lastcode/nightly-workflow.md: 0 surviving lines; docs/lastcode/release.md: 112 surviving lines."],"Carry-Evidence":["4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b; frozen source 4156900"],"Carry-Supersedes":[]}}
lastobelus pushed a commit that referenced this pull request Sep 7, 2026
Carry-Group: tooling
Carry-Contribution: {"sourceCommit":"08f6973dfdca692a18c2f34d6c040c31f3b097c1","subject":"carry(tooling): document fork evaluation conventions","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/b395cfc734c2e505f7b7e23fefd005a3d530ad9b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b50ef10425fee54a114f76388abd20de13cd4c75","subject":"carry(tooling): Add LastCode nightly sync and local release tooling","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly-sync command registration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d78a739bb68a81d66b2d5cd6e19e6282e4dcb422"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"32526962a05a7c84266a425a58f50abbbdb0d9a9","subject":"carry(tooling): Add LastCode nightly sync and local release tooling","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly source-tracking guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d78a739bb68a81d66b2d5cd6e19e6282e4dcb422"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9f4e928c74e765680867215d37880791e28fe544","subject":"carry(tooling): Add LastCode nightly sync and local release tooling","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d78a739bb68a81d66b2d5cd6e19e6282e4dcb422"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e7e7e51204f1a6120693f3115a8348be21a823ca","subject":"carry(tooling): Add LastCode plan and PR review skills","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/8a60d13faa5b87ff669b426361990ee0b4ccf6b3"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d71838a6f8507c044e35b2aa83c2af11d5cf6a23","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, checkpoint-service, and merge command registration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"46649b79c975002925af314dd71dc022922e1ca1","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint creation, recovery, promotion, and service-operation guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"994c7d784ed6316d969f792292ef8e0e51468fca","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Nightly-tracking reference, runtime identity, and local orchestration guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"da34807d9c3948790a0b7956f46c662e2de5351d","subject":"carry(tooling): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3bdabeea6e9b4788092ef21e3e742d8b69c1f11"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"de8b3f09a005cb7b0a9265eace5e42ceee35317c","subject":"carry(tooling): fix(release): create checkpoint worktree branch (#2)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/2"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/bf49a89a847ba495076c71c395194bdc342279a8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5e790ea3e0beffbb6813f9fab23b278d5abf755b","subject":"carry(tooling): fix(release): isolate checkpoint smoke runner (#3)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/3"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/40c613b75193dfaeab3e8d25107f08a35f17d9a4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"946269e9b272c1d7cfde43fb3bd2d49fe0708c0d","subject":"carry(tooling): fix(release): provision nightly service worktree (#4)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/4"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/217560dd91515ed8f00720a7df9507a71071e9ac"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"15944f05e40b95f9763b033563a13ddf3f001194","subject":"carry(tooling): fix(release): bootstrap checkpoint dependencies locally (#5)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/5"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/407dee55370022a5647ae404207b2d22dbc51c59"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7285083370982ecabb3dadc688b205569977eae1","subject":"carry(tooling): feat(release): add checkpoint dashboard (#6)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/6"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/7d3cf7397aa321b0c591c3afbb2d3a32b0327aab"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7e4df1e28077022a4aacb11e65cec661b4615435","subject":"carry(tooling): fix(release): avoid duplicate checkpoint tag CI (#8)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/8"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fecef09c3975834160640d7891da0d3cb0ea6d1e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0bafcf129154615b8020d5150e365e7e700550f0","subject":"carry(tooling): fix(release): retry published checkpoint promotion (#9)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/9"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/119973cf3bbd064d25fc8545c31d601c3273d8bf"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e5209a2a0258a77b57b4c8bd8c677b1fa817541f","subject":"carry(tooling): docs(lastcode): define contribution workstreams (#10)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/10"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/dcb4379d7e822e0fee18cc054f7b108ea4192511"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"abbd722e028917d51ae0ce025c5e63e80820b087","subject":"carry(tooling): fix(lastcode): stabilize local nightly updates (#14)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint recovery, promotion, service, and dashboard-operation guidance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/5c99904dadcdd1cf44f3bae80c081f50c4c77abe"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ad1cf74a6b4ae27427a2a0740f62415c362a204f","subject":"carry(tooling): fix(lastcode): stabilize local nightly updates (#14)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/5c99904dadcdd1cf44f3bae80c081f50c4c77abe"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"acaeacdd84f1e85ca5e08c43573b8513856a2466","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision creation, recovery, references, and checkpoint promotion belong to Tooling. Evidence: These hunks extend checkpoint orchestration from checkpoint-only state to ordered revisions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e72738d6d80d3578e1baf1edfffc3d023af6e115","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["The merge handoff's checkpoint-daemon request remains Tooling. Evidence: Only this hunk asks the daemon to publish a revision after a completed merge."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9858423e46459caa51600182b6d90ebcb7cb76b6","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision lifecycle framing belongs to Tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9f2e790938a48588cfe000d377931b617b25f128","subject":"carry(tooling): feat(lastcode): publish installable merge revisions (#16)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0fa33720e5a1ce25bcd5d6954123ef28b81f202b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f4f6033cc2730068b3e4246098364e6f8ce1c315","subject":"carry(tooling): fix(lastcode): validate daemon pushes before connecting (#17)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/17"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a75a3295fb10fd6733a65e4292667b668da1b4a9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"173e9186a55db6bbbb6510d72dc54bbf0aca5bae","subject":"carry(tooling): feat(lastcode): show local nightly build activity (#25)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/25"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c4c8e9a395c16f58ec8a148149d3e54cb121f7fe"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e2e61a08194fec95b45e57792652f081595bfc48","subject":"carry(tooling): feat(lastcode): add upstream PR import skill (#27)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/27"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/730e934971fee80c1dda117519ff74b5823a7a5f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e04399d1f3b6cedb578394fdc0e1f6eff0111983","subject":"carry(tooling): feat(lastcode): add personal setup bootstrap (#37)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/37"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/645917073a28747e9fa364d70a6164ebde41b48b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"881b1389ec9a40ecb33bad124dfd9cc0a785341f","subject":"carry(tooling): fix(server): lease Darwin server ownership (#57)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/57"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c42208596884dec2678b8afa8918a69ca7fbe6bb"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7c37ac8b5f04d5877b2b83ce18ed95835383f066","subject":"carry(tooling): feat(lastcode): add durable remote update drain state (#60)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/60"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/db6d3b9dedab7df287bc72e9163a0104edd92ec9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6756c86f7e849831224a84e87aa80472baa18b69","subject":"carry(tooling): feat(server): gate work during update drain (#64)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/64"],"Carry-Upstream":[],"Carry-Observation":["Durable update-drain operation, persistence, terminal gating, authorization, and release operations. Evidence: These paths define the drain lifecycle and its durable command/receipt infrastructure rather than Action behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e5f50b65f6785b84d791be4b801292238c3fb8c6"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c7773ff356bf89461e6f0c033e569886ea5d4aff","subject":"carry(tooling): fix(lastcode): deduplicate reconciled contract import","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0ef2a3a47bace8477605aa6d173f6d084ee1d6f3"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ac7512bf821c37a6f6ca3b6de740ecbc5623b43c","subject":"carry(tooling): fix(lastcode): explain checkpoint rebase conflicts (#67)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/67"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d75b690c043c6c841c7051df3b0da7c4d23c979e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7d3d081d457bc09790aca6092c7200be38313c1d","subject":"carry(tooling): fix(lastcode): wait for active checkpoint recovery (#70)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/70"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c7c8339f06ce2193ad05d1fb758f713e9ee46214"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ce1702b0eea10aa20304132a4c92816d74691f02","subject":"carry(tooling): feat(lastcode): update managed server on its configured schedule (#81)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/81"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f13011efa84a50bef50e38758bd60f96b358abee"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"66fc535cbfca92a5cde12d5b205f54e40b656f35","subject":"carry(tooling): feat(lastcode): make worktree cleanup durable (#76)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/76"],"Carry-Upstream":[],"Carry-Observation":["Durable worktree-cleanup state, deletion reactor, VCS retry, command, and contract implementation. Evidence: These hunks define cleanup persistence and recovery behavior independently of its presentation surfaces."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3a9760874b76c1f686e7c3948003fd08bf3016e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e7ff623e4465de97c94bbbae286941f081027992","subject":"carry(tooling): fix(lastcode): describe nested vendor gitlink (#83)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/83"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4a1ef4ba683b76c622ee5971d652fe9520fc1c66"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2ea240ee575d98be7528939eaa0b9d4115e8e392","subject":"carry(tooling): fix(lastcode): repair nightly promotion after replay (#89)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/89"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/47b5a372a0cb0562c1b506f7e1cc649ee2cfc293"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"902cb01a6b890d31c7bceecea8236d8a9ab2fa46","subject":"carry(tooling): feat(lastcode): run managed server headlessly (#90)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/90"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f057bb00849df8a9b6852aee2de2f19a8cb9885b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e2c9440d78272c0f0558a9968a16607e695f4982","subject":"carry(tooling): fix(lastcode): retry headless readiness probes (#94)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/94"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c7dda8c9e52d1f6200f975c6bc2d30859b091899"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"606dd068b5590d3ba4cc3a0ad06906495ecd1cb9","subject":"carry(tooling): fix(lastcode): keep checkpoint migrations replayable (#95)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/95"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint migration replay maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/eb837b1efb24e4022adaaa6e05cfd93b627f201e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e14486d84cdabed1cd738b65289092ac02f0d2ba","subject":"carry(tooling): fix(lastcode): make checkpoint failures self-reporting (#101)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/101"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint failure reporting and service maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0ccb6ec0bd54ebe6c2662458a6ffe9a6acbb457d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a9390bdd0c46b77303d186911883e18f4907bf58","subject":"carry(tooling): fix(lastcode): keep replay fixtures forward-compatible (#105)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/105"],"Carry-Upstream":[],"Carry-Observation":["Replay fixture maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4c07357b47e371a96d6aebb7259a5676753e5be9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7f94d7095969f34a9f09430efd3f7b5664c951e8","subject":"carry(tooling): refactor(lastcode): separate deployment infrastructure (#109)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d2eb3ffbc4698ed0987f3ccedcd78e9f8261094a"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e14c51bd78fbdd94e523273c0480fe92036e9a05","subject":"carry(tooling): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint-service wording and topology-neutral deployment primitives belong to Tooling. Evidence: These hunks describe release orchestration and environment-neutral deployment composition rather than producing or validating an artifact."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4a36a736fb8d32b0b6b468a346ee00d431698d08"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d8778bc51ff8c5101b51af40e8616144157b5cff","subject":"carry(tooling): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4a36a736fb8d32b0b6b468a346ee00d431698d08"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"12a7d260043671fc9ac528416666df531f032046","subject":"carry(tooling): fix(lastcode): silence absent checkpoint service (#118)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/118"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/004722575f86b31c9610514707bf71a27626e719"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4e65508273afbfff6c00907ab23ff0785bcdaa73","subject":"carry(tooling): fix(lastcode): finish checkpoints safely (#119)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/119"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/373878ffad42b4eaae6903ef5c302efe0032217f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6b8e557ee69e4fd32ea25e822da26a658ff63991","subject":"carry(tooling): fix(lastcode): validate checkpoint lint before publish (#120)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint lint gate and service scripts."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"56c3fcd3e0c830571318f2cff320412bb1e5c1a4","subject":"carry(tooling): fix(lastcode): keep checkpoint freshness current (#139)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/139"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/71f4104371ffa557a903a0e791e630da5bf1a297"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cbbd1e7741554a94519815d3b2873cf851decc6e","subject":"carry(tooling): fix(lastcode): keep theme replay smoke compatible (#140)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/140"],"Carry-Upstream":[],"Carry-Observation":["Replay smoke compatibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f2ef9b3c5489413af42d46679315dc95a4a2a9c2"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1f2455eb195c476c9fe0b3c980c739ad4a173f4d","subject":"carry(tooling): fix(lastcode): include remote checkpoint tags in status (#142)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/142"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/233b1ae1ee1212351117f16497d9c86343dbb8ea"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3a59b470e62066043070bd2095b5e3e5c5126b8a","subject":"carry(tooling): feat(lastcode): inventory downstream carry set (#149)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/149"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/278445fada2399bdfc056d35c548e5059f394daa"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5e9232ecae59252a092827138b93cf3fd5bfc442","subject":"carry(tooling): feat(lastcode): add public docs feature registry (#167)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/167"],"Carry-Upstream":[],"Carry-Observation":["LastCode public documentation tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fccaf4ecbf4165cec8947f0b14de41d071ed8851"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f8d8288fe0b407193ef94dca955461b3e016bd23","subject":"carry(tooling): fix(lastcode): skip superseded checkpoint recoveries (#166)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/166"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e727f507b84321e9e35fc815a6aef2e953149172"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2f1c9fb594247ce1b333580d737eccb8a5083717","subject":"carry(tooling): feat(lastcode): add public docs fixtures (#170)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/170"],"Carry-Upstream":[],"Carry-Observation":["Public documentation fixtures."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/be4dfff50979a13be1c2bc1493d392a32de257fa"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2790665ba1e730e0abef2a7e0f996b55f89c9626","subject":"carry(tooling): feat(lastcode): shadow-check checkpoint carry sets (#171)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/171"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, release, or general maintenance orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c604b14d812a904ba64ce41f6e98c74985cd4e9f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4cfcf67f7f012baf28f7c0fc467c06b94f673b9d","subject":"carry(tooling): fix(lastcode): typecheck checkpoints before publishing (#176)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/176"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint pre-publication typecheck."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/bd13a1ccdb354301654ffd6cf14e8cbcdabfb861"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"66d8c2e79bcc3c27c6231d7febef1d71aeca8994","subject":"carry(tooling): feat(lastcode): reconcile managed project actions (#174)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Project action reconciliation and service orchestration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ffe7eaed597b2ff7065f0f2ee163c516c2cd1c4b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f872def2b0787dc802aa9d1df756d2fbf81cf73a","subject":"carry(tooling): fix(lastcode): keep docs fixture commands live (#177)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/177"],"Carry-Upstream":[],"Carry-Observation":["Documentation fixture command maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9f3924cad6a0c30029a5058dc09745410637b942"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"14d5735b50fe46f4714ac82c4962481442f18dcf","subject":"carry(tooling): feat(lastcode): safeguard persistent threads (#178)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/178"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/94389c9600931744389cd12691e5645831a3a12d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b754de22a3e4e632908a6b98b692e29ed9e8d000","subject":"carry(tooling): fix(server): combine CLI environment test layers","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["CLI test layer maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/781e7c5031e26150eacc5a235e40d6e5ec215233"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a12d0bca5e890283f9728dbc3742598bff69a83d","subject":"carry(tooling): fix(lastcode): reconcile nightly web tests","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Format-only settings cleanup with no Action or sidebar behavior. Evidence: The only useSettings hunk deletes a blank line; it has no feature owner and remains Tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74b09f641067199195272daf129b4c3dd5196a15"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"893f21c6107fd699676c04e7854aae856995ac00","subject":"carry(tooling): fix(lastcode): reconcile nightly 1253 integrations","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly integration repair spans updater and service tests."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/dc4f6dec7a783c9531aaeeb6270ecc85e5bec799"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2e23ea9eacd7e6ffef32eb78d894be924e13bb10","subject":"carry(tooling): fix(lastcode): reconcile nightly 1256 integrations","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Mixed nightly reconciliation repairs with no shared product owner. Evidence: The remaining hunks remove an obsolete model seed and renumber a migration fixture."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2f8418eb9c9b87164768bff5f2f0bf1e0ec886e6"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"76acc15a59587f1e81bcb94b610062e82b35a10a","subject":"carry(tooling): fix(lastcode): reconstruct renamed carry-set paths","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Carry-set reconstruction tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/eb2b9fbc698775b92471d6c7c7b2d92c7474832e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9d29c2bf71f2dd8f8ed3cfef3f313065e8f50e51","subject":"carry(tooling): fix(lastcode): reconcile nightly 1262 integrations","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly integration migration and UI repair."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/646f1b96e0844e7f29232ef1fa753b9bd6288868"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0304b910fa7dc1c592588caf8bf46cd1a3e38c39","subject":"carry(tooling): fix(lastcode): clean replay migration fixtures","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Replay migration fixture cleanup."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/204da32488b3eb4dcc6615b20a0d0619085e2ba0"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"8c626ffd49b0f7d196c73e2dea314c9781242a8c","subject":"carry(tooling): fix(lastcode): align checkpoint smoke with replayed tree","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Checkpoint smoke and managed checkout maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2b18f50d5d320f3888db1d72312dbc2cd7f13c1e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c542e5f49fe343749dabe96884fef9b2fa038812","subject":"carry(tooling): fix(lastcode): reconcile nightly typechecks","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Server test-harness repair. Evidence: The remaining server hunk extracts a shared test layer and has no feature owner."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74680f64e7e90d3007d1e5e77852980a52acc91b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e03889de8306df08ba2f5b38eb3df8707c17ace0","subject":"carry(tooling): fix(lastcode): reconcile nightly formatting","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly formatting repair in a server test."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/30d2513b98114564bf62a25d026cdcf71d234b33"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"60386b06fe16f34248f8ad2ad38cf02d2a7d6e76","subject":"carry(tooling): fix(web): update file save test import after nightly rebase","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly test import repair."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0c10ddd13e4470e1e96d8fe35c9de1a217b2d074"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3c862d17bd3d10313a2de7380576e754c474daff","subject":"carry(tooling): fix(lastcode): resume maintenance waits without agent polling (#194)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/194"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/77a8cdc5eed130628418671f7ba361b6fa4fb87b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e03effd20aa55a5e4a3b9a8922f98c69ffc3ae13","subject":"carry(tooling): fix(lastcode): recover revision provenance across nightlies (#195)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/195"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint revision provenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/13a66dfe35f8e80ff96de2aae21a80e35eaf4067"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1b1c0dda9eab6a808fb493d3176946e91eb5fbdb","subject":"carry(tooling): feat(lastcode): resume threads after local package builds (#197)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/197"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f7348c54703d8e107ecdf693b477c923cb7f137f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e4f4d7a22811faf04abb40f21955f31117d31a21","subject":"carry(tooling): fix(server): align nightly import tests with LastCode services","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Nightly import test compatibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/5d76ad48ac5b06a56af25f993348ed39371e870d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b2ab02a7e9860ba04328ca98a7ad9d9fabf9f451","subject":"carry(tooling): feat(lastcode): resume repaired nightly checkpoints (#201)","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/201"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint, carry, service, supervisor, or release-orchestration implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2f90115b9bda253c98d7d5db6abedc41ff046559"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c2d90798c8b1179f7daaa184cc276db81a0a2aab","subject":"carry(tooling): compile surviving shared release guidance","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Synthetic bootstrap-only shared-guide slice; docs/lastcode/nightly-workflow.md: 396 surviving lines; docs/lastcode/release.md: 152 surviving lines."],"Carry-Evidence":["4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03; frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"47a8148197545734eb9ce985065a4b4151455b6c","subject":"carry(tooling): retire obsolete checkpoint alerts after recovery","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/208"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint supervision retires queued alerts after a successful recovery, preserves uncertain delivery recipients, and keeps failed-run retries. The operating guidance and focused supervisor coverage belong with the checkpoint tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69 (v0.0.39-nightly.20260905.1290); historical source 42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e25abe7f1beb29ab2e4b68d74a55e9ec7bec29de","subject":"feat(lastcode): implement compact carry replay foundation","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Implements replay and source retention; bootstrap activation and full production lifecycle proof remain outstanding."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ddad73b14eba13523b333f0b1567192c5143846d","subject":"fix(lastcode): preserve historical carry bootstrap","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Synthetic lifecycle coverage now preserves a latest historical checkpoint baseline and its represented main tail; live production acceptance remains separate."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0c128b3d754fb2cd7abf06cc35c0d71e9df05667","subject":"feat(lastcode): validate carry ownership in CI","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":[],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9bc9ac33f22187d525aafc34250c288eb6a375ad","subject":"fix(lastcode): isolate carry replay from rerere locks","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Automatic rebase does not inherit rerere writes; retained conflicts remain available for explicit recovery."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7094216b3ef1b000a1f06306ecde6d2ddcf29da2","subject":"feat(lastcode): activate six-group carry replay from verified revision","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["The bootstrap preserves the complete immutable 1290.1 tree while separating six ordered owners and retaining descriptive fix evidence. Historical replay remains an explicit rollout escape hatch until the full production lifecycle is proven."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/releases/tag/lastcode%2Frevision%2Fv0.0.39-nightly.20260905.1290.1"],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"40c21e575aaa6247a09750213f26a116eb937222","subject":"fix(lastcode): retain prepared compact provenance","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Prepared compact bootstraps preserve validated nested contribution metadata when recompiled."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"829a014771eb0745acb093605e72839aaa3edd7c","subject":"fix(lastcode): fetch carry activation refs for checkpoints","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Carry activation and later checkpoint runs require remote-only retained source commits and the immutable prepared bootstrap partition."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts remote-only carry ref lifecycle"],"Carry-Applies-To":["carry replay checkpoint activation"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"13948c94f34663ac146e49a9990f0d6d406733b2","subject":"test(lastcode): keep carry collision fixture on source branch","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["The checkpoint lifecycle fixture must run from its LastCode source branch so remote bootstrap fetching does not read the repository's production manifest."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts full three-test lifecycle"],"Carry-Applies-To":["carry replay checkpoint activation"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"00148cefac51ffa1d8f73961b327bab2a39fecc2","subject":"test(lastcode): isolate historical rename fixture configuration","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Historical reconstruction coverage uses its own manifest so production carry activation cannot change the fixture mode."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"47b28d233b70fb902548ac831c692f9e47b2647e","subject":"fix(lastcode): validate advanced carry squash bases","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["A carry squash may follow a base advance only when Git reconstructs its exact tree from the reviewed base, advanced parent, and immutable source head."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ea133798d8701e48fe40742884ae7f3368709d08","subject":"test(lastcode): make carry lifecycle fixtures self-contained","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["The checkpoint lifecycle fixture belongs to Tooling and must run from GitHub Actions partial checkouts without lazy object fetching."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts full three-case lifecycle with GIT_NO_LAZY_FETCH=1"],"Carry-Applies-To":["carry replay checkpoint lifecycle validation"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f66ba6040c860449493330dc649a0c1bdd3d409c","subject":"fix(lastcode): honor rollback and retain bootstrap failures","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Explicit historical rollback must publish its mode and reason, while carry bootstrap failures must either clean proven-retryable publication state or retain an identified recovery branch."],"Carry-Evidence":["scripts/lastcode-checkpoint.test.ts and scripts/lastcode-checkpoint-lifecycle.test.ts"],"Carry-Applies-To":["carry replay checkpoint revisions and initial bootstrap publication"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"32bb0d34f0bc76ff3a8661cab82433e68fc95529","subject":"fix(lastcode): record failed bootstrap cleanup","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Failed bootstrap cleanup must still leave an actionable recovery record, and explicit historical rollback must publish its requested metadata."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts"],"Carry-Applies-To":["initial carry bootstrap failure handling and same-source historical rollback"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6836d255ba8470c6f92f39709aad90d6e3824ee8","subject":"fix(lastcode): retain same-file historical repairs","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Historical replacement candidates must match Git’s exact merge of the previous checkpoint and current source, including separate hunks in shared files."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"966e11dee89d86711624a5944744076d9f301fc6","subject":"fix(lastcode): keep recovery previews read-only","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Previewing a retained recovery must not complete its plan, rebase its branch, update refs, or record a selection."],"Carry-Evidence":["scripts/lastcode-checkpoint-lifecycle.test.ts"],"Carry-Applies-To":["dry-run recovery selection for persisted carry replay plans"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cc9ef26673897297a6cc599eedce5526cf9c814e","subject":"fix(lastcode): validate shadow checks by published replay mode","group":"tooling","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/210"],"Carry-Upstream":[],"Carry-Observation":["Immutable tag metadata selects historical reconstruction or compact validation independently of the current carry configuration; legacy tags retain historical validation."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"fae515493334e1b261d87236b1d6391e75fb1d1b","subject":"fix(lastcode): validate migration history before checkpoint publication","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Every reconstructed candidate must retain separate migration histories and pass historical upgrade tests, including when optional smoke is disabled."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7b7ad23e2929758243df7c5134c612f255069cac","subject":"fix(web): keep archive snapshot helper private","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Remove the unused export flagged by the required GitHub export check; local callers and behavior are unchanged."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a7509a0bc5c76481edb70c89eb45214c94856b3f","subject":"fix(lastcode): retain released legacy migration histories","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Compare reconstructed legacy upgrade identities against the previous release so candidate-owned fixtures cannot silently drop support."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"567e14ba9abf9927b8465f278bd4d4dea072571d","subject":"test(lastcode): include legacy history in checkpoint fixtures","group":"tooling","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":[],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
lastobelus pushed a commit that referenced this pull request Sep 7, 2026
Carry-Group: resumable-actions
Carry-Contribution: {"sourceCommit":"2ea5004ffc2c1c86f72b05bd0e0afe10473a079d","subject":"carry(resumable-actions): feat(lastcode): resume agents after opted-in Actions (#28)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/28"],"Carry-Upstream":[],"Carry-Observation":["Essential Action lifecycle, contracts, MCP exposure, terminal management, and Action-specific UI/tests. Evidence: PR #28's remaining paths define actionResume state, toolkit handlers, orchestration receipts, and the primary chat/desktop flows."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a4224354633307a3c934f4e6d6b90f602985a47a"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c93db5fea6fb096beb97ac88ef2231c744a34dcc","subject":"carry(resumable-actions): feat(lastcode): add mobile Action resume controls (#29)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/29"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/055e31288ef5b2a5e503365f7496f2854f140d51"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4bbc802a08bed5555478db0cf3361e02fa2da5ef","subject":"carry(resumable-actions): feat(lastcode): improve Action Resume feedback (#34)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/34"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/b2d9fef1dedd24ee00acac920ef0ded9e146c44f"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"267e00a29e4eb3e0720a400a9706e97b43910d0b","subject":"carry(resumable-actions): fix(lastcode): keep settled Actions settled on restart (#36)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/36"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/224ce7f9f1e169b67f5a7a1fd26bbdef6674b0d4"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"13284645ac5082204471fb92f9f5b488adf6b238","subject":"carry(resumable-actions): fix(lastcode): restore main test expectations (#62)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/62"],"Carry-Upstream":[],"Carry-Observation":["Action working-row expectation repair. Evidence: The changed assertion adds showThinking to the Action working timeline row."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/84bb0cf98183e41e28897d9636c3296ac2c371d8"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0170e307d1e03e6d78b4af3be9877cc614ccf3f8","subject":"carry(resumable-actions): feat(server): gate work during update drain (#64)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/64"],"Carry-Upstream":[],"Carry-Observation":["Action launch, follow-up delivery, server wiring, MCP, and RPC admission behavior. Evidence: These hunks call UpdateDrainAdmission only at Action entry points and widen the Action resume RPC result contract."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e5f50b65f6785b84d791be4b801292238c3fb8c6"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"dbc05b65fa11cf95ee04e1b5899d9f26373fbaef","subject":"carry(resumable-actions): feat(lastcode): support Action Resume with Claude (#71)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/71"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/bd1874a02456faea7b7be0e606f5452753379b52"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"043c9b507b011d2d361ad1e44c5c4bd76bcb2146","subject":"carry(resumable-actions): feat(lastcode): wait for PR gates in an Action (#88)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/88"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ff11d413898973608e793c78a65d44788cffbb87"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"57334f471d289ef11bcc239d5f6cef6042b265f2","subject":"carry(resumable-actions): feat(lastcode): add resumable full CI action (#92)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/92"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6677c6b83d7979e194a907b769dc76c033285271"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0c9dc3b7af210743d7dcc80a5544c3087292f452","subject":"carry(resumable-actions): fix(web): keep resumable actions visible while working (#98)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/98"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action lifecycle, mobile status presentation, composer controls, contracts, and feature-specific guidance. Evidence: The remaining hunks preserve Action visibility across primary chat and mobile surfaces and extend the Action resume contract."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a328a6c695f63290dd521e202988b6364be41c31"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"61c5a014a1b04d313c2bc78521ea20fd366ead22","subject":"carry(resumable-actions): feat(lastcode): prove hosted CI waiting (#104)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/104"],"Carry-Upstream":[],"Carry-Observation":["Resumable Wait for PR Action behavior and feature-specific coverage. Evidence: The remaining two files implement and test the Action's bounded wait and resume lifecycle."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ced536d7d370ffa8b58ca94faa1b48b1f4594a88"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f7047ab45fd412d746652ff3d8b3961c4a7fcbfc","subject":"carry(resumable-actions): feat(lastcode): collapse resumable action output (#97)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/97"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/88359a7774e46a3248da6e8c664385a3f6589235"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1ad20cba08b144a5cafe19940d946f5df282ad81","subject":"carry(resumable-actions): feat(lastcode): add resumable Intel builds (#106)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/106"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/69ce9ed094c26d8816ee4da744eef4c75cb905c2"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f79842197279b2d21239bfd7ea10b008f056a69d","subject":"carry(resumable-actions): feat(lastcode): resume after quick ci (#110)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/110"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2a8cf9d0504eaf582214240614ae5747a12a799c"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f94bd2577b8b8c471d10e4947d364c245f9145d8","subject":"carry(resumable-actions): feat(lastcode): make GitHub CI merge authority (#111)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/111"],"Carry-Upstream":[],"Carry-Observation":["Wait for PR Action integration and the agent workflow that launches it. Evidence: The remaining hunks update Action-specific skills, fold CI waiting into the resumable waiter, and remove the obsolete separate Action declaration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9be141a93a19c977ed82b983ebf586ebb781a53d"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"581827f0562bd74a6ac2d894621aa150abf436a3","subject":"carry(resumable-actions): fix(web): match action eyebrow backgrounds (#117)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/117"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e0784d27a517a589e0f15da993a2eedcbdbd7cb3"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9d02f6da04a98530ac966827586dda50e8068a00","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Adaptive Action card and waiting-indicator colours follow Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ec9f0e1ff31bef3cc7b5b77434603cc1be3056aa","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Adaptive Action card and waiting-indicator colour declarations follow Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"863ea34a2272b291aa9aa2b698fb8ed6c3d94bab","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["The waiting status colour conversion follows Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"27f5a9d44985272fedf8912f842a61cd872d3fd3","subject":"carry(resumable-actions): fix(lastcode): validate checkpoint lint before publish (#120)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/120"],"Carry-Upstream":[],"Carry-Observation":["Action notice, result card, and waiting indicator adaptive-colour conversions follow Resumable Actions. Evidence: These hunks only change mobile Resumable Action presentation tokens."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3ea6c456f10ff38aa7f6b3d0d8b4cc54867cd646"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c3cf012d35a8758898eb5db6a5e9a5b403b01c76","subject":"carry(resumable-actions): docs(lastcode): guide agents through resumable actions (#143)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/143"],"Carry-Upstream":[],"Carry-Observation":["Resumable Action capability and feature-specific coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f52eb471cd9b29fbc23839c5356fb7684407dc1f"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a27e0499c6119df2a971ef3959a504ded2e366b8","subject":"carry(resumable-actions): feat(lastcode): standardize resumable Action reporting (#168)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/168"],"Carry-Upstream":[],"Carry-Observation":["Structured Action progress/result contracts, persistence, Action toolkit integration, primary timeline/composer/mobile UI, and their feature coverage. Evidence: PR #168's remaining paths add actionResume protocol types, reporting persistence, Action commands, and the primary cross-surface reporting UI."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fca3acbc0926c1f1e2663176c6d6f99d22789a90"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"984e7f84068dc5f54a71aded060da64d36ca494d","subject":"carry(resumable-actions): fix(mobile): restore Action resume notice import","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Restores mobile Action Resume notice."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3cf46aef0180717934049f7d172428d59db8572e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ccbfaa63f96f7a833c19bcbed91f8a923757227a","subject":"carry(resumable-actions): feat(lastcode): reconcile managed project actions (#174)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Stable IDs on resumable Project Actions belong with the Action feature configuration. Evidence: PR #174's only t3.json hunks annotate Wait for PR, Quick CI, and Intel package Actions. Tooling owns reconciliation of a checked-in action source, but does not own the Action definitions themselves."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ffe7eaed597b2ff7065f0f2ee163c516c2cd1c4b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1712390f23441b43ec39ed1b73c229310e31c095","subject":"carry(resumable-actions): test(lastcode): enforce Action reporting coverage (#179)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/179"],"Carry-Upstream":[],"Carry-Observation":["Action reporting test coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/17d3b856cc51b71d04a4bcf5a0d524ef77ec4073"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"31540ddddf8472fe3581b83c07d90fe4ba2a62ff","subject":"carry(resumable-actions): feat(lastcode): integrate resumable actions with composer stack (#180)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/180"],"Carry-Upstream":[],"Carry-Observation":["Running Action composer-banner integration belongs to Resumable Actions. Evidence: These hunks move the running Action controls into ComposerBannerStack and remove the superseded direct composer props."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9a2fc4d9716475a574aa9bf8eec79bced3e457bd"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2026659568d37cb8138c764c4d740e6ce4253223","subject":"carry(resumable-actions): feat(lastcode): integrate resumable actions with composer stack (#180)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/180"],"Carry-Upstream":[],"Carry-Observation":["Resumable Actions composer integration."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9a2fc4d9716475a574aa9bf8eec79bced3e457bd"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"de198bee7b2c0caf9d1bb7d5b8ae24b7c4670f7b","subject":"carry(resumable-actions): test(web): match split active status rows","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Active status row behavior supports action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6eb82cfa26f3ceff4640992f80c327f2d17bce90"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f1b9a2ce9b9fde749f042a69f593357b1da4b808","subject":"carry(resumable-actions): fix(lastcode): reconcile nightly web tests","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Feature-specific Action timeline expectation repair. Evidence: The changed expected row ID is live-activity-row, the Action activity representation introduced by the feature."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74b09f641067199195272daf129b4c3dd5196a15"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"82043093f6c9adcfb3f62204715d669ddc01b94e","subject":"carry(resumable-actions): fix(lastcode): reconcile nightly 1253 integrations","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Removing the Action wait-stream subscription belongs to Resumable Actions. Evidence: PR #175's only hunk in this path removes subscribeDomainEvents, the event subscription used by the resumable turn-request wait contract; the remaining nightly-service repairs remain Tooling."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/dc4f6dec7a783c9531aaeeb6270ecc85e5bec799"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"60358f099824003fc9070b3fe2adb54d75047763","subject":"carry(resumable-actions): fix(lastcode): align checkpoint smoke with replayed tree","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Composer attachment styling follows Resumable Actions. Evidence: The formatting-only hunk changes the Action eyebrow/glass selector introduced by PR #117; it has no checkpoint behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2b18f50d5d320f3888db1d72312dbc2cd7f13c1e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"19d645b83162682ebea2b65d572b5db8f7ca41b2","subject":"carry(resumable-actions): fix(lastcode): resume maintenance waits without agent polling (#194)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/194"],"Carry-Upstream":[],"Carry-Observation":["Wait-for-checkpoint Action and resumable maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/77a8cdc5eed130628418671f7ba361b6fa4fb87b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1a2f647a4250b34cbb5ae80f42956a7ea7c88574","subject":"carry(resumable-actions): feat(lastcode): resume threads after local package builds (#197)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/197"],"Carry-Upstream":[],"Carry-Observation":["The resumable Build Local Package Action declaration and agent handoff contract belong to Resumable Actions. Evidence: These hunks add the stable Action ID and continuation guidance; the package builder, updater integration, and release guide remain BuildCI."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f7348c54703d8e107ecdf693b477c923cb7f137f"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cb5c89e2f815d6018498283026d86f7e820db2ca","subject":"carry(resumable-actions): feat(lastcode): resume repaired nightly checkpoints (#201)","group":"resumable-actions","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/201"],"Carry-Upstream":[],"Carry-Observation":["Resumable repaired checkpoint Action."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2f90115b9bda253c98d7d5db6abedc41ff046559"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"cbc129407d690cddf07b8cddc3b1f127414f61f7","subject":"carry(resumable-actions): compile surviving shared release guidance","group":"resumable-actions","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Synthetic bootstrap-only shared-guide slice; docs/lastcode/nightly-workflow.md: 0 surviving lines; docs/lastcode/release.md: 112 surviving lines."],"Carry-Evidence":["4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b; frozen source 4156900"],"Carry-Supersedes":[]}}
Sign up for free to 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.

1 participant