feat(lastcode): standardize resumable Action reporting - #168
Merged
Conversation
## What Changed Introduces the first slice of #144: a versioned resumable Action reporting protocol, nonce-bound terminal framing, bounded schemas for canonical outcomes and progress, and a small reporter kit used by Wait for PR, Quick CI, and Build Intel package. The server validates the first terminal result, keeps protocol control frames out of retained logs, preserves legacy unstructured Action behavior, and continues to own execution failure and cancellation separately from Action-authored outcomes. ## Why Resumable Actions currently rely on bespoke final-line conventions. A shared contract gives later stacked changes a safe, bounded result to resume with and a common progress model to present in the UI. ## Stack - This PR: result/progress contracts, launch wrapper framing, and reporter kit. - Next: compact resume payloads and read-only output inspection. - Then: live progress and canonical outcome presentation. - Umbrella issue: #144. ## Validation - 127 focused contract, protocol, server, terminal, and workflow tests pass. - Targeted lint passes. - Contracts, shared, server, and scripts typechecks pass. - Quick CI passed for `5cb53eac278e73f7b6ec93a4dd4b9e8ca29e2df9` against `b88b77e431978fdd920decaf2ca0c2cb3c3c443f`. Created with gpt-5.6-sol via the Codex harness.
Closes the context-cost portion of #144. Resumable Actions now resume the agent with a compact, schema-validated report or legacy final-line summary instead of copying the bounded terminal tail into every turn. A read-only `inspect_action_run` tool retrieves the retained same-thread output only when more detail is needed, and terminal history reads first flush pending persistence. Web and mobile distinguish these compact cards from legacy expandable output. Validation: 121 focused tests, targeted lint, contracts/shared/server/web/mobile typechecks, and LastCode Quick CI. Implemented with GPT-5.6-sol through the Codex harness in T3 Code.
Completes the first milestone in #144. Protocol-aware Actions now publish bounded Working or Waiting summaries into revisioned lifecycle state. The server deduplicates and throttles progress, caps each run, and preserves deterministic restart hydration. Web/desktop and mobile share canonical presentation for live state and completed success, attention, blocked, execution-error, interruption, and cancellation outcomes. LastCode Quick CI, Wait for PR, and Build Intel package now exercise the progress contract. Validation: 551 focused tests, targeted lint, contracts/shared/client/server/web/mobile/desktop/scripts typechecks, and LastCode Quick CI. Visual QA evidence will be attached before merge. Implemented with GPT-5.6-sol through the Codex harness in T3 Code.
Owner
Author
|
@codex review |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Codex Review: Didn't find any major issues. 👍 Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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
added a commit
that referenced
this pull request
Aug 31, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 1, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 1, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 1, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 1, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 1, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 1, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 1, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 1, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 2, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 2, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 2, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 2, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 2, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 2, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 3, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 3, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 3, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 3, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 3, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 5, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 5, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 5, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 5, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 5, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
added a commit
that referenced
this pull request
Sep 5, 2026
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present. This umbrella adds the complete first reporting slice: - define versioned, bounded result and progress contracts plus a thin Action developer kit - resume callers with compact validated reports while retaining verbose output for read-only inspection - present coarse progress and canonical completed outcomes across web/desktop and mobile - deduplicate and bound progress persistence while preserving unstructured Action compatibility - migrate Wait for PR, Run Quick CI, and Build Intel package to the structured path Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment) Validation: Quick CI passed for `3f840893fb0e1187f864e80f14c06b2af9ce1be2` against `ec892230127238e390b79d84636b622ac1f1af02`. Each slice also received exact-head Codex review before merge. Closes #144. Generated by GPT-5.6-Sol through the T3 Code Codex harness.
lastobelus
pushed a commit
that referenced
this pull request
Sep 7, 2026
Carry-Group: build-ci
Carry-Contribution: {"sourceCommit":"947a1fdde5ab486bc118f2a673b991808fe9cc4b","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Apple Silicon build 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":"a658b3610778e4bdac38d2a4d3580271190fecdf","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local artifact-build and updater-delivery 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":"99436a8c63c1b358c893ff61ad63a464c6d42e50","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Desktop artifact build implementation and coverage belong to BuildCI. Evidence: Both paths produce and validate the local desktop artifact; they do not implement checkpoint 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":"70b5a9c15b40c4b5faed3776e5bc32ca90055b96","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"cfef428fd03de9b8da017f4e75e7b35b360452a5","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Local CI and Apple Silicon build 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":"ec9003244637cd0664328ac00d677286bd20e2d6","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint-selected build and build-tag 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":"1444b8a8d1aabed40bb691e3302d295eeb3bf003","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Pull-request CI, checkpoint CI, and selected-artifact build 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":"d7169fbfde698fe3ead50dc8dac97dcfc78e718d","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Separated from a mixed historical contribution by behavioral ownership."],"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":"139a2aafc0ed279e303f2e07418c7b54900e9ca7","subject":"carry(build-ci): fix(release): guard shared Git integrity (#7)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/7"],"Carry-Upstream":[],"Carry-Observation":["The pre-push CI integrity guard and its release-guide contract belong to BuildCI. Evidence: These hunks clear hook-local Git state and document the exact local-CI repository-integrity boundary; the implementation and tests are already BuildCI-owned."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1ffa4b07b131145001a826d9b2622869385e6688"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ea9be76d5ad1e41ab9c41bc881264b51ea1e87ae","subject":"carry(build-ci): fix(release): guard shared Git integrity (#7)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/7"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1ffa4b07b131145001a826d9b2622869385e6688"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e1b86d7033f23bd8e8b021eb3417cc1bcbb77734","subject":"carry(build-ci): fix(release): avoid duplicate checkpoint tag CI (#8)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/8"],"Carry-Upstream":[],"Carry-Observation":["The checkpoint tag exception is part of the pull-request CI contract and belongs to BuildCI. Evidence: The source hunk changes only the release guide's Pull Request CI section; checkpoint implementation and the nightly operations guide remain Tooling."],"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":"191fd217a2d81b8f228e2b7080ee0e95a34cac1b","subject":"carry(build-ci): feat(lastcode): install local nightly checkpoints (#11)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/11"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a53ec92706c1fc59e5e0a0fcc831076cc74ca146"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"46a95c1a49d32913a89109e57e2fba5c7f65c755","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Installed build and artifact-install delivery 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":"dd408b9a5041d37ff16d1c657dafe77fbdad1240","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Local CI and checkpoint-build validation 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":"6893f4956204433ee7b4881a88b9ef65cf9c4097","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Manual and in-app local build and install guidance belongs to BuildCI."],"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":"b6dfe13c97c295f1a7fececd34311bb897d4feb0","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"e6e01b5e1c937dae88a30d56f38ea5d4524d0ed9","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Desktop artifact build revisions belong to BuildCI. Evidence: The paths select and build the installable artifact for a revision."],"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":"52c8f18d9d8673bf3c6a69eef31c6de01c36ee4c","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision selection, build invocation, manifests, and build-tag guidance belong to BuildCI. Evidence: These hunks change only the Selecting a Build section and its GitHub build-tag rules."],"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":"7cc5e6e28c90b0dbc85e000ab52cc2df829fb99e","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision CI, selected-artifact build, and in-app installer guidance belong to BuildCI. Evidence: The remaining release-guide hunks change the selected installable tag and local update build path."],"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":"3722b02877ae05e52b744957d2d652cf56c3029e","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["The page documents the local build and install delivery feature."],"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":"0671ede71956dacfb0d2a933af1f99a49f29967d","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Inseparable placement: revision update settings extend the local-installer settings feature. Evidence: The source hunk changes the local-update channel default and the #11 installer settings component; placing it in Tooling would require future BuildCI UI context."],"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":"b28bc0eccadc6787faed79ccd29854db9d0ff74a","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision-selected CI, build, and in-app installer guidance belongs to BuildCI."],"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":"64a62b6aa88a3db8b1683fa0d8d834a45d2b5714","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"82db6ed9d37936cd4edd79df7bb1bdd1da1c992c","subject":"carry(build-ci): fix(build): identify cross-architecture probe by executable (#18)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/18"],"Carry-Upstream":["https://github.com/pingdotgg/t3code/pull/7253"],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/8013cf900d294883f89a17e3e376360539703b80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d9d12266b1ed54f1c8058fbfb74114e35a929966","subject":"carry(build-ci): fix(lastcode): install local nightlies without Squirrel (#22)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/22"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/09e478aefacb0211ea55b40d9eb4e7b5c57297b4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5ca21afe59f8e98e9c93766290f11f0abba55c39","subject":"carry(build-ci): feat(lastcode): show local nightly build activity (#25)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/25"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"c88ae71a9b20bea6ca2e3ee39c01405a5cc080a5","subject":"carry(build-ci): fix(lastcode): bound installer quit requests (#26)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/26"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/8cc7f6c287f769be891483f5a04187f5315380cb"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"bca7177246d4184543df4044d621855f24fb8f52","subject":"carry(build-ci): fix(lastcode): verify installer relaunch (#30)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/30"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fbde534be1fc13228b60d19e2389c34243b7905a"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"630a54035aa2eeb0a2c290779edd95a1e9e88e81","subject":"carry(build-ci): fix(lastcode): group local nightly release notes (#41)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/41"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/78043c40a00574baa127db35941a65ad98587ddc"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c01d61b7b6ccf8fad589bdb9183d971850194bf9","subject":"carry(build-ci): feat(lastcode): build exact Intel artifacts (#46)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/46"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact workflow belongs to BuildCI. Evidence: The workflow builds the exact Intel installable artifact."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/923531a21e0ce8be189cff904ae10e87a13c3f80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"8d5a70fc7c1f6d14a0751777545ffd690d0e046c","subject":"carry(build-ci): feat(lastcode): build exact Intel artifacts (#46)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/46"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/923531a21e0ce8be189cff904ae10e87a13c3f80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"55843981a5854371793396a85cdabed636408e8d","subject":"carry(build-ci): fix(lastcode): use portable updater locks (#47)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/47"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f98bacdfe8b43e7ff9a3cd5008607d6df1a62e9d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"94e6963db7bdf5c8c06087dfa281a6e881a166c9","subject":"carry(build-ci): feat(lastcode): share local build progress model","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/22909081bd39f7cd0a8bd3b72c7125d4cfc289f4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1dedeea97537be4ad0f3a28bf0e38ec4299b9db6","subject":"carry(build-ci): fix(lastcode): secure build progress assets","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/7a0264e01f59d4bcae3092225897f4ac07c7040d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4bb7c1e464157d224246e96ce5a557890de09ceb","subject":"carry(build-ci): test(lastcode): keep progress model typecheck-safe","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/185b846c7e3ab3d2175ca674c7403b17fb5c7a2b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"af0a02e90d4d956022b9e0d433b8640ba4176483","subject":"carry(build-ci): feat(lastcode): report local build progress (#49)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/49"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3c4a8473bacbc267039d4a6a4f703c5ab311f5a8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f47c6c97d434619658f2b5f747dc61e47404aacc","subject":"carry(build-ci): feat(lastcode): publish durable Intel artifacts (#51)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/51"],"Carry-Upstream":[],"Carry-Observation":["Durable Intel artifact publication, coverage, and its two release-guide updates belong to BuildCI. Evidence: Every source hunk defines, validates, or documents the manually dispatched Intel artifact delivery path."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/68e2bdd458d56076bd4a75aa8d1bbac6b2e2342e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3a8ae7f0470f315290ee785200728c206b7e67a9","subject":"carry(build-ci): feat(lastcode): stage validated Intel updates (#53)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/53"],"Carry-Upstream":[],"Carry-Observation":["Intel package staging, release implementation, and staging guidance belong to BuildCI. Evidence: The paths implement and document validated Intel artifact delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/759635bff81a3c869d356c75d96c3da9ae79e89b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"919d067b344a82318c4db543a6fcaca4e896f10c","subject":"carry(build-ci): feat(lastcode): stage validated Intel updates (#53)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/53"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/759635bff81a3c869d356c75d96c3da9ae79e89b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ff8d36f4abd87ca0e535ed2001fb363bcba90bf6","subject":"carry(build-ci): feat(lastcode): show local build progress details (#55)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/55"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6b580a0198693138edd1133cb522e434184e2961"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"06208b8a7494f1440c871d82656d205c5d3e9e46","subject":"carry(build-ci): feat(lastcode): validate packaged server runtimes (#58)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/58"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a68c295b1ad97c9071c453e106d029972e5a605c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2e3a4c4938dfb8d6c3071f4645bad63818d02d11","subject":"carry(build-ci): fix(lastcode): restore main test expectations (#62)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/62"],"Carry-Upstream":[],"Carry-Observation":["Desktop update harness and update-flow expectation repairs. Evidence: Both files only repair local-update backend setup and its desktop assertion."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/84bb0cf98183e41e28897d9636c3296ac2c371d8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4f024726ef901f9d1fc51805884f3325830de480","subject":"carry(build-ci): feat(lastcode): add one-owner activation helper (#65)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/65"],"Carry-Upstream":[],"Carry-Observation":["Local package activation helper, coverage, and delivery guidance belong to BuildCI. Evidence: All four paths define or document selected-artifact activation after build delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/401fb1dbed143a73541e6f23c72b3d44cf073a3e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3620b5a3ead50200c01e359b8ae5026cc8892b50","subject":"carry(build-ci): test(web): align update pill coverage after nightly sync (#77)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/77"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4936f250fec08e6a1c24abe33507f7a2155386ef"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"06ea5fd6d2abf1eacd2a22a04f22da231ac60819","subject":"carry(build-ci): feat(lastcode): cap Intel staging at remote version (#80)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/80"],"Carry-Upstream":[],"Carry-Observation":["Intel package stage-limit behavior and its release guidance belong to BuildCI. Evidence: All three paths define, validate, or document eligible Intel delivery artifact selection."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2e3b4a502fd73af0deb96dc4d038f7b71db4709c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"41ccbaf849c140737feefa68bc3d511c3cb0e859","subject":"carry(build-ci): feat(lastcode): update managed server on its configured schedule (#81)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/81"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"7df2bca3e726a0defdda9c9d8351c192670458ea","subject":"carry(build-ci): fix(lastcode): use release immutability in Intel workflow (#84)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/84"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact immutability workflow, coverage, and release guidance belong to BuildCI. Evidence: All three paths enforce or document immutable release delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6b2484dbdab623c8592cdcacd50ee4afea4d1866"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e5103b18cb71a7fb14b813b1e4b1059222d6a264","subject":"carry(build-ci): feat(lastcode): prove hosted CI waiting (#104)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/104"],"Carry-Upstream":[],"Carry-Observation":["Hosted pull-request CI orchestration and its validation belong to BuildCI. Evidence: These paths define the CI workflow, exact-run evaluator, workflow-policy tests, and supporting build-runtime fixture; Wait for PR remains with Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ced536d7d370ffa8b58ca94faa1b48b1f4594a88"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b099b5e5f0fec6c4069150664eb9011d7bfd30c6","subject":"carry(build-ci): feat(lastcode): collapse resumable action output (#97)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/97"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/88359a7774e46a3248da6e8c664385a3f6589235"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3cfc5cdf1c71d2d27b1aca8e23c3e1e18a6f1710","subject":"carry(build-ci): feat(lastcode): add resumable Intel builds (#106)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/106"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/69ce9ed094c26d8816ee4da744eef4c75cb905c2"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9bdfe2681549a92ad413d7fbec6166efea092cb1","subject":"carry(build-ci): fix(lastcode): fetch Intel build base tags (#107)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/107"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact base-tag resolution belongs to BuildCI. Evidence: The workflow fetches the build base tag and the test asserts that release-delivery contract."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/b46544be1734fbc26a6fd7e13f17a2b42dd54c56"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d5f44f7a6584bd8acd801772e12dca5cd13492de","subject":"carry(build-ci): feat(lastcode): resume after quick ci (#110)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/110"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2a8cf9d0504eaf582214240614ae5747a12a799c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c42c4d6e2e62569b53c04380eeaaf46479581499","subject":"carry(build-ci): feat(lastcode): make GitHub CI merge authority (#111)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/111"],"Carry-Upstream":[],"Carry-Observation":["GitHub CI exact-run evidence and merge-authority enforcement belong to BuildCI. Evidence: These hunks replace the local merge stamp with immutable hosted-CI evidence and make the merge wrapper enforce that evidence; the Action wrapper and its agent guidance remain Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9be141a93a19c977ed82b983ebf586ebb781a53d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"841c76280f19b6034dd8502db00b359f5f5b484e","subject":"carry(build-ci): feat(lastcode): build Intel packages daily (#114)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/114"],"Carry-Upstream":[],"Carry-Observation":["Scheduled Intel package delivery implementation, coverage, workflow, and guide belong to BuildCI. Evidence: They resolve an installable tag, dispatch and validate its artifact workflow, and leave target installation separate."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/110c8ed91728293f0e08d9819a4d9ac015ee04d8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b6197d64afb30a40e890c8c8e3fcbe026905ed45","subject":"carry(build-ci): fix(lastcode): run daily Intel dispatch on GitHub (#115)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/115"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/61159e77bc607c2dcd0c66245ffee4f999241992"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1b613d9b80e9f592ff78b74397aefc385e7bbacd","subject":"carry(build-ci): refactor(lastcode): separate deployment infrastructure (#109)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Intel staging coverage belongs to BuildCI. Evidence: The test verifies selected Intel artifact staging."],"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":"93c892891990647a240b8ff84a93cd1e8784292f","subject":"carry(build-ci): refactor(lastcode): separate deployment infrastructure (#109)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"4750be24f290ba079e1e0b83d2adc5d0f158704a","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["CI-node, DMG builder, hosted artifact, and consumer-staging wording belongs to BuildCI. Evidence: These hunks rename and clarify the concrete validation, build, publication, and staging sections."],"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":"602da91a5c7cff6e1ac9697d0f8d5878156c4f8f","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Topology-neutral delivery-guide revisions belong to the BuildCI-owned installer, packaged-server, and activation-helper features. Evidence: These documents do not exist at the Tooling prefix; their source hunks describe artifact build, consumer, packaged-server, and activation roles."],"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":"c8eb4dd16705f1ca8acb316b77f1b02e2dd049b5","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"28fbaaeb6b45125fce72cbea580d7ea601c79e4f","subject":"carry(build-ci): fix(lastcode): finish checkpoints safely (#119)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/119"],"Carry-Upstream":[],"Carry-Observation":["Continuous-integration workflow belongs to BuildCI. Evidence: The path defines repository CI execution rather than checkpoint behavior."],"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":"56c219d29c970ac7fdea9cd1432adbf892829d70","subject":"carry(build-ci): feat(lastcode): inventory downstream carry set (#149)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/149"],"Carry-Upstream":[],"Carry-Observation":["The local nightly release-notes plan belongs to the BuildCI-owned update-delivery feature. Evidence: PR #149 only updates this plan's carry-set vocabulary; the document specifies the local installer release-notes contract introduced by the BuildCI feature."],"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":"0aa45afc41bc91a67a4ae31c0d729137066abe46","subject":"carry(build-ci): feat(lastcode): standardize resumable Action reporting (#168)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/168"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fca3acbc0926c1f1e2663176c6d6f99d22789a90"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d01520a4631718aaaa34205bda2c15017c5846d6","subject":"carry(build-ci): feat(lastcode): reconcile managed project actions (#174)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Intel release coverage belongs to BuildCI. Evidence: The test asserts release artifact behavior; the project-action command remains Tooling."],"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":"926bf92a0a12543c2485e6046453fef64c2dcfeb","subject":"carry(build-ci): feat(lastcode): reconcile managed project actions (#174)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"fc9422a4f97e517212c64c0fad546292c3f25941","subject":"carry(build-ci): fix(lastcode): reconcile nightly 1253 integrations","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"1f7f2bb3cb5a752e53d7eaed5ecfaf1d45a3df34","subject":"carry(build-ci): fix(lastcode): reconcile nightly 1256 integrations","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Desktop update error highlighting belongs with update/build delivery behavior. Evidence: The added helper only classifies download/install update failures."],"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":"815953502b725e87e6fd91bcd2d5f5fbe59c19f6","subject":"carry(build-ci): fix(lastcode): format nightly 1256 revision","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9169a9791ec5add68e31ea59f472f86f32de609f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5214004c21ef1ffd280b3e7eab4510e8e5db522a","subject":"carry(build-ci): feat(lastcode): alert maintenance thread on update failure (#181)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/181"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/85b0c1953ee95b675657bbeae54f5d99da0c6b59"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7ded9ca2211290b4efffd35834cc6aa0bb28143b","subject":"carry(build-ci): fix(lastcode): keep local update builds reproducible (#183)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/183"],"Carry-Upstream":[],"Carry-Observation":["Local update build reproducibility and build fixtures. Evidence: The remaining hunks refresh local-update dependencies and repair validation fixtures needed by the BuildCI path."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6daea8ef0de1c9df9e28b9f90407643d40e7b9e9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5377f31acf77a826eaa67c40f85f69f4f4e3cc8b","subject":"carry(build-ci): fix(lastcode): pin updater build runtime (#184)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/184"],"Carry-Upstream":[],"Carry-Observation":["Updater build runtime pinning."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/744850f9927a49f86d253d8c12e0993a86c1690e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"caf432b65d7da9d46c0c8d011773517d785302fa","subject":"carry(build-ci): fix(web): theme sidebar status and local identity (#188)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/188"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9c6fc07406ed740054aff567a616c9276d2151e5"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c2dfdcc0bc91ff8b5e7e963ba38baef6cdc7de9e","subject":"carry(build-ci): fix(lastcode): narrow hosted CI runner assertion (#193)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/193"],"Carry-Upstream":[],"Carry-Observation":["Hosted CI runner assertion and workflow dependency."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/177e9aea291293c31d31b27dea426fca6f816026"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c849ecfe8c1ab2c9bc70e9e7c82cad2f3de32a3e","subject":"carry(build-ci): feat(lastcode): resume threads after local package builds (#197)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/197"],"Carry-Upstream":[],"Carry-Observation":["Local package build and build recovery orchestration."],"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":"665a8730730ccef0feb7b4ab0f30d1ffea836c94","subject":"carry(build-ci): fix(lastcode): make provider build tests portable (#200)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/200"],"Carry-Upstream":[],"Carry-Observation":["Provider build test portability."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4854aa7eb5c813edbf4c35814ca2786add24429a"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"17a7fe6ea7bffca52fd6a6889d5e4c51767ae6d3","subject":"carry(build-ci): compile surviving shared release guidance","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Synthetic bootstrap-only shared-guide slice; docs/lastcode/nightly-workflow.md: 129 surviving lines; docs/lastcode/release.md: 227 surviving lines."],"Carry-Evidence":["4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03; frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"364a6980ff504737256aecae5855303cea109ef4","subject":"carry(build-ci): declare dynamically loaded tooling entries","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/207"],"Carry-Upstream":[],"Carry-Observation":["BuildCI owns unused-file and dependency validation. The declarations retain filename-loaded smoke helpers, documentation fixtures, packaged checkpoint tooling, and paired JavaScript type declarations; the Tailscale export cleanup satisfies the same static gate."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d1f704ed0ef9b826b867daf33a1660fefcf654fd"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69 (v0.0.39-nightly.20260905.1290); historical source 42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"644466a9617dbca4cc5571f229ae7e44ebc30f02","subject":"carry(build-ci): canonicalize the installer fixture root","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/206"],"Carry-Upstream":[],"Carry-Observation":["BuildCI owns the managed installer fixture. Canonicalizing its temporary root keeps the expected Homebrew prefix stable on filesystems that alias the temporary directory."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0a95a19d07801c1173a6ad182b70e2d879a4985e"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69 (v0.0.39-nightly.20260905.1290); historical source 42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7225defccf28a148c5a72cbee45344a733a513ce","subject":"carry(build-ci): place build and packaging Actions at their owning boundary","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Build & CI owns the lc-local-ci, lc-build-local-package, and lc-build-intel-package declarations plus surviving Quick CI and Intel build release guidance. The Wait for PR and Wait for Checkpoint declarations and guidance remain with Resumable Actions."],"Carry-Evidence":["1ad20cba08b144a5cafe19940d946f5df282ad81","f79842197279b2d21239bfd7ea10b008f056a69d","ccbfaa63f96f7a833c19bcbed91f8a923757227a","1a2f647a4250b34cbb5ae80f42956a7ea7c88574"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69; immutable source 42e0e48674ed661ddf49adebc0769d90d458ee66 (lastcode/revision/v0.0.39-nightly.20260905.1290.1)"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f49634bc5c6bb59c60503be54c1981fa536a020f","subject":"feat(lastcode): enforce carry provenance during guarded merge","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Guarded merge delivery validates and preserves the exact prepared carry source while the carry/checkpoint engine remains Tooling-owned."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b13b42824c5eef522300af964f05431e9868315e","subject":"ci(lastcode): gate pull requests on carry ownership","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":[],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"182458e4c36acf9e76866532437c2debd9e3c0b8","subject":"style(lastcode): format guarded carry merge body","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Apply the repository formatter to guarded merge integration without changing behavior."],"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: legacy-sidebar
Carry-Contribution: {"sourceCommit":"ae773fe2a7268594fe49f2813649cb74d06534d4","subject":"carry(legacy-sidebar): fix(lastcode): use LastCode project icon (#15)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/15"],"Carry-Upstream":[],"Carry-Observation":["Project icon configuration supports sidebar identity."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/080586bef5d1edb66abeafe9bbc40737238b0e23"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"67b24c77989c78c0eefa4bced628efcdcce52c29","subject":"carry(legacy-sidebar): feat(web): toggle sidebar mode with a keybinding (#23)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/23"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ca68cb7e8e1c8ba78254a7cd406f97ca4687c6ab"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"760aef5ea069979b30a1de6f45a1e7b0aaee45b6","subject":"carry(legacy-sidebar): feat(lastcode): resume agents after opted-in Actions (#28)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/28"],"Carry-Upstream":[],"Carry-Observation":["Optional sidebar Action status, terminal-open/cancel controls, and their sidebar-only tests. The Action lifecycle and MCP/orchestration contracts remain with Resumable Actions. Evidence: PR #28 sidebar hunks add the Waiting pill, Action popover controls, and desktop running-count presentation only."],"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":"8da727f0e224c7584e2a79b95bc37b136a44e0d9","subject":"carry(legacy-sidebar): feat(lastcode): scale legacy sidebar (#32)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/32"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c36677746e78c72371a30f4a3517f6b28f07f385"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1bc86c26c8a4734f2a089440c6182d171e5fee2d","subject":"carry(legacy-sidebar): fix(lastcode): keep legacy sidebar icons full size (#35)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/35"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/791c9bab48d06ca6f61bab0590149bd7236d0c74"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"fcac521cc831a210ca1ef1208661b33b9c7d9204","subject":"carry(legacy-sidebar): feat(lastcode): make project icon rounding optional (#40)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/40"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2d7c0871cfb9048469aafd297ea10d03ad9f8553"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b560d7bc06acd9b4d447a1ee819e4447238de80f","subject":"carry(legacy-sidebar): fix(lastcode): keep sidebar metadata full size (#42)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/42"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0be17993e73b50254940b7bb75babe6bb6d18a7e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3d34dcf96214bf522ecfd0de41df9e7572c3259b","subject":"carry(legacy-sidebar): fix(web): align sidebar toggle keybinding label (#43)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/43"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/cbb165caa0232e865377bd4980058a47951665b7"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9d62a53b99981e3e3a7b39b2840ccaec29f32a0e","subject":"carry(legacy-sidebar): fix(lastcode): align remote sidebar metadata (#44)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/44"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/67d93a2df5904bea81c463a0059fc7d19cfa873d"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1b9520436cac0a3cee00d0674e27c24dd4e1e7f9","subject":"carry(legacy-sidebar): feat(lastcode): add thread annotations (#50)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/50"],"Carry-Upstream":[],"Carry-Observation":["The reusable legacy thread-details hover component belongs to Legacy Sidebar. Evidence: Although introduced beside annotations, this standalone component renders generic project, environment, branch, provider, terminal, and error details and is subsequently extended by Legacy Sidebar hover and cleanup fixes."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/52f03065c5b642ffa054d815ded9ed28c5c5efdc"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ff599416c5a923cd2b7d1c52f2626fa1fbcaa2eb","subject":"carry(legacy-sidebar): fix(web): make legacy thread hovers consistent (#75)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/75"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fc769752c422beca2a6f0766e97677ba97e0e8cd"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0cf9ff0c0200d7aa9d8715d6d8abc5261304d3cb","subject":"carry(legacy-sidebar): feat(lastcode): make worktree cleanup durable (#76)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/76"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar cleanup status, retry/keep controls, dialog, hover state, and user guidance. Evidence: These hunks render or invoke the cleanup recovery actions from the legacy thread sidebar."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3a9760874b76c1f686e7c3948003fd08bf3016e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b1cc74e12ccaed3c004e68b610d2457037752175","subject":"carry(legacy-sidebar): feat(lastcode): customize environment icons (#91)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/91"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a370244e6e885580bdf5ab6f2ad463e8603bee83"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"321162f6f3c7da0ea78b099f481cfb0d3d84bedc","subject":"carry(legacy-sidebar): feat(web): add compact status indicators setting (#96)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/96"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/33784dad67329ea4866ef40c2dcbc4ac881503df"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"993ced5dc59a374db4914107b6032cbb8a38a8ed","subject":"carry(legacy-sidebar): feat(web): add worktree indicator preference (#100)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/100"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/465b75a4a5db8b01fbd244c005b941c0696e13f4"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"40c0dbed425436f56fbec9a09eedcd4e09f37992","subject":"carry(legacy-sidebar): fix(web): keep resumable actions visible while working (#98)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/98"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar presentation of running Action status and its user guidance belongs to Legacy Sidebar. Evidence: These hunks add the yellow waiting indicator to legacy thread rows and document that sidebar-only presentation; mobile rows and composer behavior remain Resumable Actions."],"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":"1a69d4e43685390023f5157980274f1a793f81eb","subject":"carry(legacy-sidebar): fix(web): align legacy thread metadata columns (#99)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/99"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a34c2433f75698a7f3b861626c8efccc58c28359"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0113abc0b5cad916a12474409e60ec1302646822","subject":"carry(legacy-sidebar): fix(web): improve sidebar and minimap indicator legibility (#113)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/113"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar icon visibility, status legibility, alignment, and preference previews. Evidence: The remaining files affect legacy thread rows, their settings, and shared status indicators used by that sidebar."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/84380d167b0c6c09be7376e5328506ca4e2c5d87"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2269e37f62f31d94b9bea5ebb1dc354da883da7f","subject":"carry(legacy-sidebar): refactor(lastcode): separate deployment infrastructure (#109)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Environment-label coverage follows Legacy Sidebar's environment-icon settings feature. Evidence: The sanitized label expectation changes a test introduced by PR #91 for legacy-thread environment presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d2eb3ffbc4698ed0987f3ccedcd78e9f8261094a"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"56340ad03aec2113cb7f42a00b5f6344e57b9a70","subject":"carry(legacy-sidebar): refactor(lastcode): separate deployment infrastructure (#109)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Legacy-thread environment icon presentation coverage belongs to Legacy Sidebar. Evidence: The hunk exercises legacyThreadEnvironmentPresentation and its sidebar-facing local-label output."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d2eb3ffbc4698ed0987f3ccedcd78e9f8261094a"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"bdc605cf5c18179f2b5f941a64c51ae3baba07cc","subject":"carry(legacy-sidebar): feat(lastcode): standardize resumable Action reporting (#168)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/168"],"Carry-Upstream":[],"Carry-Observation":["Optional legacy/sidebar presentation of structured Action progress, including status-pill priority, popovers, and hover text. Evidence: PR #168 sidebar hunks only convert Action progress into sidebar labels, colours, tooltips, and controls."],"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":"42141625e72500c51344495466cf377a954cbfa7","subject":"carry(legacy-sidebar): fix(lastcode): carry project icons into legacy drafts","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar project icon behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/821835214c38550469c0ed276de8f142feaf9a28"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"826a02947d1755c2202cabd31a7096046b10ded5","subject":"carry(legacy-sidebar): fix(lastcode): clear obsolete settings lint suppression","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Settings import lint maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/380f49a1805f1d9fafddc509f6c87605cb70cbca"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d708cc484b245bb957c4c360e0104da0f4c264b5","subject":"carry(legacy-sidebar): fix(web): theme sidebar status and local identity (#188)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/188"],"Carry-Upstream":[],"Carry-Observation":["Sidebar theme, identity, and hover presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9c6fc07406ed740054aff567a616c9276d2151e5"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6033a3beb97222acefa0e8985c6a9517544a8437","subject":"carry(legacy-sidebar): fix(lastcode): reconcile nightly typechecks","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Legacy-sidebar draft and hover project-name repair. Evidence: Both hunks pass or render projectTitleByKey/projectDisplayName; they do not change Action behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74680f64e7e90d3007d1e5e77852980a52acc91b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"acd337d250c264ae58869ef018ab71cd1bf4c291","subject":"carry(legacy-sidebar): fix(web): restore sidebar in-flight state after nightly rebase","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Sidebar in-flight state presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1f85c6c1e9a2eff43e2aca46213ca0c14c66643b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a780e50c903ededd6b456028d27b8bf14945588f","subject":"carry(legacy-sidebar): style(web): format reconciled sidebar selection","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Sidebar formatting repair."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
lastobelus
pushed a commit
that referenced
this pull request
Sep 7, 2026
Carry-Group: build-ci
Carry-Contribution: {"sourceCommit":"947a1fdde5ab486bc118f2a673b991808fe9cc4b","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Apple Silicon build 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":"a658b3610778e4bdac38d2a4d3580271190fecdf","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local artifact-build and updater-delivery 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":"99436a8c63c1b358c893ff61ad63a464c6d42e50","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Desktop artifact build implementation and coverage belong to BuildCI. Evidence: Both paths produce and validate the local desktop artifact; they do not implement checkpoint 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":"70b5a9c15b40c4b5faed3776e5bc32ca90055b96","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"cfef428fd03de9b8da017f4e75e7b35b360452a5","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Local CI and Apple Silicon build 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":"ec9003244637cd0664328ac00d677286bd20e2d6","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint-selected build and build-tag 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":"1444b8a8d1aabed40bb691e3302d295eeb3bf003","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Pull-request CI, checkpoint CI, and selected-artifact build 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":"d7169fbfde698fe3ead50dc8dac97dcfc78e718d","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Separated from a mixed historical contribution by behavioral ownership."],"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":"139a2aafc0ed279e303f2e07418c7b54900e9ca7","subject":"carry(build-ci): fix(release): guard shared Git integrity (#7)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/7"],"Carry-Upstream":[],"Carry-Observation":["The pre-push CI integrity guard and its release-guide contract belong to BuildCI. Evidence: These hunks clear hook-local Git state and document the exact local-CI repository-integrity boundary; the implementation and tests are already BuildCI-owned."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1ffa4b07b131145001a826d9b2622869385e6688"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ea9be76d5ad1e41ab9c41bc881264b51ea1e87ae","subject":"carry(build-ci): fix(release): guard shared Git integrity (#7)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/7"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1ffa4b07b131145001a826d9b2622869385e6688"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e1b86d7033f23bd8e8b021eb3417cc1bcbb77734","subject":"carry(build-ci): fix(release): avoid duplicate checkpoint tag CI (#8)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/8"],"Carry-Upstream":[],"Carry-Observation":["The checkpoint tag exception is part of the pull-request CI contract and belongs to BuildCI. Evidence: The source hunk changes only the release guide's Pull Request CI section; checkpoint implementation and the nightly operations guide remain Tooling."],"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":"191fd217a2d81b8f228e2b7080ee0e95a34cac1b","subject":"carry(build-ci): feat(lastcode): install local nightly checkpoints (#11)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/11"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a53ec92706c1fc59e5e0a0fcc831076cc74ca146"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"46a95c1a49d32913a89109e57e2fba5c7f65c755","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Installed build and artifact-install delivery 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":"dd408b9a5041d37ff16d1c657dafe77fbdad1240","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Local CI and checkpoint-build validation 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":"6893f4956204433ee7b4881a88b9ef65cf9c4097","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Manual and in-app local build and install guidance belongs to BuildCI."],"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":"b6dfe13c97c295f1a7fececd34311bb897d4feb0","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"e6e01b5e1c937dae88a30d56f38ea5d4524d0ed9","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Desktop artifact build revisions belong to BuildCI. Evidence: The paths select and build the installable artifact for a revision."],"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":"52c8f18d9d8673bf3c6a69eef31c6de01c36ee4c","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision selection, build invocation, manifests, and build-tag guidance belong to BuildCI. Evidence: These hunks change only the Selecting a Build section and its GitHub build-tag rules."],"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":"7cc5e6e28c90b0dbc85e000ab52cc2df829fb99e","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision CI, selected-artifact build, and in-app installer guidance belong to BuildCI. Evidence: The remaining release-guide hunks change the selected installable tag and local update build path."],"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":"3722b02877ae05e52b744957d2d652cf56c3029e","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["The page documents the local build and install delivery feature."],"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":"0671ede71956dacfb0d2a933af1f99a49f29967d","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Inseparable placement: revision update settings extend the local-installer settings feature. Evidence: The source hunk changes the local-update channel default and the #11 installer settings component; placing it in Tooling would require future BuildCI UI context."],"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":"b28bc0eccadc6787faed79ccd29854db9d0ff74a","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision-selected CI, build, and in-app installer guidance belongs to BuildCI."],"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":"64a62b6aa88a3db8b1683fa0d8d834a45d2b5714","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"82db6ed9d37936cd4edd79df7bb1bdd1da1c992c","subject":"carry(build-ci): fix(build): identify cross-architecture probe by executable (#18)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/18"],"Carry-Upstream":["https://github.com/pingdotgg/t3code/pull/7253"],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/8013cf900d294883f89a17e3e376360539703b80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d9d12266b1ed54f1c8058fbfb74114e35a929966","subject":"carry(build-ci): fix(lastcode): install local nightlies without Squirrel (#22)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/22"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/09e478aefacb0211ea55b40d9eb4e7b5c57297b4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5ca21afe59f8e98e9c93766290f11f0abba55c39","subject":"carry(build-ci): feat(lastcode): show local nightly build activity (#25)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/25"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"c88ae71a9b20bea6ca2e3ee39c01405a5cc080a5","subject":"carry(build-ci): fix(lastcode): bound installer quit requests (#26)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/26"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/8cc7f6c287f769be891483f5a04187f5315380cb"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"bca7177246d4184543df4044d621855f24fb8f52","subject":"carry(build-ci): fix(lastcode): verify installer relaunch (#30)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/30"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fbde534be1fc13228b60d19e2389c34243b7905a"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"630a54035aa2eeb0a2c290779edd95a1e9e88e81","subject":"carry(build-ci): fix(lastcode): group local nightly release notes (#41)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/41"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/78043c40a00574baa127db35941a65ad98587ddc"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c01d61b7b6ccf8fad589bdb9183d971850194bf9","subject":"carry(build-ci): feat(lastcode): build exact Intel artifacts (#46)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/46"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact workflow belongs to BuildCI. Evidence: The workflow builds the exact Intel installable artifact."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/923531a21e0ce8be189cff904ae10e87a13c3f80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"8d5a70fc7c1f6d14a0751777545ffd690d0e046c","subject":"carry(build-ci): feat(lastcode): build exact Intel artifacts (#46)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/46"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/923531a21e0ce8be189cff904ae10e87a13c3f80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"55843981a5854371793396a85cdabed636408e8d","subject":"carry(build-ci): fix(lastcode): use portable updater locks (#47)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/47"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f98bacdfe8b43e7ff9a3cd5008607d6df1a62e9d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"94e6963db7bdf5c8c06087dfa281a6e881a166c9","subject":"carry(build-ci): feat(lastcode): share local build progress model","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/22909081bd39f7cd0a8bd3b72c7125d4cfc289f4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1dedeea97537be4ad0f3a28bf0e38ec4299b9db6","subject":"carry(build-ci): fix(lastcode): secure build progress assets","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/7a0264e01f59d4bcae3092225897f4ac07c7040d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4bb7c1e464157d224246e96ce5a557890de09ceb","subject":"carry(build-ci): test(lastcode): keep progress model typecheck-safe","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/185b846c7e3ab3d2175ca674c7403b17fb5c7a2b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"af0a02e90d4d956022b9e0d433b8640ba4176483","subject":"carry(build-ci): feat(lastcode): report local build progress (#49)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/49"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3c4a8473bacbc267039d4a6a4f703c5ab311f5a8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f47c6c97d434619658f2b5f747dc61e47404aacc","subject":"carry(build-ci): feat(lastcode): publish durable Intel artifacts (#51)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/51"],"Carry-Upstream":[],"Carry-Observation":["Durable Intel artifact publication, coverage, and its two release-guide updates belong to BuildCI. Evidence: Every source hunk defines, validates, or documents the manually dispatched Intel artifact delivery path."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/68e2bdd458d56076bd4a75aa8d1bbac6b2e2342e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3a8ae7f0470f315290ee785200728c206b7e67a9","subject":"carry(build-ci): feat(lastcode): stage validated Intel updates (#53)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/53"],"Carry-Upstream":[],"Carry-Observation":["Intel package staging, release implementation, and staging guidance belong to BuildCI. Evidence: The paths implement and document validated Intel artifact delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/759635bff81a3c869d356c75d96c3da9ae79e89b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"919d067b344a82318c4db543a6fcaca4e896f10c","subject":"carry(build-ci): feat(lastcode): stage validated Intel updates (#53)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/53"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/759635bff81a3c869d356c75d96c3da9ae79e89b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ff8d36f4abd87ca0e535ed2001fb363bcba90bf6","subject":"carry(build-ci): feat(lastcode): show local build progress details (#55)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/55"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6b580a0198693138edd1133cb522e434184e2961"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"06208b8a7494f1440c871d82656d205c5d3e9e46","subject":"carry(build-ci): feat(lastcode): validate packaged server runtimes (#58)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/58"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a68c295b1ad97c9071c453e106d029972e5a605c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2e3a4c4938dfb8d6c3071f4645bad63818d02d11","subject":"carry(build-ci): fix(lastcode): restore main test expectations (#62)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/62"],"Carry-Upstream":[],"Carry-Observation":["Desktop update harness and update-flow expectation repairs. Evidence: Both files only repair local-update backend setup and its desktop assertion."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/84bb0cf98183e41e28897d9636c3296ac2c371d8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4f024726ef901f9d1fc51805884f3325830de480","subject":"carry(build-ci): feat(lastcode): add one-owner activation helper (#65)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/65"],"Carry-Upstream":[],"Carry-Observation":["Local package activation helper, coverage, and delivery guidance belong to BuildCI. Evidence: All four paths define or document selected-artifact activation after build delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/401fb1dbed143a73541e6f23c72b3d44cf073a3e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3620b5a3ead50200c01e359b8ae5026cc8892b50","subject":"carry(build-ci): test(web): align update pill coverage after nightly sync (#77)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/77"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4936f250fec08e6a1c24abe33507f7a2155386ef"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"06ea5fd6d2abf1eacd2a22a04f22da231ac60819","subject":"carry(build-ci): feat(lastcode): cap Intel staging at remote version (#80)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/80"],"Carry-Upstream":[],"Carry-Observation":["Intel package stage-limit behavior and its release guidance belong to BuildCI. Evidence: All three paths define, validate, or document eligible Intel delivery artifact selection."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2e3b4a502fd73af0deb96dc4d038f7b71db4709c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"41ccbaf849c140737feefa68bc3d511c3cb0e859","subject":"carry(build-ci): feat(lastcode): update managed server on its configured schedule (#81)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/81"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"7df2bca3e726a0defdda9c9d8351c192670458ea","subject":"carry(build-ci): fix(lastcode): use release immutability in Intel workflow (#84)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/84"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact immutability workflow, coverage, and release guidance belong to BuildCI. Evidence: All three paths enforce or document immutable release delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6b2484dbdab623c8592cdcacd50ee4afea4d1866"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e5103b18cb71a7fb14b813b1e4b1059222d6a264","subject":"carry(build-ci): feat(lastcode): prove hosted CI waiting (#104)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/104"],"Carry-Upstream":[],"Carry-Observation":["Hosted pull-request CI orchestration and its validation belong to BuildCI. Evidence: These paths define the CI workflow, exact-run evaluator, workflow-policy tests, and supporting build-runtime fixture; Wait for PR remains with Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ced536d7d370ffa8b58ca94faa1b48b1f4594a88"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b099b5e5f0fec6c4069150664eb9011d7bfd30c6","subject":"carry(build-ci): feat(lastcode): collapse resumable action output (#97)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/97"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/88359a7774e46a3248da6e8c664385a3f6589235"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3cfc5cdf1c71d2d27b1aca8e23c3e1e18a6f1710","subject":"carry(build-ci): feat(lastcode): add resumable Intel builds (#106)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/106"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/69ce9ed094c26d8816ee4da744eef4c75cb905c2"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9bdfe2681549a92ad413d7fbec6166efea092cb1","subject":"carry(build-ci): fix(lastcode): fetch Intel build base tags (#107)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/107"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact base-tag resolution belongs to BuildCI. Evidence: The workflow fetches the build base tag and the test asserts that release-delivery contract."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/b46544be1734fbc26a6fd7e13f17a2b42dd54c56"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d5f44f7a6584bd8acd801772e12dca5cd13492de","subject":"carry(build-ci): feat(lastcode): resume after quick ci (#110)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/110"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2a8cf9d0504eaf582214240614ae5747a12a799c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c42c4d6e2e62569b53c04380eeaaf46479581499","subject":"carry(build-ci): feat(lastcode): make GitHub CI merge authority (#111)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/111"],"Carry-Upstream":[],"Carry-Observation":["GitHub CI exact-run evidence and merge-authority enforcement belong to BuildCI. Evidence: These hunks replace the local merge stamp with immutable hosted-CI evidence and make the merge wrapper enforce that evidence; the Action wrapper and its agent guidance remain Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9be141a93a19c977ed82b983ebf586ebb781a53d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"841c76280f19b6034dd8502db00b359f5f5b484e","subject":"carry(build-ci): feat(lastcode): build Intel packages daily (#114)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/114"],"Carry-Upstream":[],"Carry-Observation":["Scheduled Intel package delivery implementation, coverage, workflow, and guide belong to BuildCI. Evidence: They resolve an installable tag, dispatch and validate its artifact workflow, and leave target installation separate."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/110c8ed91728293f0e08d9819a4d9ac015ee04d8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b6197d64afb30a40e890c8c8e3fcbe026905ed45","subject":"carry(build-ci): fix(lastcode): run daily Intel dispatch on GitHub (#115)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/115"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/61159e77bc607c2dcd0c66245ffee4f999241992"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1b613d9b80e9f592ff78b74397aefc385e7bbacd","subject":"carry(build-ci): refactor(lastcode): separate deployment infrastructure (#109)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Intel staging coverage belongs to BuildCI. Evidence: The test verifies selected Intel artifact staging."],"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":"93c892891990647a240b8ff84a93cd1e8784292f","subject":"carry(build-ci): refactor(lastcode): separate deployment infrastructure (#109)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"4750be24f290ba079e1e0b83d2adc5d0f158704a","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["CI-node, DMG builder, hosted artifact, and consumer-staging wording belongs to BuildCI. Evidence: These hunks rename and clarify the concrete validation, build, publication, and staging sections."],"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":"602da91a5c7cff6e1ac9697d0f8d5878156c4f8f","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Topology-neutral delivery-guide revisions belong to the BuildCI-owned installer, packaged-server, and activation-helper features. Evidence: These documents do not exist at the Tooling prefix; their source hunks describe artifact build, consumer, packaged-server, and activation roles."],"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":"c8eb4dd16705f1ca8acb316b77f1b02e2dd049b5","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"28fbaaeb6b45125fce72cbea580d7ea601c79e4f","subject":"carry(build-ci): fix(lastcode): finish checkpoints safely (#119)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/119"],"Carry-Upstream":[],"Carry-Observation":["Continuous-integration workflow belongs to BuildCI. Evidence: The path defines repository CI execution rather than checkpoint behavior."],"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":"56c219d29c970ac7fdea9cd1432adbf892829d70","subject":"carry(build-ci): feat(lastcode): inventory downstream carry set (#149)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/149"],"Carry-Upstream":[],"Carry-Observation":["The local nightly release-notes plan belongs to the BuildCI-owned update-delivery feature. Evidence: PR #149 only updates this plan's carry-set vocabulary; the document specifies the local installer release-notes contract introduced by the BuildCI feature."],"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":"0aa45afc41bc91a67a4ae31c0d729137066abe46","subject":"carry(build-ci): feat(lastcode): standardize resumable Action reporting (#168)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/168"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fca3acbc0926c1f1e2663176c6d6f99d22789a90"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d01520a4631718aaaa34205bda2c15017c5846d6","subject":"carry(build-ci): feat(lastcode): reconcile managed project actions (#174)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Intel release coverage belongs to BuildCI. Evidence: The test asserts release artifact behavior; the project-action command remains Tooling."],"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":"926bf92a0a12543c2485e6046453fef64c2dcfeb","subject":"carry(build-ci): feat(lastcode): reconcile managed project actions (#174)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"fc9422a4f97e517212c64c0fad546292c3f25941","subject":"carry(build-ci): fix(lastcode): reconcile nightly 1253 integrations","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"1f7f2bb3cb5a752e53d7eaed5ecfaf1d45a3df34","subject":"carry(build-ci): fix(lastcode): reconcile nightly 1256 integrations","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Desktop update error highlighting belongs with update/build delivery behavior. Evidence: The added helper only classifies download/install update failures."],"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":"815953502b725e87e6fd91bcd2d5f5fbe59c19f6","subject":"carry(build-ci): fix(lastcode): format nightly 1256 revision","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9169a9791ec5add68e31ea59f472f86f32de609f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5214004c21ef1ffd280b3e7eab4510e8e5db522a","subject":"carry(build-ci): feat(lastcode): alert maintenance thread on update failure (#181)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/181"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/85b0c1953ee95b675657bbeae54f5d99da0c6b59"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7ded9ca2211290b4efffd35834cc6aa0bb28143b","subject":"carry(build-ci): fix(lastcode): keep local update builds reproducible (#183)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/183"],"Carry-Upstream":[],"Carry-Observation":["Local update build reproducibility and build fixtures. Evidence: The remaining hunks refresh local-update dependencies and repair validation fixtures needed by the BuildCI path."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6daea8ef0de1c9df9e28b9f90407643d40e7b9e9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5377f31acf77a826eaa67c40f85f69f4f4e3cc8b","subject":"carry(build-ci): fix(lastcode): pin updater build runtime (#184)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/184"],"Carry-Upstream":[],"Carry-Observation":["Updater build runtime pinning."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/744850f9927a49f86d253d8c12e0993a86c1690e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"caf432b65d7da9d46c0c8d011773517d785302fa","subject":"carry(build-ci): fix(web): theme sidebar status and local identity (#188)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/188"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9c6fc07406ed740054aff567a616c9276d2151e5"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c2dfdcc0bc91ff8b5e7e963ba38baef6cdc7de9e","subject":"carry(build-ci): fix(lastcode): narrow hosted CI runner assertion (#193)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/193"],"Carry-Upstream":[],"Carry-Observation":["Hosted CI runner assertion and workflow dependency."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/177e9aea291293c31d31b27dea426fca6f816026"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c849ecfe8c1ab2c9bc70e9e7c82cad2f3de32a3e","subject":"carry(build-ci): feat(lastcode): resume threads after local package builds (#197)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/197"],"Carry-Upstream":[],"Carry-Observation":["Local package build and build recovery orchestration."],"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":"665a8730730ccef0feb7b4ab0f30d1ffea836c94","subject":"carry(build-ci): fix(lastcode): make provider build tests portable (#200)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/200"],"Carry-Upstream":[],"Carry-Observation":["Provider build test portability."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4854aa7eb5c813edbf4c35814ca2786add24429a"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"17a7fe6ea7bffca52fd6a6889d5e4c51767ae6d3","subject":"carry(build-ci): compile surviving shared release guidance","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Synthetic bootstrap-only shared-guide slice; docs/lastcode/nightly-workflow.md: 129 surviving lines; docs/lastcode/release.md: 227 surviving lines."],"Carry-Evidence":["4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03; frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"364a6980ff504737256aecae5855303cea109ef4","subject":"carry(build-ci): declare dynamically loaded tooling entries","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/207"],"Carry-Upstream":[],"Carry-Observation":["BuildCI owns unused-file and dependency validation. The declarations retain filename-loaded smoke helpers, documentation fixtures, packaged checkpoint tooling, and paired JavaScript type declarations; the Tailscale export cleanup satisfies the same static gate."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d1f704ed0ef9b826b867daf33a1660fefcf654fd"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69 (v0.0.39-nightly.20260905.1290); historical source 42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"644466a9617dbca4cc5571f229ae7e44ebc30f02","subject":"carry(build-ci): canonicalize the installer fixture root","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/206"],"Carry-Upstream":[],"Carry-Observation":["BuildCI owns the managed installer fixture. Canonicalizing its temporary root keeps the expected Homebrew prefix stable on filesystems that alias the temporary directory."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0a95a19d07801c1173a6ad182b70e2d879a4985e"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69 (v0.0.39-nightly.20260905.1290); historical source 42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7225defccf28a148c5a72cbee45344a733a513ce","subject":"carry(build-ci): place build and packaging Actions at their owning boundary","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Build & CI owns the lc-local-ci, lc-build-local-package, and lc-build-intel-package declarations plus surviving Quick CI and Intel build release guidance. The Wait for PR and Wait for Checkpoint declarations and guidance remain with Resumable Actions."],"Carry-Evidence":["1ad20cba08b144a5cafe19940d946f5df282ad81","f79842197279b2d21239bfd7ea10b008f056a69d","ccbfaa63f96f7a833c19bcbed91f8a923757227a","1a2f647a4250b34cbb5ae80f42956a7ea7c88574"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69; immutable source 42e0e48674ed661ddf49adebc0769d90d458ee66 (lastcode/revision/v0.0.39-nightly.20260905.1290.1)"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f49634bc5c6bb59c60503be54c1981fa536a020f","subject":"feat(lastcode): enforce carry provenance during guarded merge","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Guarded merge delivery validates and preserves the exact prepared carry source while the carry/checkpoint engine remains Tooling-owned."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b13b42824c5eef522300af964f05431e9868315e","subject":"ci(lastcode): gate pull requests on carry ownership","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":[],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"182458e4c36acf9e76866532437c2debd9e3c0b8","subject":"style(lastcode): format guarded carry merge body","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Apply the repository formatter to guarded merge integration without changing behavior."],"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: legacy-sidebar
Carry-Contribution: {"sourceCommit":"ae773fe2a7268594fe49f2813649cb74d06534d4","subject":"carry(legacy-sidebar): fix(lastcode): use LastCode project icon (#15)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/15"],"Carry-Upstream":[],"Carry-Observation":["Project icon configuration supports sidebar identity."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/080586bef5d1edb66abeafe9bbc40737238b0e23"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"67b24c77989c78c0eefa4bced628efcdcce52c29","subject":"carry(legacy-sidebar): feat(web): toggle sidebar mode with a keybinding (#23)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/23"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ca68cb7e8e1c8ba78254a7cd406f97ca4687c6ab"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"760aef5ea069979b30a1de6f45a1e7b0aaee45b6","subject":"carry(legacy-sidebar): feat(lastcode): resume agents after opted-in Actions (#28)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/28"],"Carry-Upstream":[],"Carry-Observation":["Optional sidebar Action status, terminal-open/cancel controls, and their sidebar-only tests. The Action lifecycle and MCP/orchestration contracts remain with Resumable Actions. Evidence: PR #28 sidebar hunks add the Waiting pill, Action popover controls, and desktop running-count presentation only."],"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":"8da727f0e224c7584e2a79b95bc37b136a44e0d9","subject":"carry(legacy-sidebar): feat(lastcode): scale legacy sidebar (#32)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/32"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c36677746e78c72371a30f4a3517f6b28f07f385"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1bc86c26c8a4734f2a089440c6182d171e5fee2d","subject":"carry(legacy-sidebar): fix(lastcode): keep legacy sidebar icons full size (#35)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/35"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/791c9bab48d06ca6f61bab0590149bd7236d0c74"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"fcac521cc831a210ca1ef1208661b33b9c7d9204","subject":"carry(legacy-sidebar): feat(lastcode): make project icon rounding optional (#40)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/40"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2d7c0871cfb9048469aafd297ea10d03ad9f8553"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b560d7bc06acd9b4d447a1ee819e4447238de80f","subject":"carry(legacy-sidebar): fix(lastcode): keep sidebar metadata full size (#42)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/42"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0be17993e73b50254940b7bb75babe6bb6d18a7e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3d34dcf96214bf522ecfd0de41df9e7572c3259b","subject":"carry(legacy-sidebar): fix(web): align sidebar toggle keybinding label (#43)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/43"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/cbb165caa0232e865377bd4980058a47951665b7"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9d62a53b99981e3e3a7b39b2840ccaec29f32a0e","subject":"carry(legacy-sidebar): fix(lastcode): align remote sidebar metadata (#44)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/44"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/67d93a2df5904bea81c463a0059fc7d19cfa873d"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1b9520436cac0a3cee00d0674e27c24dd4e1e7f9","subject":"carry(legacy-sidebar): feat(lastcode): add thread annotations (#50)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/50"],"Carry-Upstream":[],"Carry-Observation":["The reusable legacy thread-details hover component belongs to Legacy Sidebar. Evidence: Although introduced beside annotations, this standalone component renders generic project, environment, branch, provider, terminal, and error details and is subsequently extended by Legacy Sidebar hover and cleanup fixes."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/52f03065c5b642ffa054d815ded9ed28c5c5efdc"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ff599416c5a923cd2b7d1c52f2626fa1fbcaa2eb","subject":"carry(legacy-sidebar): fix(web): make legacy thread hovers consistent (#75)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/75"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fc769752c422beca2a6f0766e97677ba97e0e8cd"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0cf9ff0c0200d7aa9d8715d6d8abc5261304d3cb","subject":"carry(legacy-sidebar): feat(lastcode): make worktree cleanup durable (#76)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/76"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar cleanup status, retry/keep controls, dialog, hover state, and user guidance. Evidence: These hunks render or invoke the cleanup recovery actions from the legacy thread sidebar."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3a9760874b76c1f686e7c3948003fd08bf3016e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b1cc74e12ccaed3c004e68b610d2457037752175","subject":"carry(legacy-sidebar): feat(lastcode): customize environment icons (#91)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/91"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a370244e6e885580bdf5ab6f2ad463e8603bee83"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"321162f6f3c7da0ea78b099f481cfb0d3d84bedc","subject":"carry(legacy-sidebar): feat(web): add compact status indicators setting (#96)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/96"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/33784dad67329ea4866ef40c2dcbc4ac881503df"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"993ced5dc59a374db4914107b6032cbb8a38a8ed","subject":"carry(legacy-sidebar): feat(web): add worktree indicator preference (#100)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/100"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/465b75a4a5db8b01fbd244c005b941c0696e13f4"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"40c0dbed425436f56fbec9a09eedcd4e09f37992","subject":"carry(legacy-sidebar): fix(web): keep resumable actions visible while working (#98)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/98"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar presentation of running Action status and its user guidance belongs to Legacy Sidebar. Evidence: These hunks add the yellow waiting indicator to legacy thread rows and document that sidebar-only presentation; mobile rows and composer behavior remain Resumable Actions."],"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":"1a69d4e43685390023f5157980274f1a793f81eb","subject":"carry(legacy-sidebar): fix(web): align legacy thread metadata columns (#99)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/99"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a34c2433f75698a7f3b861626c8efccc58c28359"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0113abc0b5cad916a12474409e60ec1302646822","subject":"carry(legacy-sidebar): fix(web): improve sidebar and minimap indicator legibility (#113)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/113"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar icon visibility, status legibility, alignment, and preference previews. Evidence: The remaining files affect legacy thread rows, their settings, and shared status indicators used by that sidebar."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/84380d167b0c6c09be7376e5328506ca4e2c5d87"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2269e37f62f31d94b9bea5ebb1dc354da883da7f","subject":"carry(legacy-sidebar): refactor(lastcode): separate deployment infrastructure (#109)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Environment-label coverage follows Legacy Sidebar's environment-icon settings feature. Evidence: The sanitized label expectation changes a test introduced by PR #91 for legacy-thread environment presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d2eb3ffbc4698ed0987f3ccedcd78e9f8261094a"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"56340ad03aec2113cb7f42a00b5f6344e57b9a70","subject":"carry(legacy-sidebar): refactor(lastcode): separate deployment infrastructure (#109)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Legacy-thread environment icon presentation coverage belongs to Legacy Sidebar. Evidence: The hunk exercises legacyThreadEnvironmentPresentation and its sidebar-facing local-label output."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d2eb3ffbc4698ed0987f3ccedcd78e9f8261094a"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"bdc605cf5c18179f2b5f941a64c51ae3baba07cc","subject":"carry(legacy-sidebar): feat(lastcode): standardize resumable Action reporting (#168)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/168"],"Carry-Upstream":[],"Carry-Observation":["Optional legacy/sidebar presentation of structured Action progress, including status-pill priority, popovers, and hover text. Evidence: PR #168 sidebar hunks only convert Action progress into sidebar labels, colours, tooltips, and controls."],"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":"42141625e72500c51344495466cf377a954cbfa7","subject":"carry(legacy-sidebar): fix(lastcode): carry project icons into legacy drafts","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar project icon behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/821835214c38550469c0ed276de8f142feaf9a28"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"826a02947d1755c2202cabd31a7096046b10ded5","subject":"carry(legacy-sidebar): fix(lastcode): clear obsolete settings lint suppression","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Settings import lint maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/380f49a1805f1d9fafddc509f6c87605cb70cbca"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d708cc484b245bb957c4c360e0104da0f4c264b5","subject":"carry(legacy-sidebar): fix(web): theme sidebar status and local identity (#188)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/188"],"Carry-Upstream":[],"Carry-Observation":["Sidebar theme, identity, and hover presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9c6fc07406ed740054aff567a616c9276d2151e5"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6033a3beb97222acefa0e8985c6a9517544a8437","subject":"carry(legacy-sidebar): fix(lastcode): reconcile nightly typechecks","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Legacy-sidebar draft and hover project-name repair. Evidence: Both hunks pass or render projectTitleByKey/projectDisplayName; they do not change Action behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74680f64e7e90d3007d1e5e77852980a52acc91b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"acd337d250c264ae58869ef018ab71cd1bf4c291","subject":"carry(legacy-sidebar): fix(web): restore sidebar in-flight state after nightly rebase","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Sidebar in-flight state presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1f85c6c1e9a2eff43e2aca46213ca0c14c66643b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a780e50c903ededd6b456028d27b8bf14945588f","subject":"carry(legacy-sidebar): style(web): format reconciled sidebar selection","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Sidebar formatting repair."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
lastobelus
pushed a commit
that referenced
this pull request
Sep 7, 2026
Carry-Group: build-ci
Carry-Contribution: {"sourceCommit":"947a1fdde5ab486bc118f2a673b991808fe9cc4b","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Apple Silicon build 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":"a658b3610778e4bdac38d2a4d3580271190fecdf","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local artifact-build and updater-delivery 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":"99436a8c63c1b358c893ff61ad63a464c6d42e50","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Desktop artifact build implementation and coverage belong to BuildCI. Evidence: Both paths produce and validate the local desktop artifact; they do not implement checkpoint 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":"70b5a9c15b40c4b5faed3776e5bc32ca90055b96","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"cfef428fd03de9b8da017f4e75e7b35b360452a5","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Local CI and Apple Silicon build 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":"ec9003244637cd0664328ac00d677286bd20e2d6","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint-selected build and build-tag 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":"1444b8a8d1aabed40bb691e3302d295eeb3bf003","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Pull-request CI, checkpoint CI, and selected-artifact build 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":"d7169fbfde698fe3ead50dc8dac97dcfc78e718d","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Separated from a mixed historical contribution by behavioral ownership."],"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":"139a2aafc0ed279e303f2e07418c7b54900e9ca7","subject":"carry(build-ci): fix(release): guard shared Git integrity (#7)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/7"],"Carry-Upstream":[],"Carry-Observation":["The pre-push CI integrity guard and its release-guide contract belong to BuildCI. Evidence: These hunks clear hook-local Git state and document the exact local-CI repository-integrity boundary; the implementation and tests are already BuildCI-owned."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1ffa4b07b131145001a826d9b2622869385e6688"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ea9be76d5ad1e41ab9c41bc881264b51ea1e87ae","subject":"carry(build-ci): fix(release): guard shared Git integrity (#7)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/7"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1ffa4b07b131145001a826d9b2622869385e6688"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e1b86d7033f23bd8e8b021eb3417cc1bcbb77734","subject":"carry(build-ci): fix(release): avoid duplicate checkpoint tag CI (#8)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/8"],"Carry-Upstream":[],"Carry-Observation":["The checkpoint tag exception is part of the pull-request CI contract and belongs to BuildCI. Evidence: The source hunk changes only the release guide's Pull Request CI section; checkpoint implementation and the nightly operations guide remain Tooling."],"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":"191fd217a2d81b8f228e2b7080ee0e95a34cac1b","subject":"carry(build-ci): feat(lastcode): install local nightly checkpoints (#11)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/11"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a53ec92706c1fc59e5e0a0fcc831076cc74ca146"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"46a95c1a49d32913a89109e57e2fba5c7f65c755","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Installed build and artifact-install delivery 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":"dd408b9a5041d37ff16d1c657dafe77fbdad1240","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Local CI and checkpoint-build validation 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":"6893f4956204433ee7b4881a88b9ef65cf9c4097","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Manual and in-app local build and install guidance belongs to BuildCI."],"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":"b6dfe13c97c295f1a7fececd34311bb897d4feb0","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"e6e01b5e1c937dae88a30d56f38ea5d4524d0ed9","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Desktop artifact build revisions belong to BuildCI. Evidence: The paths select and build the installable artifact for a revision."],"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":"52c8f18d9d8673bf3c6a69eef31c6de01c36ee4c","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision selection, build invocation, manifests, and build-tag guidance belong to BuildCI. Evidence: These hunks change only the Selecting a Build section and its GitHub build-tag rules."],"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":"7cc5e6e28c90b0dbc85e000ab52cc2df829fb99e","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision CI, selected-artifact build, and in-app installer guidance belong to BuildCI. Evidence: The remaining release-guide hunks change the selected installable tag and local update build path."],"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":"3722b02877ae05e52b744957d2d652cf56c3029e","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["The page documents the local build and install delivery feature."],"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":"0671ede71956dacfb0d2a933af1f99a49f29967d","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Inseparable placement: revision update settings extend the local-installer settings feature. Evidence: The source hunk changes the local-update channel default and the #11 installer settings component; placing it in Tooling would require future BuildCI UI context."],"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":"b28bc0eccadc6787faed79ccd29854db9d0ff74a","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision-selected CI, build, and in-app installer guidance belongs to BuildCI."],"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":"64a62b6aa88a3db8b1683fa0d8d834a45d2b5714","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"82db6ed9d37936cd4edd79df7bb1bdd1da1c992c","subject":"carry(build-ci): fix(build): identify cross-architecture probe by executable (#18)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/18"],"Carry-Upstream":["https://github.com/pingdotgg/t3code/pull/7253"],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/8013cf900d294883f89a17e3e376360539703b80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d9d12266b1ed54f1c8058fbfb74114e35a929966","subject":"carry(build-ci): fix(lastcode): install local nightlies without Squirrel (#22)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/22"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/09e478aefacb0211ea55b40d9eb4e7b5c57297b4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5ca21afe59f8e98e9c93766290f11f0abba55c39","subject":"carry(build-ci): feat(lastcode): show local nightly build activity (#25)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/25"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"c88ae71a9b20bea6ca2e3ee39c01405a5cc080a5","subject":"carry(build-ci): fix(lastcode): bound installer quit requests (#26)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/26"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/8cc7f6c287f769be891483f5a04187f5315380cb"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"bca7177246d4184543df4044d621855f24fb8f52","subject":"carry(build-ci): fix(lastcode): verify installer relaunch (#30)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/30"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fbde534be1fc13228b60d19e2389c34243b7905a"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"630a54035aa2eeb0a2c290779edd95a1e9e88e81","subject":"carry(build-ci): fix(lastcode): group local nightly release notes (#41)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/41"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/78043c40a00574baa127db35941a65ad98587ddc"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c01d61b7b6ccf8fad589bdb9183d971850194bf9","subject":"carry(build-ci): feat(lastcode): build exact Intel artifacts (#46)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/46"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact workflow belongs to BuildCI. Evidence: The workflow builds the exact Intel installable artifact."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/923531a21e0ce8be189cff904ae10e87a13c3f80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"8d5a70fc7c1f6d14a0751777545ffd690d0e046c","subject":"carry(build-ci): feat(lastcode): build exact Intel artifacts (#46)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/46"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/923531a21e0ce8be189cff904ae10e87a13c3f80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"55843981a5854371793396a85cdabed636408e8d","subject":"carry(build-ci): fix(lastcode): use portable updater locks (#47)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/47"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f98bacdfe8b43e7ff9a3cd5008607d6df1a62e9d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"94e6963db7bdf5c8c06087dfa281a6e881a166c9","subject":"carry(build-ci): feat(lastcode): share local build progress model","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/22909081bd39f7cd0a8bd3b72c7125d4cfc289f4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1dedeea97537be4ad0f3a28bf0e38ec4299b9db6","subject":"carry(build-ci): fix(lastcode): secure build progress assets","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/7a0264e01f59d4bcae3092225897f4ac07c7040d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4bb7c1e464157d224246e96ce5a557890de09ceb","subject":"carry(build-ci): test(lastcode): keep progress model typecheck-safe","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/185b846c7e3ab3d2175ca674c7403b17fb5c7a2b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"af0a02e90d4d956022b9e0d433b8640ba4176483","subject":"carry(build-ci): feat(lastcode): report local build progress (#49)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/49"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3c4a8473bacbc267039d4a6a4f703c5ab311f5a8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f47c6c97d434619658f2b5f747dc61e47404aacc","subject":"carry(build-ci): feat(lastcode): publish durable Intel artifacts (#51)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/51"],"Carry-Upstream":[],"Carry-Observation":["Durable Intel artifact publication, coverage, and its two release-guide updates belong to BuildCI. Evidence: Every source hunk defines, validates, or documents the manually dispatched Intel artifact delivery path."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/68e2bdd458d56076bd4a75aa8d1bbac6b2e2342e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3a8ae7f0470f315290ee785200728c206b7e67a9","subject":"carry(build-ci): feat(lastcode): stage validated Intel updates (#53)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/53"],"Carry-Upstream":[],"Carry-Observation":["Intel package staging, release implementation, and staging guidance belong to BuildCI. Evidence: The paths implement and document validated Intel artifact delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/759635bff81a3c869d356c75d96c3da9ae79e89b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"919d067b344a82318c4db543a6fcaca4e896f10c","subject":"carry(build-ci): feat(lastcode): stage validated Intel updates (#53)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/53"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/759635bff81a3c869d356c75d96c3da9ae79e89b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ff8d36f4abd87ca0e535ed2001fb363bcba90bf6","subject":"carry(build-ci): feat(lastcode): show local build progress details (#55)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/55"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6b580a0198693138edd1133cb522e434184e2961"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"06208b8a7494f1440c871d82656d205c5d3e9e46","subject":"carry(build-ci): feat(lastcode): validate packaged server runtimes (#58)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/58"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a68c295b1ad97c9071c453e106d029972e5a605c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2e3a4c4938dfb8d6c3071f4645bad63818d02d11","subject":"carry(build-ci): fix(lastcode): restore main test expectations (#62)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/62"],"Carry-Upstream":[],"Carry-Observation":["Desktop update harness and update-flow expectation repairs. Evidence: Both files only repair local-update backend setup and its desktop assertion."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/84bb0cf98183e41e28897d9636c3296ac2c371d8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4f024726ef901f9d1fc51805884f3325830de480","subject":"carry(build-ci): feat(lastcode): add one-owner activation helper (#65)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/65"],"Carry-Upstream":[],"Carry-Observation":["Local package activation helper, coverage, and delivery guidance belong to BuildCI. Evidence: All four paths define or document selected-artifact activation after build delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/401fb1dbed143a73541e6f23c72b3d44cf073a3e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3620b5a3ead50200c01e359b8ae5026cc8892b50","subject":"carry(build-ci): test(web): align update pill coverage after nightly sync (#77)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/77"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4936f250fec08e6a1c24abe33507f7a2155386ef"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"06ea5fd6d2abf1eacd2a22a04f22da231ac60819","subject":"carry(build-ci): feat(lastcode): cap Intel staging at remote version (#80)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/80"],"Carry-Upstream":[],"Carry-Observation":["Intel package stage-limit behavior and its release guidance belong to BuildCI. Evidence: All three paths define, validate, or document eligible Intel delivery artifact selection."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2e3b4a502fd73af0deb96dc4d038f7b71db4709c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"41ccbaf849c140737feefa68bc3d511c3cb0e859","subject":"carry(build-ci): feat(lastcode): update managed server on its configured schedule (#81)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/81"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"7df2bca3e726a0defdda9c9d8351c192670458ea","subject":"carry(build-ci): fix(lastcode): use release immutability in Intel workflow (#84)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/84"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact immutability workflow, coverage, and release guidance belong to BuildCI. Evidence: All three paths enforce or document immutable release delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6b2484dbdab623c8592cdcacd50ee4afea4d1866"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e5103b18cb71a7fb14b813b1e4b1059222d6a264","subject":"carry(build-ci): feat(lastcode): prove hosted CI waiting (#104)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/104"],"Carry-Upstream":[],"Carry-Observation":["Hosted pull-request CI orchestration and its validation belong to BuildCI. Evidence: These paths define the CI workflow, exact-run evaluator, workflow-policy tests, and supporting build-runtime fixture; Wait for PR remains with Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ced536d7d370ffa8b58ca94faa1b48b1f4594a88"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b099b5e5f0fec6c4069150664eb9011d7bfd30c6","subject":"carry(build-ci): feat(lastcode): collapse resumable action output (#97)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/97"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/88359a7774e46a3248da6e8c664385a3f6589235"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3cfc5cdf1c71d2d27b1aca8e23c3e1e18a6f1710","subject":"carry(build-ci): feat(lastcode): add resumable Intel builds (#106)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/106"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/69ce9ed094c26d8816ee4da744eef4c75cb905c2"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9bdfe2681549a92ad413d7fbec6166efea092cb1","subject":"carry(build-ci): fix(lastcode): fetch Intel build base tags (#107)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/107"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact base-tag resolution belongs to BuildCI. Evidence: The workflow fetches the build base tag and the test asserts that release-delivery contract."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/b46544be1734fbc26a6fd7e13f17a2b42dd54c56"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d5f44f7a6584bd8acd801772e12dca5cd13492de","subject":"carry(build-ci): feat(lastcode): resume after quick ci (#110)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/110"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2a8cf9d0504eaf582214240614ae5747a12a799c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c42c4d6e2e62569b53c04380eeaaf46479581499","subject":"carry(build-ci): feat(lastcode): make GitHub CI merge authority (#111)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/111"],"Carry-Upstream":[],"Carry-Observation":["GitHub CI exact-run evidence and merge-authority enforcement belong to BuildCI. Evidence: These hunks replace the local merge stamp with immutable hosted-CI evidence and make the merge wrapper enforce that evidence; the Action wrapper and its agent guidance remain Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9be141a93a19c977ed82b983ebf586ebb781a53d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"841c76280f19b6034dd8502db00b359f5f5b484e","subject":"carry(build-ci): feat(lastcode): build Intel packages daily (#114)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/114"],"Carry-Upstream":[],"Carry-Observation":["Scheduled Intel package delivery implementation, coverage, workflow, and guide belong to BuildCI. Evidence: They resolve an installable tag, dispatch and validate its artifact workflow, and leave target installation separate."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/110c8ed91728293f0e08d9819a4d9ac015ee04d8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b6197d64afb30a40e890c8c8e3fcbe026905ed45","subject":"carry(build-ci): fix(lastcode): run daily Intel dispatch on GitHub (#115)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/115"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/61159e77bc607c2dcd0c66245ffee4f999241992"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1b613d9b80e9f592ff78b74397aefc385e7bbacd","subject":"carry(build-ci): refactor(lastcode): separate deployment infrastructure (#109)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Intel staging coverage belongs to BuildCI. Evidence: The test verifies selected Intel artifact staging."],"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":"93c892891990647a240b8ff84a93cd1e8784292f","subject":"carry(build-ci): refactor(lastcode): separate deployment infrastructure (#109)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"4750be24f290ba079e1e0b83d2adc5d0f158704a","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["CI-node, DMG builder, hosted artifact, and consumer-staging wording belongs to BuildCI. Evidence: These hunks rename and clarify the concrete validation, build, publication, and staging sections."],"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":"602da91a5c7cff6e1ac9697d0f8d5878156c4f8f","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Topology-neutral delivery-guide revisions belong to the BuildCI-owned installer, packaged-server, and activation-helper features. Evidence: These documents do not exist at the Tooling prefix; their source hunks describe artifact build, consumer, packaged-server, and activation roles."],"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":"c8eb4dd16705f1ca8acb316b77f1b02e2dd049b5","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"28fbaaeb6b45125fce72cbea580d7ea601c79e4f","subject":"carry(build-ci): fix(lastcode): finish checkpoints safely (#119)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/119"],"Carry-Upstream":[],"Carry-Observation":["Continuous-integration workflow belongs to BuildCI. Evidence: The path defines repository CI execution rather than checkpoint behavior."],"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":"56c219d29c970ac7fdea9cd1432adbf892829d70","subject":"carry(build-ci): feat(lastcode): inventory downstream carry set (#149)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/149"],"Carry-Upstream":[],"Carry-Observation":["The local nightly release-notes plan belongs to the BuildCI-owned update-delivery feature. Evidence: PR #149 only updates this plan's carry-set vocabulary; the document specifies the local installer release-notes contract introduced by the BuildCI feature."],"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":"0aa45afc41bc91a67a4ae31c0d729137066abe46","subject":"carry(build-ci): feat(lastcode): standardize resumable Action reporting (#168)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/168"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fca3acbc0926c1f1e2663176c6d6f99d22789a90"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d01520a4631718aaaa34205bda2c15017c5846d6","subject":"carry(build-ci): feat(lastcode): reconcile managed project actions (#174)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Intel release coverage belongs to BuildCI. Evidence: The test asserts release artifact behavior; the project-action command remains Tooling."],"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":"926bf92a0a12543c2485e6046453fef64c2dcfeb","subject":"carry(build-ci): feat(lastcode): reconcile managed project actions (#174)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"fc9422a4f97e517212c64c0fad546292c3f25941","subject":"carry(build-ci): fix(lastcode): reconcile nightly 1253 integrations","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"1f7f2bb3cb5a752e53d7eaed5ecfaf1d45a3df34","subject":"carry(build-ci): fix(lastcode): reconcile nightly 1256 integrations","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Desktop update error highlighting belongs with update/build delivery behavior. Evidence: The added helper only classifies download/install update failures."],"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":"815953502b725e87e6fd91bcd2d5f5fbe59c19f6","subject":"carry(build-ci): fix(lastcode): format nightly 1256 revision","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9169a9791ec5add68e31ea59f472f86f32de609f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5214004c21ef1ffd280b3e7eab4510e8e5db522a","subject":"carry(build-ci): feat(lastcode): alert maintenance thread on update failure (#181)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/181"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/85b0c1953ee95b675657bbeae54f5d99da0c6b59"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7ded9ca2211290b4efffd35834cc6aa0bb28143b","subject":"carry(build-ci): fix(lastcode): keep local update builds reproducible (#183)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/183"],"Carry-Upstream":[],"Carry-Observation":["Local update build reproducibility and build fixtures. Evidence: The remaining hunks refresh local-update dependencies and repair validation fixtures needed by the BuildCI path."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6daea8ef0de1c9df9e28b9f90407643d40e7b9e9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5377f31acf77a826eaa67c40f85f69f4f4e3cc8b","subject":"carry(build-ci): fix(lastcode): pin updater build runtime (#184)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/184"],"Carry-Upstream":[],"Carry-Observation":["Updater build runtime pinning."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/744850f9927a49f86d253d8c12e0993a86c1690e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"caf432b65d7da9d46c0c8d011773517d785302fa","subject":"carry(build-ci): fix(web): theme sidebar status and local identity (#188)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/188"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9c6fc07406ed740054aff567a616c9276d2151e5"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c2dfdcc0bc91ff8b5e7e963ba38baef6cdc7de9e","subject":"carry(build-ci): fix(lastcode): narrow hosted CI runner assertion (#193)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/193"],"Carry-Upstream":[],"Carry-Observation":["Hosted CI runner assertion and workflow dependency."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/177e9aea291293c31d31b27dea426fca6f816026"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c849ecfe8c1ab2c9bc70e9e7c82cad2f3de32a3e","subject":"carry(build-ci): feat(lastcode): resume threads after local package builds (#197)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/197"],"Carry-Upstream":[],"Carry-Observation":["Local package build and build recovery orchestration."],"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":"665a8730730ccef0feb7b4ab0f30d1ffea836c94","subject":"carry(build-ci): fix(lastcode): make provider build tests portable (#200)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/200"],"Carry-Upstream":[],"Carry-Observation":["Provider build test portability."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4854aa7eb5c813edbf4c35814ca2786add24429a"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"17a7fe6ea7bffca52fd6a6889d5e4c51767ae6d3","subject":"carry(build-ci): compile surviving shared release guidance","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Synthetic bootstrap-only shared-guide slice; docs/lastcode/nightly-workflow.md: 129 surviving lines; docs/lastcode/release.md: 227 surviving lines."],"Carry-Evidence":["4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03; frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"364a6980ff504737256aecae5855303cea109ef4","subject":"carry(build-ci): declare dynamically loaded tooling entries","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/207"],"Carry-Upstream":[],"Carry-Observation":["BuildCI owns unused-file and dependency validation. The declarations retain filename-loaded smoke helpers, documentation fixtures, packaged checkpoint tooling, and paired JavaScript type declarations; the Tailscale export cleanup satisfies the same static gate."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d1f704ed0ef9b826b867daf33a1660fefcf654fd"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69 (v0.0.39-nightly.20260905.1290); historical source 42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"644466a9617dbca4cc5571f229ae7e44ebc30f02","subject":"carry(build-ci): canonicalize the installer fixture root","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/206"],"Carry-Upstream":[],"Carry-Observation":["BuildCI owns the managed installer fixture. Canonicalizing its temporary root keeps the expected Homebrew prefix stable on filesystems that alias the temporary directory."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0a95a19d07801c1173a6ad182b70e2d879a4985e"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69 (v0.0.39-nightly.20260905.1290); historical source 42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7225defccf28a148c5a72cbee45344a733a513ce","subject":"carry(build-ci): place build and packaging Actions at their owning boundary","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Build & CI owns the lc-local-ci, lc-build-local-package, and lc-build-intel-package declarations plus surviving Quick CI and Intel build release guidance. The Wait for PR and Wait for Checkpoint declarations and guidance remain with Resumable Actions."],"Carry-Evidence":["1ad20cba08b144a5cafe19940d946f5df282ad81","f79842197279b2d21239bfd7ea10b008f056a69d","ccbfaa63f96f7a833c19bcbed91f8a923757227a","1a2f647a4250b34cbb5ae80f42956a7ea7c88574"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69; immutable source 42e0e48674ed661ddf49adebc0769d90d458ee66 (lastcode/revision/v0.0.39-nightly.20260905.1290.1)"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f49634bc5c6bb59c60503be54c1981fa536a020f","subject":"feat(lastcode): enforce carry provenance during guarded merge","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Guarded merge delivery validates and preserves the exact prepared carry source while the carry/checkpoint engine remains Tooling-owned."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b13b42824c5eef522300af964f05431e9868315e","subject":"ci(lastcode): gate pull requests on carry ownership","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":[],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"182458e4c36acf9e76866532437c2debd9e3c0b8","subject":"style(lastcode): format guarded carry merge body","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Apply the repository formatter to guarded merge integration without changing behavior."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"11f7421740550c72c523bf0decfdce41ec460472","subject":"fix(lastcode): validate migration upgrades before packaging","group":"build-ci","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: legacy-sidebar
Carry-Contribution: {"sourceCommit":"ae773fe2a7268594fe49f2813649cb74d06534d4","subject":"carry(legacy-sidebar): fix(lastcode): use LastCode project icon (#15)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/15"],"Carry-Upstream":[],"Carry-Observation":["Project icon configuration supports sidebar identity."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/080586bef5d1edb66abeafe9bbc40737238b0e23"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"67b24c77989c78c0eefa4bced628efcdcce52c29","subject":"carry(legacy-sidebar): feat(web): toggle sidebar mode with a keybinding (#23)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/23"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ca68cb7e8e1c8ba78254a7cd406f97ca4687c6ab"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"760aef5ea069979b30a1de6f45a1e7b0aaee45b6","subject":"carry(legacy-sidebar): feat(lastcode): resume agents after opted-in Actions (#28)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/28"],"Carry-Upstream":[],"Carry-Observation":["Optional sidebar Action status, terminal-open/cancel controls, and their sidebar-only tests. The Action lifecycle and MCP/orchestration contracts remain with Resumable Actions. Evidence: PR #28 sidebar hunks add the Waiting pill, Action popover controls, and desktop running-count presentation only."],"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":"8da727f0e224c7584e2a79b95bc37b136a44e0d9","subject":"carry(legacy-sidebar): feat(lastcode): scale legacy sidebar (#32)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/32"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c36677746e78c72371a30f4a3517f6b28f07f385"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1bc86c26c8a4734f2a089440c6182d171e5fee2d","subject":"carry(legacy-sidebar): fix(lastcode): keep legacy sidebar icons full size (#35)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/35"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/791c9bab48d06ca6f61bab0590149bd7236d0c74"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"fcac521cc831a210ca1ef1208661b33b9c7d9204","subject":"carry(legacy-sidebar): feat(lastcode): make project icon rounding optional (#40)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/40"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2d7c0871cfb9048469aafd297ea10d03ad9f8553"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b560d7bc06acd9b4d447a1ee819e4447238de80f","subject":"carry(legacy-sidebar): fix(lastcode): keep sidebar metadata full size (#42)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/42"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0be17993e73b50254940b7bb75babe6bb6d18a7e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3d34dcf96214bf522ecfd0de41df9e7572c3259b","subject":"carry(legacy-sidebar): fix(web): align sidebar toggle keybinding label (#43)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/43"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/cbb165caa0232e865377bd4980058a47951665b7"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9d62a53b99981e3e3a7b39b2840ccaec29f32a0e","subject":"carry(legacy-sidebar): fix(lastcode): align remote sidebar metadata (#44)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/44"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/67d93a2df5904bea81c463a0059fc7d19cfa873d"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1b9520436cac0a3cee00d0674e27c24dd4e1e7f9","subject":"carry(legacy-sidebar): feat(lastcode): add thread annotations (#50)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/50"],"Carry-Upstream":[],"Carry-Observation":["The reusable legacy thread-details hover component belongs to Legacy Sidebar. Evidence: Although introduced beside annotations, this standalone component renders generic project, environment, branch, provider, terminal, and error details and is subsequently extended by Legacy Sidebar hover and cleanup fixes."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/52f03065c5b642ffa054d815ded9ed28c5c5efdc"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ff599416c5a923cd2b7d1c52f2626fa1fbcaa2eb","subject":"carry(legacy-sidebar): fix(web): make legacy thread hovers consistent (#75)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/75"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fc769752c422beca2a6f0766e97677ba97e0e8cd"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0cf9ff0c0200d7aa9d8715d6d8abc5261304d3cb","subject":"carry(legacy-sidebar): feat(lastcode): make worktree cleanup durable (#76)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/76"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar cleanup status, retry/keep controls, dialog, hover state, and user guidance. Evidence: These hunks render or invoke the cleanup recovery actions from the legacy thread sidebar."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3a9760874b76c1f686e7c3948003fd08bf3016e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b1cc74e12ccaed3c004e68b610d2457037752175","subject":"carry(legacy-sidebar): feat(lastcode): customize environment icons (#91)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/91"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a370244e6e885580bdf5ab6f2ad463e8603bee83"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"321162f6f3c7da0ea78b099f481cfb0d3d84bedc","subject":"carry(legacy-sidebar): feat(web): add compact status indicators setting (#96)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/96"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/33784dad67329ea4866ef40c2dcbc4ac881503df"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"993ced5dc59a374db4914107b6032cbb8a38a8ed","subject":"carry(legacy-sidebar): feat(web): add worktree indicator preference (#100)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/100"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/465b75a4a5db8b01fbd244c005b941c0696e13f4"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"40c0dbed425436f56fbec9a09eedcd4e09f37992","subject":"carry(legacy-sidebar): fix(web): keep resumable actions visible while working (#98)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/98"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar presentation of running Action status and its user guidance belongs to Legacy Sidebar. Evidence: These hunks add the yellow waiting indicator to legacy thread rows and document that sidebar-only presentation; mobile rows and composer behavior remain Resumable Actions."],"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":"1a69d4e43685390023f5157980274f1a793f81eb","subject":"carry(legacy-sidebar): fix(web): align legacy thread metadata columns (#99)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/99"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a34c2433f75698a7f3b861626c8efccc58c28359"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0113abc0b5cad916a12474409e60ec1302646822","subject":"carry(legacy-sidebar): fix(web): improve sidebar and minimap indicator legibility (#113)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/113"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar icon visibility, status legibility, alignment, and preference previews. Evidence: The remaining files affect legacy thread rows, their settings, and shared status indicators used by that sidebar."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/84380d167b0c6c09be7376e5328506ca4e2c5d87"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2269e37f62f31d94b9bea5ebb1dc354da883da7f","subject":"carry(legacy-sidebar): refactor(lastcode): separate deployment infrastructure (#109)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Environment-label coverage follows Legacy Sidebar's environment-icon settings feature. Evidence: The sanitized label expectation changes a test introduced by PR #91 for legacy-thread environment presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d2eb3ffbc4698ed0987f3ccedcd78e9f8261094a"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"56340ad03aec2113cb7f42a00b5f6344e57b9a70","subject":"carry(legacy-sidebar): refactor(lastcode): separate deployment infrastructure (#109)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Legacy-thread environment icon presentation coverage belongs to Legacy Sidebar. Evidence: The hunk exercises legacyThreadEnvironmentPresentation and its sidebar-facing local-label output."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d2eb3ffbc4698ed0987f3ccedcd78e9f8261094a"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"bdc605cf5c18179f2b5f941a64c51ae3baba07cc","subject":"carry(legacy-sidebar): feat(lastcode): standardize resumable Action reporting (#168)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/168"],"Carry-Upstream":[],"Carry-Observation":["Optional legacy/sidebar presentation of structured Action progress, including status-pill priority, popovers, and hover text. Evidence: PR #168 sidebar hunks only convert Action progress into sidebar labels, colours, tooltips, and controls."],"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":"42141625e72500c51344495466cf377a954cbfa7","subject":"carry(legacy-sidebar): fix(lastcode): carry project icons into legacy drafts","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar project icon behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/821835214c38550469c0ed276de8f142feaf9a28"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"826a02947d1755c2202cabd31a7096046b10ded5","subject":"carry(legacy-sidebar): fix(lastcode): clear obsolete settings lint suppression","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Settings import lint maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/380f49a1805f1d9fafddc509f6c87605cb70cbca"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d708cc484b245bb957c4c360e0104da0f4c264b5","subject":"carry(legacy-sidebar): fix(web): theme sidebar status and local identity (#188)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/188"],"Carry-Upstream":[],"Carry-Observation":["Sidebar theme, identity, and hover presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9c6fc07406ed740054aff567a616c9276d2151e5"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6033a3beb97222acefa0e8985c6a9517544a8437","subject":"carry(legacy-sidebar): fix(lastcode): reconcile nightly typechecks","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Legacy-sidebar draft and hover project-name repair. Evidence: Both hunks pass or render projectTitleByKey/projectDisplayName; they do not change Action behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74680f64e7e90d3007d1e5e77852980a52acc91b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"acd337d250c264ae58869ef018ab71cd1bf4c291","subject":"carry(legacy-sidebar): fix(web): restore sidebar in-flight state after nightly rebase","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Sidebar in-flight state presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1f85c6c1e9a2eff43e2aca46213ca0c14c66643b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a780e50c903ededd6b456028d27b8bf14945588f","subject":"carry(legacy-sidebar): style(web): format reconciled sidebar selection","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Sidebar formatting repair."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
lastobelus
pushed a commit
that referenced
this pull request
Sep 7, 2026
Carry-Group: build-ci
Carry-Contribution: {"sourceCommit":"947a1fdde5ab486bc118f2a673b991808fe9cc4b","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Apple Silicon build 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":"a658b3610778e4bdac38d2a4d3580271190fecdf","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local artifact-build and updater-delivery 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":"99436a8c63c1b358c893ff61ad63a464c6d42e50","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Desktop artifact build implementation and coverage belong to BuildCI. Evidence: Both paths produce and validate the local desktop artifact; they do not implement checkpoint 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":"70b5a9c15b40c4b5faed3776e5bc32ca90055b96","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"cfef428fd03de9b8da017f4e75e7b35b360452a5","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Local CI and Apple Silicon build 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":"ec9003244637cd0664328ac00d677286bd20e2d6","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint-selected build and build-tag 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":"1444b8a8d1aabed40bb691e3302d295eeb3bf003","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Pull-request CI, checkpoint CI, and selected-artifact build 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":"d7169fbfde698fe3ead50dc8dac97dcfc78e718d","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Separated from a mixed historical contribution by behavioral ownership."],"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":"139a2aafc0ed279e303f2e07418c7b54900e9ca7","subject":"carry(build-ci): fix(release): guard shared Git integrity (#7)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/7"],"Carry-Upstream":[],"Carry-Observation":["The pre-push CI integrity guard and its release-guide contract belong to BuildCI. Evidence: These hunks clear hook-local Git state and document the exact local-CI repository-integrity boundary; the implementation and tests are already BuildCI-owned."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1ffa4b07b131145001a826d9b2622869385e6688"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ea9be76d5ad1e41ab9c41bc881264b51ea1e87ae","subject":"carry(build-ci): fix(release): guard shared Git integrity (#7)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/7"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1ffa4b07b131145001a826d9b2622869385e6688"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e1b86d7033f23bd8e8b021eb3417cc1bcbb77734","subject":"carry(build-ci): fix(release): avoid duplicate checkpoint tag CI (#8)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/8"],"Carry-Upstream":[],"Carry-Observation":["The checkpoint tag exception is part of the pull-request CI contract and belongs to BuildCI. Evidence: The source hunk changes only the release guide's Pull Request CI section; checkpoint implementation and the nightly operations guide remain Tooling."],"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":"191fd217a2d81b8f228e2b7080ee0e95a34cac1b","subject":"carry(build-ci): feat(lastcode): install local nightly checkpoints (#11)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/11"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a53ec92706c1fc59e5e0a0fcc831076cc74ca146"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"46a95c1a49d32913a89109e57e2fba5c7f65c755","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Installed build and artifact-install delivery 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":"dd408b9a5041d37ff16d1c657dafe77fbdad1240","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Local CI and checkpoint-build validation 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":"6893f4956204433ee7b4881a88b9ef65cf9c4097","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Manual and in-app local build and install guidance belongs to BuildCI."],"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":"b6dfe13c97c295f1a7fececd34311bb897d4feb0","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"e6e01b5e1c937dae88a30d56f38ea5d4524d0ed9","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Desktop artifact build revisions belong to BuildCI. Evidence: The paths select and build the installable artifact for a revision."],"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":"52c8f18d9d8673bf3c6a69eef31c6de01c36ee4c","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision selection, build invocation, manifests, and build-tag guidance belong to BuildCI. Evidence: These hunks change only the Selecting a Build section and its GitHub build-tag rules."],"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":"7cc5e6e28c90b0dbc85e000ab52cc2df829fb99e","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision CI, selected-artifact build, and in-app installer guidance belong to BuildCI. Evidence: The remaining release-guide hunks change the selected installable tag and local update build path."],"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":"3722b02877ae05e52b744957d2d652cf56c3029e","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["The page documents the local build and install delivery feature."],"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":"0671ede71956dacfb0d2a933af1f99a49f29967d","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Inseparable placement: revision update settings extend the local-installer settings feature. Evidence: The source hunk changes the local-update channel default and the #11 installer settings component; placing it in Tooling would require future BuildCI UI context."],"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":"b28bc0eccadc6787faed79ccd29854db9d0ff74a","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision-selected CI, build, and in-app installer guidance belongs to BuildCI."],"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":"64a62b6aa88a3db8b1683fa0d8d834a45d2b5714","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"82db6ed9d37936cd4edd79df7bb1bdd1da1c992c","subject":"carry(build-ci): fix(build): identify cross-architecture probe by executable (#18)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/18"],"Carry-Upstream":["https://github.com/pingdotgg/t3code/pull/7253"],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/8013cf900d294883f89a17e3e376360539703b80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d9d12266b1ed54f1c8058fbfb74114e35a929966","subject":"carry(build-ci): fix(lastcode): install local nightlies without Squirrel (#22)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/22"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/09e478aefacb0211ea55b40d9eb4e7b5c57297b4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5ca21afe59f8e98e9c93766290f11f0abba55c39","subject":"carry(build-ci): feat(lastcode): show local nightly build activity (#25)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/25"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"c88ae71a9b20bea6ca2e3ee39c01405a5cc080a5","subject":"carry(build-ci): fix(lastcode): bound installer quit requests (#26)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/26"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/8cc7f6c287f769be891483f5a04187f5315380cb"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"bca7177246d4184543df4044d621855f24fb8f52","subject":"carry(build-ci): fix(lastcode): verify installer relaunch (#30)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/30"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fbde534be1fc13228b60d19e2389c34243b7905a"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"630a54035aa2eeb0a2c290779edd95a1e9e88e81","subject":"carry(build-ci): fix(lastcode): group local nightly release notes (#41)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/41"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/78043c40a00574baa127db35941a65ad98587ddc"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c01d61b7b6ccf8fad589bdb9183d971850194bf9","subject":"carry(build-ci): feat(lastcode): build exact Intel artifacts (#46)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/46"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact workflow belongs to BuildCI. Evidence: The workflow builds the exact Intel installable artifact."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/923531a21e0ce8be189cff904ae10e87a13c3f80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"8d5a70fc7c1f6d14a0751777545ffd690d0e046c","subject":"carry(build-ci): feat(lastcode): build exact Intel artifacts (#46)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/46"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/923531a21e0ce8be189cff904ae10e87a13c3f80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"55843981a5854371793396a85cdabed636408e8d","subject":"carry(build-ci): fix(lastcode): use portable updater locks (#47)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/47"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f98bacdfe8b43e7ff9a3cd5008607d6df1a62e9d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"94e6963db7bdf5c8c06087dfa281a6e881a166c9","subject":"carry(build-ci): feat(lastcode): share local build progress model","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/22909081bd39f7cd0a8bd3b72c7125d4cfc289f4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1dedeea97537be4ad0f3a28bf0e38ec4299b9db6","subject":"carry(build-ci): fix(lastcode): secure build progress assets","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/7a0264e01f59d4bcae3092225897f4ac07c7040d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4bb7c1e464157d224246e96ce5a557890de09ceb","subject":"carry(build-ci): test(lastcode): keep progress model typecheck-safe","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/185b846c7e3ab3d2175ca674c7403b17fb5c7a2b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"af0a02e90d4d956022b9e0d433b8640ba4176483","subject":"carry(build-ci): feat(lastcode): report local build progress (#49)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/49"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3c4a8473bacbc267039d4a6a4f703c5ab311f5a8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f47c6c97d434619658f2b5f747dc61e47404aacc","subject":"carry(build-ci): feat(lastcode): publish durable Intel artifacts (#51)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/51"],"Carry-Upstream":[],"Carry-Observation":["Durable Intel artifact publication, coverage, and its two release-guide updates belong to BuildCI. Evidence: Every source hunk defines, validates, or documents the manually dispatched Intel artifact delivery path."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/68e2bdd458d56076bd4a75aa8d1bbac6b2e2342e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3a8ae7f0470f315290ee785200728c206b7e67a9","subject":"carry(build-ci): feat(lastcode): stage validated Intel updates (#53)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/53"],"Carry-Upstream":[],"Carry-Observation":["Intel package staging, release implementation, and staging guidance belong to BuildCI. Evidence: The paths implement and document validated Intel artifact delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/759635bff81a3c869d356c75d96c3da9ae79e89b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"919d067b344a82318c4db543a6fcaca4e896f10c","subject":"carry(build-ci): feat(lastcode): stage validated Intel updates (#53)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/53"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/759635bff81a3c869d356c75d96c3da9ae79e89b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ff8d36f4abd87ca0e535ed2001fb363bcba90bf6","subject":"carry(build-ci): feat(lastcode): show local build progress details (#55)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/55"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6b580a0198693138edd1133cb522e434184e2961"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"06208b8a7494f1440c871d82656d205c5d3e9e46","subject":"carry(build-ci): feat(lastcode): validate packaged server runtimes (#58)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/58"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a68c295b1ad97c9071c453e106d029972e5a605c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2e3a4c4938dfb8d6c3071f4645bad63818d02d11","subject":"carry(build-ci): fix(lastcode): restore main test expectations (#62)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/62"],"Carry-Upstream":[],"Carry-Observation":["Desktop update harness and update-flow expectation repairs. Evidence: Both files only repair local-update backend setup and its desktop assertion."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/84bb0cf98183e41e28897d9636c3296ac2c371d8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4f024726ef901f9d1fc51805884f3325830de480","subject":"carry(build-ci): feat(lastcode): add one-owner activation helper (#65)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/65"],"Carry-Upstream":[],"Carry-Observation":["Local package activation helper, coverage, and delivery guidance belong to BuildCI. Evidence: All four paths define or document selected-artifact activation after build delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/401fb1dbed143a73541e6f23c72b3d44cf073a3e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3620b5a3ead50200c01e359b8ae5026cc8892b50","subject":"carry(build-ci): test(web): align update pill coverage after nightly sync (#77)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/77"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4936f250fec08e6a1c24abe33507f7a2155386ef"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"06ea5fd6d2abf1eacd2a22a04f22da231ac60819","subject":"carry(build-ci): feat(lastcode): cap Intel staging at remote version (#80)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/80"],"Carry-Upstream":[],"Carry-Observation":["Intel package stage-limit behavior and its release guidance belong to BuildCI. Evidence: All three paths define, validate, or document eligible Intel delivery artifact selection."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2e3b4a502fd73af0deb96dc4d038f7b71db4709c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"41ccbaf849c140737feefa68bc3d511c3cb0e859","subject":"carry(build-ci): feat(lastcode): update managed server on its configured schedule (#81)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/81"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"7df2bca3e726a0defdda9c9d8351c192670458ea","subject":"carry(build-ci): fix(lastcode): use release immutability in Intel workflow (#84)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/84"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact immutability workflow, coverage, and release guidance belong to BuildCI. Evidence: All three paths enforce or document immutable release delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6b2484dbdab623c8592cdcacd50ee4afea4d1866"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e5103b18cb71a7fb14b813b1e4b1059222d6a264","subject":"carry(build-ci): feat(lastcode): prove hosted CI waiting (#104)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/104"],"Carry-Upstream":[],"Carry-Observation":["Hosted pull-request CI orchestration and its validation belong to BuildCI. Evidence: These paths define the CI workflow, exact-run evaluator, workflow-policy tests, and supporting build-runtime fixture; Wait for PR remains with Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ced536d7d370ffa8b58ca94faa1b48b1f4594a88"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b099b5e5f0fec6c4069150664eb9011d7bfd30c6","subject":"carry(build-ci): feat(lastcode): collapse resumable action output (#97)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/97"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/88359a7774e46a3248da6e8c664385a3f6589235"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3cfc5cdf1c71d2d27b1aca8e23c3e1e18a6f1710","subject":"carry(build-ci): feat(lastcode): add resumable Intel builds (#106)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/106"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/69ce9ed094c26d8816ee4da744eef4c75cb905c2"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9bdfe2681549a92ad413d7fbec6166efea092cb1","subject":"carry(build-ci): fix(lastcode): fetch Intel build base tags (#107)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/107"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact base-tag resolution belongs to BuildCI. Evidence: The workflow fetches the build base tag and the test asserts that release-delivery contract."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/b46544be1734fbc26a6fd7e13f17a2b42dd54c56"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d5f44f7a6584bd8acd801772e12dca5cd13492de","subject":"carry(build-ci): feat(lastcode): resume after quick ci (#110)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/110"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2a8cf9d0504eaf582214240614ae5747a12a799c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c42c4d6e2e62569b53c04380eeaaf46479581499","subject":"carry(build-ci): feat(lastcode): make GitHub CI merge authority (#111)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/111"],"Carry-Upstream":[],"Carry-Observation":["GitHub CI exact-run evidence and merge-authority enforcement belong to BuildCI. Evidence: These hunks replace the local merge stamp with immutable hosted-CI evidence and make the merge wrapper enforce that evidence; the Action wrapper and its agent guidance remain Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9be141a93a19c977ed82b983ebf586ebb781a53d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"841c76280f19b6034dd8502db00b359f5f5b484e","subject":"carry(build-ci): feat(lastcode): build Intel packages daily (#114)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/114"],"Carry-Upstream":[],"Carry-Observation":["Scheduled Intel package delivery implementation, coverage, workflow, and guide belong to BuildCI. Evidence: They resolve an installable tag, dispatch and validate its artifact workflow, and leave target installation separate."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/110c8ed91728293f0e08d9819a4d9ac015ee04d8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b6197d64afb30a40e890c8c8e3fcbe026905ed45","subject":"carry(build-ci): fix(lastcode): run daily Intel dispatch on GitHub (#115)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/115"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/61159e77bc607c2dcd0c66245ffee4f999241992"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1b613d9b80e9f592ff78b74397aefc385e7bbacd","subject":"carry(build-ci): refactor(lastcode): separate deployment infrastructure (#109)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Intel staging coverage belongs to BuildCI. Evidence: The test verifies selected Intel artifact staging."],"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":"93c892891990647a240b8ff84a93cd1e8784292f","subject":"carry(build-ci): refactor(lastcode): separate deployment infrastructure (#109)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"4750be24f290ba079e1e0b83d2adc5d0f158704a","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["CI-node, DMG builder, hosted artifact, and consumer-staging wording belongs to BuildCI. Evidence: These hunks rename and clarify the concrete validation, build, publication, and staging sections."],"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":"602da91a5c7cff6e1ac9697d0f8d5878156c4f8f","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Topology-neutral delivery-guide revisions belong to the BuildCI-owned installer, packaged-server, and activation-helper features. Evidence: These documents do not exist at the Tooling prefix; their source hunks describe artifact build, consumer, packaged-server, and activation roles."],"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":"c8eb4dd16705f1ca8acb316b77f1b02e2dd049b5","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"28fbaaeb6b45125fce72cbea580d7ea601c79e4f","subject":"carry(build-ci): fix(lastcode): finish checkpoints safely (#119)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/119"],"Carry-Upstream":[],"Carry-Observation":["Continuous-integration workflow belongs to BuildCI. Evidence: The path defines repository CI execution rather than checkpoint behavior."],"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":"56c219d29c970ac7fdea9cd1432adbf892829d70","subject":"carry(build-ci): feat(lastcode): inventory downstream carry set (#149)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/149"],"Carry-Upstream":[],"Carry-Observation":["The local nightly release-notes plan belongs to the BuildCI-owned update-delivery feature. Evidence: PR #149 only updates this plan's carry-set vocabulary; the document specifies the local installer release-notes contract introduced by the BuildCI feature."],"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":"0aa45afc41bc91a67a4ae31c0d729137066abe46","subject":"carry(build-ci): feat(lastcode): standardize resumable Action reporting (#168)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/168"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fca3acbc0926c1f1e2663176c6d6f99d22789a90"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d01520a4631718aaaa34205bda2c15017c5846d6","subject":"carry(build-ci): feat(lastcode): reconcile managed project actions (#174)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Intel release coverage belongs to BuildCI. Evidence: The test asserts release artifact behavior; the project-action command remains Tooling."],"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":"926bf92a0a12543c2485e6046453fef64c2dcfeb","subject":"carry(build-ci): feat(lastcode): reconcile managed project actions (#174)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"fc9422a4f97e517212c64c0fad546292c3f25941","subject":"carry(build-ci): fix(lastcode): reconcile nightly 1253 integrations","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"1f7f2bb3cb5a752e53d7eaed5ecfaf1d45a3df34","subject":"carry(build-ci): fix(lastcode): reconcile nightly 1256 integrations","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Desktop update error highlighting belongs with update/build delivery behavior. Evidence: The added helper only classifies download/install update failures."],"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":"815953502b725e87e6fd91bcd2d5f5fbe59c19f6","subject":"carry(build-ci): fix(lastcode): format nightly 1256 revision","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9169a9791ec5add68e31ea59f472f86f32de609f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5214004c21ef1ffd280b3e7eab4510e8e5db522a","subject":"carry(build-ci): feat(lastcode): alert maintenance thread on update failure (#181)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/181"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/85b0c1953ee95b675657bbeae54f5d99da0c6b59"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7ded9ca2211290b4efffd35834cc6aa0bb28143b","subject":"carry(build-ci): fix(lastcode): keep local update builds reproducible (#183)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/183"],"Carry-Upstream":[],"Carry-Observation":["Local update build reproducibility and build fixtures. Evidence: The remaining hunks refresh local-update dependencies and repair validation fixtures needed by the BuildCI path."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6daea8ef0de1c9df9e28b9f90407643d40e7b9e9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5377f31acf77a826eaa67c40f85f69f4f4e3cc8b","subject":"carry(build-ci): fix(lastcode): pin updater build runtime (#184)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/184"],"Carry-Upstream":[],"Carry-Observation":["Updater build runtime pinning."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/744850f9927a49f86d253d8c12e0993a86c1690e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"caf432b65d7da9d46c0c8d011773517d785302fa","subject":"carry(build-ci): fix(web): theme sidebar status and local identity (#188)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/188"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9c6fc07406ed740054aff567a616c9276d2151e5"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c2dfdcc0bc91ff8b5e7e963ba38baef6cdc7de9e","subject":"carry(build-ci): fix(lastcode): narrow hosted CI runner assertion (#193)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/193"],"Carry-Upstream":[],"Carry-Observation":["Hosted CI runner assertion and workflow dependency."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/177e9aea291293c31d31b27dea426fca6f816026"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c849ecfe8c1ab2c9bc70e9e7c82cad2f3de32a3e","subject":"carry(build-ci): feat(lastcode): resume threads after local package builds (#197)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/197"],"Carry-Upstream":[],"Carry-Observation":["Local package build and build recovery orchestration."],"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":"665a8730730ccef0feb7b4ab0f30d1ffea836c94","subject":"carry(build-ci): fix(lastcode): make provider build tests portable (#200)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/200"],"Carry-Upstream":[],"Carry-Observation":["Provider build test portability."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4854aa7eb5c813edbf4c35814ca2786add24429a"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"17a7fe6ea7bffca52fd6a6889d5e4c51767ae6d3","subject":"carry(build-ci): compile surviving shared release guidance","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Synthetic bootstrap-only shared-guide slice; docs/lastcode/nightly-workflow.md: 129 surviving lines; docs/lastcode/release.md: 227 surviving lines."],"Carry-Evidence":["4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03; frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"364a6980ff504737256aecae5855303cea109ef4","subject":"carry(build-ci): declare dynamically loaded tooling entries","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/207"],"Carry-Upstream":[],"Carry-Observation":["BuildCI owns unused-file and dependency validation. The declarations retain filename-loaded smoke helpers, documentation fixtures, packaged checkpoint tooling, and paired JavaScript type declarations; the Tailscale export cleanup satisfies the same static gate."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d1f704ed0ef9b826b867daf33a1660fefcf654fd"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69 (v0.0.39-nightly.20260905.1290); historical source 42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"644466a9617dbca4cc5571f229ae7e44ebc30f02","subject":"carry(build-ci): canonicalize the installer fixture root","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/206"],"Carry-Upstream":[],"Carry-Observation":["BuildCI owns the managed installer fixture. Canonicalizing its temporary root keeps the expected Homebrew prefix stable on filesystems that alias the temporary directory."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0a95a19d07801c1173a6ad182b70e2d879a4985e"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69 (v0.0.39-nightly.20260905.1290); historical source 42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7225defccf28a148c5a72cbee45344a733a513ce","subject":"carry(build-ci): place build and packaging Actions at their owning boundary","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Build & CI owns the lc-local-ci, lc-build-local-package, and lc-build-intel-package declarations plus surviving Quick CI and Intel build release guidance. The Wait for PR and Wait for Checkpoint declarations and guidance remain with Resumable Actions."],"Carry-Evidence":["1ad20cba08b144a5cafe19940d946f5df282ad81","f79842197279b2d21239bfd7ea10b008f056a69d","ccbfaa63f96f7a833c19bcbed91f8a923757227a","1a2f647a4250b34cbb5ae80f42956a7ea7c88574"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69; immutable source 42e0e48674ed661ddf49adebc0769d90d458ee66 (lastcode/revision/v0.0.39-nightly.20260905.1290.1)"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f49634bc5c6bb59c60503be54c1981fa536a020f","subject":"feat(lastcode): enforce carry provenance during guarded merge","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Guarded merge delivery validates and preserves the exact prepared carry source while the carry/checkpoint engine remains Tooling-owned."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b13b42824c5eef522300af964f05431e9868315e","subject":"ci(lastcode): gate pull requests on carry ownership","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":[],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"182458e4c36acf9e76866532437c2debd9e3c0b8","subject":"style(lastcode): format guarded carry merge body","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Apply the repository formatter to guarded merge integration without changing behavior."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"11f7421740550c72c523bf0decfdce41ec460472","subject":"fix(lastcode): validate migration upgrades before packaging","group":"build-ci","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: legacy-sidebar
Carry-Contribution: {"sourceCommit":"ae773fe2a7268594fe49f2813649cb74d06534d4","subject":"carry(legacy-sidebar): fix(lastcode): use LastCode project icon (#15)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/15"],"Carry-Upstream":[],"Carry-Observation":["Project icon configuration supports sidebar identity."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/080586bef5d1edb66abeafe9bbc40737238b0e23"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"67b24c77989c78c0eefa4bced628efcdcce52c29","subject":"carry(legacy-sidebar): feat(web): toggle sidebar mode with a keybinding (#23)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/23"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ca68cb7e8e1c8ba78254a7cd406f97ca4687c6ab"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"760aef5ea069979b30a1de6f45a1e7b0aaee45b6","subject":"carry(legacy-sidebar): feat(lastcode): resume agents after opted-in Actions (#28)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/28"],"Carry-Upstream":[],"Carry-Observation":["Optional sidebar Action status, terminal-open/cancel controls, and their sidebar-only tests. The Action lifecycle and MCP/orchestration contracts remain with Resumable Actions. Evidence: PR #28 sidebar hunks add the Waiting pill, Action popover controls, and desktop running-count presentation only."],"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":"8da727f0e224c7584e2a79b95bc37b136a44e0d9","subject":"carry(legacy-sidebar): feat(lastcode): scale legacy sidebar (#32)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/32"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c36677746e78c72371a30f4a3517f6b28f07f385"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1bc86c26c8a4734f2a089440c6182d171e5fee2d","subject":"carry(legacy-sidebar): fix(lastcode): keep legacy sidebar icons full size (#35)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/35"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/791c9bab48d06ca6f61bab0590149bd7236d0c74"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"fcac521cc831a210ca1ef1208661b33b9c7d9204","subject":"carry(legacy-sidebar): feat(lastcode): make project icon rounding optional (#40)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/40"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2d7c0871cfb9048469aafd297ea10d03ad9f8553"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b560d7bc06acd9b4d447a1ee819e4447238de80f","subject":"carry(legacy-sidebar): fix(lastcode): keep sidebar metadata full size (#42)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/42"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0be17993e73b50254940b7bb75babe6bb6d18a7e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3d34dcf96214bf522ecfd0de41df9e7572c3259b","subject":"carry(legacy-sidebar): fix(web): align sidebar toggle keybinding label (#43)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/43"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/cbb165caa0232e865377bd4980058a47951665b7"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9d62a53b99981e3e3a7b39b2840ccaec29f32a0e","subject":"carry(legacy-sidebar): fix(lastcode): align remote sidebar metadata (#44)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/44"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/67d93a2df5904bea81c463a0059fc7d19cfa873d"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1b9520436cac0a3cee00d0674e27c24dd4e1e7f9","subject":"carry(legacy-sidebar): feat(lastcode): add thread annotations (#50)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/50"],"Carry-Upstream":[],"Carry-Observation":["The reusable legacy thread-details hover component belongs to Legacy Sidebar. Evidence: Although introduced beside annotations, this standalone component renders generic project, environment, branch, provider, terminal, and error details and is subsequently extended by Legacy Sidebar hover and cleanup fixes."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/52f03065c5b642ffa054d815ded9ed28c5c5efdc"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ff599416c5a923cd2b7d1c52f2626fa1fbcaa2eb","subject":"carry(legacy-sidebar): fix(web): make legacy thread hovers consistent (#75)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/75"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fc769752c422beca2a6f0766e97677ba97e0e8cd"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0cf9ff0c0200d7aa9d8715d6d8abc5261304d3cb","subject":"carry(legacy-sidebar): feat(lastcode): make worktree cleanup durable (#76)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/76"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar cleanup status, retry/keep controls, dialog, hover state, and user guidance. Evidence: These hunks render or invoke the cleanup recovery actions from the legacy thread sidebar."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3a9760874b76c1f686e7c3948003fd08bf3016e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b1cc74e12ccaed3c004e68b610d2457037752175","subject":"carry(legacy-sidebar): feat(lastcode): customize environment icons (#91)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/91"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a370244e6e885580bdf5ab6f2ad463e8603bee83"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"321162f6f3c7da0ea78b099f481cfb0d3d84bedc","subject":"carry(legacy-sidebar): feat(web): add compact status indicators setting (#96)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/96"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/33784dad67329ea4866ef40c2dcbc4ac881503df"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"993ced5dc59a374db4914107b6032cbb8a38a8ed","subject":"carry(legacy-sidebar): feat(web): add worktree indicator preference (#100)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/100"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/465b75a4a5db8b01fbd244c005b941c0696e13f4"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"40c0dbed425436f56fbec9a09eedcd4e09f37992","subject":"carry(legacy-sidebar): fix(web): keep resumable actions visible while working (#98)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/98"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar presentation of running Action status and its user guidance belongs to Legacy Sidebar. Evidence: These hunks add the yellow waiting indicator to legacy thread rows and document that sidebar-only presentation; mobile rows and composer behavior remain Resumable Actions."],"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":"1a69d4e43685390023f5157980274f1a793f81eb","subject":"carry(legacy-sidebar): fix(web): align legacy thread metadata columns (#99)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/99"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a34c2433f75698a7f3b861626c8efccc58c28359"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0113abc0b5cad916a12474409e60ec1302646822","subject":"carry(legacy-sidebar): fix(web): improve sidebar and minimap indicator legibility (#113)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/113"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar icon visibility, status legibility, alignment, and preference previews. Evidence: The remaining files affect legacy thread rows, their settings, and shared status indicators used by that sidebar."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/84380d167b0c6c09be7376e5328506ca4e2c5d87"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2269e37f62f31d94b9bea5ebb1dc354da883da7f","subject":"carry(legacy-sidebar): refactor(lastcode): separate deployment infrastructure (#109)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Environment-label coverage follows Legacy Sidebar's environment-icon settings feature. Evidence: The sanitized label expectation changes a test introduced by PR #91 for legacy-thread environment presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d2eb3ffbc4698ed0987f3ccedcd78e9f8261094a"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"56340ad03aec2113cb7f42a00b5f6344e57b9a70","subject":"carry(legacy-sidebar): refactor(lastcode): separate deployment infrastructure (#109)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Legacy-thread environment icon presentation coverage belongs to Legacy Sidebar. Evidence: The hunk exercises legacyThreadEnvironmentPresentation and its sidebar-facing local-label output."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d2eb3ffbc4698ed0987f3ccedcd78e9f8261094a"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"bdc605cf5c18179f2b5f941a64c51ae3baba07cc","subject":"carry(legacy-sidebar): feat(lastcode): standardize resumable Action reporting (#168)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/168"],"Carry-Upstream":[],"Carry-Observation":["Optional legacy/sidebar presentation of structured Action progress, including status-pill priority, popovers, and hover text. Evidence: PR #168 sidebar hunks only convert Action progress into sidebar labels, colours, tooltips, and controls."],"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":"42141625e72500c51344495466cf377a954cbfa7","subject":"carry(legacy-sidebar): fix(lastcode): carry project icons into legacy drafts","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar project icon behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/821835214c38550469c0ed276de8f142feaf9a28"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"826a02947d1755c2202cabd31a7096046b10ded5","subject":"carry(legacy-sidebar): fix(lastcode): clear obsolete settings lint suppression","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Settings import lint maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/380f49a1805f1d9fafddc509f6c87605cb70cbca"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d708cc484b245bb957c4c360e0104da0f4c264b5","subject":"carry(legacy-sidebar): fix(web): theme sidebar status and local identity (#188)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/188"],"Carry-Upstream":[],"Carry-Observation":["Sidebar theme, identity, and hover presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9c6fc07406ed740054aff567a616c9276d2151e5"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6033a3beb97222acefa0e8985c6a9517544a8437","subject":"carry(legacy-sidebar): fix(lastcode): reconcile nightly typechecks","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Legacy-sidebar draft and hover project-name repair. Evidence: Both hunks pass or render projectTitleByKey/projectDisplayName; they do not change Action behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74680f64e7e90d3007d1e5e77852980a52acc91b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"acd337d250c264ae58869ef018ab71cd1bf4c291","subject":"carry(legacy-sidebar): fix(web): restore sidebar in-flight state after nightly rebase","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Sidebar in-flight state presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1f85c6c1e9a2eff43e2aca46213ca0c14c66643b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a780e50c903ededd6b456028d27b8bf14945588f","subject":"carry(legacy-sidebar): style(web): format reconciled sidebar selection","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Sidebar formatting repair."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
lastobelus
pushed a commit
that referenced
this pull request
Sep 7, 2026
Carry-Group: build-ci
Carry-Contribution: {"sourceCommit":"947a1fdde5ab486bc118f2a673b991808fe9cc4b","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Apple Silicon build 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":"a658b3610778e4bdac38d2a4d3580271190fecdf","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local artifact-build and updater-delivery 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":"99436a8c63c1b358c893ff61ad63a464c6d42e50","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Desktop artifact build implementation and coverage belong to BuildCI. Evidence: Both paths produce and validate the local desktop artifact; they do not implement checkpoint 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":"70b5a9c15b40c4b5faed3776e5bc32ca90055b96","subject":"carry(build-ci): Add LastCode nightly sync and local release tooling","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"cfef428fd03de9b8da017f4e75e7b35b360452a5","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Local CI and Apple Silicon build 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":"ec9003244637cd0664328ac00d677286bd20e2d6","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Checkpoint-selected build and build-tag 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":"1444b8a8d1aabed40bb691e3302d295eeb3bf003","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Pull-request CI, checkpoint CI, and selected-artifact build 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":"d7169fbfde698fe3ead50dc8dac97dcfc78e718d","subject":"carry(build-ci): feat(lastcode): bootstrap isolated nightly fork workflow (#1)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/1"],"Carry-Upstream":[],"Carry-Observation":["Separated from a mixed historical contribution by behavioral ownership."],"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":"139a2aafc0ed279e303f2e07418c7b54900e9ca7","subject":"carry(build-ci): fix(release): guard shared Git integrity (#7)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/7"],"Carry-Upstream":[],"Carry-Observation":["The pre-push CI integrity guard and its release-guide contract belong to BuildCI. Evidence: These hunks clear hook-local Git state and document the exact local-CI repository-integrity boundary; the implementation and tests are already BuildCI-owned."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1ffa4b07b131145001a826d9b2622869385e6688"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ea9be76d5ad1e41ab9c41bc881264b51ea1e87ae","subject":"carry(build-ci): fix(release): guard shared Git integrity (#7)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/7"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1ffa4b07b131145001a826d9b2622869385e6688"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e1b86d7033f23bd8e8b021eb3417cc1bcbb77734","subject":"carry(build-ci): fix(release): avoid duplicate checkpoint tag CI (#8)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/8"],"Carry-Upstream":[],"Carry-Observation":["The checkpoint tag exception is part of the pull-request CI contract and belongs to BuildCI. Evidence: The source hunk changes only the release guide's Pull Request CI section; checkpoint implementation and the nightly operations guide remain Tooling."],"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":"191fd217a2d81b8f228e2b7080ee0e95a34cac1b","subject":"carry(build-ci): feat(lastcode): install local nightly checkpoints (#11)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/11"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a53ec92706c1fc59e5e0a0fcc831076cc74ca146"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"46a95c1a49d32913a89109e57e2fba5c7f65c755","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Installed build and artifact-install delivery 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":"dd408b9a5041d37ff16d1c657dafe77fbdad1240","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Local CI and checkpoint-build validation 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":"6893f4956204433ee7b4881a88b9ef65cf9c4097","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Manual and in-app local build and install guidance belongs to BuildCI."],"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":"b6dfe13c97c295f1a7fececd34311bb897d4feb0","subject":"carry(build-ci): fix(lastcode): stabilize local nightly updates (#14)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/14"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"e6e01b5e1c937dae88a30d56f38ea5d4524d0ed9","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Desktop artifact build revisions belong to BuildCI. Evidence: The paths select and build the installable artifact for a revision."],"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":"52c8f18d9d8673bf3c6a69eef31c6de01c36ee4c","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision selection, build invocation, manifests, and build-tag guidance belong to BuildCI. Evidence: These hunks change only the Selecting a Build section and its GitHub build-tag rules."],"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":"7cc5e6e28c90b0dbc85e000ab52cc2df829fb99e","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision CI, selected-artifact build, and in-app installer guidance belong to BuildCI. Evidence: The remaining release-guide hunks change the selected installable tag and local update build path."],"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":"3722b02877ae05e52b744957d2d652cf56c3029e","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["The page documents the local build and install delivery feature."],"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":"0671ede71956dacfb0d2a933af1f99a49f29967d","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Inseparable placement: revision update settings extend the local-installer settings feature. Evidence: The source hunk changes the local-update channel default and the #11 installer settings component; placing it in Tooling would require future BuildCI UI context."],"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":"b28bc0eccadc6787faed79ccd29854db9d0ff74a","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Revision-selected CI, build, and in-app installer guidance belongs to BuildCI."],"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":"64a62b6aa88a3db8b1683fa0d8d834a45d2b5714","subject":"carry(build-ci): feat(lastcode): publish installable merge revisions (#16)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/16"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"82db6ed9d37936cd4edd79df7bb1bdd1da1c992c","subject":"carry(build-ci): fix(build): identify cross-architecture probe by executable (#18)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/18"],"Carry-Upstream":["https://github.com/pingdotgg/t3code/pull/7253"],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/8013cf900d294883f89a17e3e376360539703b80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d9d12266b1ed54f1c8058fbfb74114e35a929966","subject":"carry(build-ci): fix(lastcode): install local nightlies without Squirrel (#22)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/22"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/09e478aefacb0211ea55b40d9eb4e7b5c57297b4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5ca21afe59f8e98e9c93766290f11f0abba55c39","subject":"carry(build-ci): feat(lastcode): show local nightly build activity (#25)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/25"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"c88ae71a9b20bea6ca2e3ee39c01405a5cc080a5","subject":"carry(build-ci): fix(lastcode): bound installer quit requests (#26)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/26"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/8cc7f6c287f769be891483f5a04187f5315380cb"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"bca7177246d4184543df4044d621855f24fb8f52","subject":"carry(build-ci): fix(lastcode): verify installer relaunch (#30)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/30"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fbde534be1fc13228b60d19e2389c34243b7905a"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"630a54035aa2eeb0a2c290779edd95a1e9e88e81","subject":"carry(build-ci): fix(lastcode): group local nightly release notes (#41)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/41"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/78043c40a00574baa127db35941a65ad98587ddc"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c01d61b7b6ccf8fad589bdb9183d971850194bf9","subject":"carry(build-ci): feat(lastcode): build exact Intel artifacts (#46)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/46"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact workflow belongs to BuildCI. Evidence: The workflow builds the exact Intel installable artifact."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/923531a21e0ce8be189cff904ae10e87a13c3f80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"8d5a70fc7c1f6d14a0751777545ffd690d0e046c","subject":"carry(build-ci): feat(lastcode): build exact Intel artifacts (#46)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/46"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/923531a21e0ce8be189cff904ae10e87a13c3f80"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"55843981a5854371793396a85cdabed636408e8d","subject":"carry(build-ci): fix(lastcode): use portable updater locks (#47)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/47"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/f98bacdfe8b43e7ff9a3cd5008607d6df1a62e9d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"94e6963db7bdf5c8c06087dfa281a6e881a166c9","subject":"carry(build-ci): feat(lastcode): share local build progress model","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/22909081bd39f7cd0a8bd3b72c7125d4cfc289f4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1dedeea97537be4ad0f3a28bf0e38ec4299b9db6","subject":"carry(build-ci): fix(lastcode): secure build progress assets","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/7a0264e01f59d4bcae3092225897f4ac07c7040d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4bb7c1e464157d224246e96ce5a557890de09ceb","subject":"carry(build-ci): test(lastcode): keep progress model typecheck-safe","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/185b846c7e3ab3d2175ca674c7403b17fb5c7a2b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"af0a02e90d4d956022b9e0d433b8640ba4176483","subject":"carry(build-ci): feat(lastcode): report local build progress (#49)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/49"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/3c4a8473bacbc267039d4a6a4f703c5ab311f5a8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f47c6c97d434619658f2b5f747dc61e47404aacc","subject":"carry(build-ci): feat(lastcode): publish durable Intel artifacts (#51)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/51"],"Carry-Upstream":[],"Carry-Observation":["Durable Intel artifact publication, coverage, and its two release-guide updates belong to BuildCI. Evidence: Every source hunk defines, validates, or documents the manually dispatched Intel artifact delivery path."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/68e2bdd458d56076bd4a75aa8d1bbac6b2e2342e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3a8ae7f0470f315290ee785200728c206b7e67a9","subject":"carry(build-ci): feat(lastcode): stage validated Intel updates (#53)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/53"],"Carry-Upstream":[],"Carry-Observation":["Intel package staging, release implementation, and staging guidance belong to BuildCI. Evidence: The paths implement and document validated Intel artifact delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/759635bff81a3c869d356c75d96c3da9ae79e89b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"919d067b344a82318c4db543a6fcaca4e896f10c","subject":"carry(build-ci): feat(lastcode): stage validated Intel updates (#53)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/53"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/759635bff81a3c869d356c75d96c3da9ae79e89b"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ff8d36f4abd87ca0e535ed2001fb363bcba90bf6","subject":"carry(build-ci): feat(lastcode): show local build progress details (#55)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/55"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6b580a0198693138edd1133cb522e434184e2961"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"06208b8a7494f1440c871d82656d205c5d3e9e46","subject":"carry(build-ci): feat(lastcode): validate packaged server runtimes (#58)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/58"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a68c295b1ad97c9071c453e106d029972e5a605c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2e3a4c4938dfb8d6c3071f4645bad63818d02d11","subject":"carry(build-ci): fix(lastcode): restore main test expectations (#62)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/62"],"Carry-Upstream":[],"Carry-Observation":["Desktop update harness and update-flow expectation repairs. Evidence: Both files only repair local-update backend setup and its desktop assertion."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/84bb0cf98183e41e28897d9636c3296ac2c371d8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"4f024726ef901f9d1fc51805884f3325830de480","subject":"carry(build-ci): feat(lastcode): add one-owner activation helper (#65)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/65"],"Carry-Upstream":[],"Carry-Observation":["Local package activation helper, coverage, and delivery guidance belong to BuildCI. Evidence: All four paths define or document selected-artifact activation after build delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/401fb1dbed143a73541e6f23c72b3d44cf073a3e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3620b5a3ead50200c01e359b8ae5026cc8892b50","subject":"carry(build-ci): test(web): align update pill coverage after nightly sync (#77)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/77"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4936f250fec08e6a1c24abe33507f7a2155386ef"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"06ea5fd6d2abf1eacd2a22a04f22da231ac60819","subject":"carry(build-ci): feat(lastcode): cap Intel staging at remote version (#80)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/80"],"Carry-Upstream":[],"Carry-Observation":["Intel package stage-limit behavior and its release guidance belong to BuildCI. Evidence: All three paths define, validate, or document eligible Intel delivery artifact selection."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2e3b4a502fd73af0deb96dc4d038f7b71db4709c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"41ccbaf849c140737feefa68bc3d511c3cb0e859","subject":"carry(build-ci): feat(lastcode): update managed server on its configured schedule (#81)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/81"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"7df2bca3e726a0defdda9c9d8351c192670458ea","subject":"carry(build-ci): fix(lastcode): use release immutability in Intel workflow (#84)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/84"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact immutability workflow, coverage, and release guidance belong to BuildCI. Evidence: All three paths enforce or document immutable release delivery."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6b2484dbdab623c8592cdcacd50ee4afea4d1866"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"e5103b18cb71a7fb14b813b1e4b1059222d6a264","subject":"carry(build-ci): feat(lastcode): prove hosted CI waiting (#104)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/104"],"Carry-Upstream":[],"Carry-Observation":["Hosted pull-request CI orchestration and its validation belong to BuildCI. Evidence: These paths define the CI workflow, exact-run evaluator, workflow-policy tests, and supporting build-runtime fixture; Wait for PR remains with Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ced536d7d370ffa8b58ca94faa1b48b1f4594a88"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b099b5e5f0fec6c4069150664eb9011d7bfd30c6","subject":"carry(build-ci): feat(lastcode): collapse resumable action output (#97)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/97"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/88359a7774e46a3248da6e8c664385a3f6589235"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3cfc5cdf1c71d2d27b1aca8e23c3e1e18a6f1710","subject":"carry(build-ci): feat(lastcode): add resumable Intel builds (#106)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/106"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/69ce9ed094c26d8816ee4da744eef4c75cb905c2"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9bdfe2681549a92ad413d7fbec6166efea092cb1","subject":"carry(build-ci): fix(lastcode): fetch Intel build base tags (#107)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/107"],"Carry-Upstream":[],"Carry-Observation":["Intel artifact base-tag resolution belongs to BuildCI. Evidence: The workflow fetches the build base tag and the test asserts that release-delivery contract."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/b46544be1734fbc26a6fd7e13f17a2b42dd54c56"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d5f44f7a6584bd8acd801772e12dca5cd13492de","subject":"carry(build-ci): feat(lastcode): resume after quick ci (#110)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/110"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2a8cf9d0504eaf582214240614ae5747a12a799c"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c42c4d6e2e62569b53c04380eeaaf46479581499","subject":"carry(build-ci): feat(lastcode): make GitHub CI merge authority (#111)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/111"],"Carry-Upstream":[],"Carry-Observation":["GitHub CI exact-run evidence and merge-authority enforcement belong to BuildCI. Evidence: These hunks replace the local merge stamp with immutable hosted-CI evidence and make the merge wrapper enforce that evidence; the Action wrapper and its agent guidance remain Resumable Actions."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9be141a93a19c977ed82b983ebf586ebb781a53d"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"841c76280f19b6034dd8502db00b359f5f5b484e","subject":"carry(build-ci): feat(lastcode): build Intel packages daily (#114)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/114"],"Carry-Upstream":[],"Carry-Observation":["Scheduled Intel package delivery implementation, coverage, workflow, and guide belong to BuildCI. Evidence: They resolve an installable tag, dispatch and validate its artifact workflow, and leave target installation separate."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/110c8ed91728293f0e08d9819a4d9ac015ee04d8"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b6197d64afb30a40e890c8c8e3fcbe026905ed45","subject":"carry(build-ci): fix(lastcode): run daily Intel dispatch on GitHub (#115)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/115"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/61159e77bc607c2dcd0c66245ffee4f999241992"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1b613d9b80e9f592ff78b74397aefc385e7bbacd","subject":"carry(build-ci): refactor(lastcode): separate deployment infrastructure (#109)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Intel staging coverage belongs to BuildCI. Evidence: The test verifies selected Intel artifact staging."],"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":"93c892891990647a240b8ff84a93cd1e8784292f","subject":"carry(build-ci): refactor(lastcode): separate deployment infrastructure (#109)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"4750be24f290ba079e1e0b83d2adc5d0f158704a","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["CI-node, DMG builder, hosted artifact, and consumer-staging wording belongs to BuildCI. Evidence: These hunks rename and clarify the concrete validation, build, publication, and staging sections."],"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":"602da91a5c7cff6e1ac9697d0f8d5878156c4f8f","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Topology-neutral delivery-guide revisions belong to the BuildCI-owned installer, packaged-server, and activation-helper features. Evidence: These documents do not exist at the Tooling prefix; their source hunks describe artifact build, consumer, packaged-server, and activation roles."],"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":"c8eb4dd16705f1ca8acb316b77f1b02e2dd049b5","subject":"carry(build-ci): fix(lastcode): remove deployment-specific infrastructure details (#116)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/116"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"28fbaaeb6b45125fce72cbea580d7ea601c79e4f","subject":"carry(build-ci): fix(lastcode): finish checkpoints safely (#119)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/119"],"Carry-Upstream":[],"Carry-Observation":["Continuous-integration workflow belongs to BuildCI. Evidence: The path defines repository CI execution rather than checkpoint behavior."],"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":"56c219d29c970ac7fdea9cd1432adbf892829d70","subject":"carry(build-ci): feat(lastcode): inventory downstream carry set (#149)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/149"],"Carry-Upstream":[],"Carry-Observation":["The local nightly release-notes plan belongs to the BuildCI-owned update-delivery feature. Evidence: PR #149 only updates this plan's carry-set vocabulary; the document specifies the local installer release-notes contract introduced by the BuildCI feature."],"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":"0aa45afc41bc91a67a4ae31c0d729137066abe46","subject":"carry(build-ci): feat(lastcode): standardize resumable Action reporting (#168)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/168"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fca3acbc0926c1f1e2663176c6d6f99d22789a90"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d01520a4631718aaaa34205bda2c15017c5846d6","subject":"carry(build-ci): feat(lastcode): reconcile managed project actions (#174)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Intel release coverage belongs to BuildCI. Evidence: The test asserts release artifact behavior; the project-action command remains Tooling."],"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":"926bf92a0a12543c2485e6046453fef64c2dcfeb","subject":"carry(build-ci): feat(lastcode): reconcile managed project actions (#174)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/174"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"fc9422a4f97e517212c64c0fad546292c3f25941","subject":"carry(build-ci): fix(lastcode): reconcile nightly 1253 integrations","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"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":"1f7f2bb3cb5a752e53d7eaed5ecfaf1d45a3df34","subject":"carry(build-ci): fix(lastcode): reconcile nightly 1256 integrations","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Desktop update error highlighting belongs with update/build delivery behavior. Evidence: The added helper only classifies download/install update failures."],"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":"815953502b725e87e6fd91bcd2d5f5fbe59c19f6","subject":"carry(build-ci): fix(lastcode): format nightly 1256 revision","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9169a9791ec5add68e31ea59f472f86f32de609f"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5214004c21ef1ffd280b3e7eab4510e8e5db522a","subject":"carry(build-ci): feat(lastcode): alert maintenance thread on update failure (#181)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/181"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/85b0c1953ee95b675657bbeae54f5d99da0c6b59"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7ded9ca2211290b4efffd35834cc6aa0bb28143b","subject":"carry(build-ci): fix(lastcode): keep local update builds reproducible (#183)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/183"],"Carry-Upstream":[],"Carry-Observation":["Local update build reproducibility and build fixtures. Evidence: The remaining hunks refresh local-update dependencies and repair validation fixtures needed by the BuildCI path."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/6daea8ef0de1c9df9e28b9f90407643d40e7b9e9"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"5377f31acf77a826eaa67c40f85f69f4f4e3cc8b","subject":"carry(build-ci): fix(lastcode): pin updater build runtime (#184)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/184"],"Carry-Upstream":[],"Carry-Observation":["Updater build runtime pinning."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/744850f9927a49f86d253d8c12e0993a86c1690e"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"caf432b65d7da9d46c0c8d011773517d785302fa","subject":"carry(build-ci): fix(web): theme sidebar status and local identity (#188)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/188"],"Carry-Upstream":[],"Carry-Observation":["Local CI, package, installer, updater, dependency, or build-delivery implementation and coverage."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9c6fc07406ed740054aff567a616c9276d2151e5"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c2dfdcc0bc91ff8b5e7e963ba38baef6cdc7de9e","subject":"carry(build-ci): fix(lastcode): narrow hosted CI runner assertion (#193)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/193"],"Carry-Upstream":[],"Carry-Observation":["Hosted CI runner assertion and workflow dependency."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/177e9aea291293c31d31b27dea426fca6f816026"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"c849ecfe8c1ab2c9bc70e9e7c82cad2f3de32a3e","subject":"carry(build-ci): feat(lastcode): resume threads after local package builds (#197)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/197"],"Carry-Upstream":[],"Carry-Observation":["Local package build and build recovery orchestration."],"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":"665a8730730ccef0feb7b4ab0f30d1ffea836c94","subject":"carry(build-ci): fix(lastcode): make provider build tests portable (#200)","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/200"],"Carry-Upstream":[],"Carry-Observation":["Provider build test portability."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4854aa7eb5c813edbf4c35814ca2786add24429a"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03 (v0.0.39-nightly.20260905.1289); frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"17a7fe6ea7bffca52fd6a6889d5e4c51767ae6d3","subject":"carry(build-ci): compile surviving shared release guidance","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Synthetic bootstrap-only shared-guide slice; docs/lastcode/nightly-workflow.md: 129 surviving lines; docs/lastcode/release.md: 227 surviving lines."],"Carry-Evidence":["4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b487810455f7b695d1b849b4370b132d03; frozen source 4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"364a6980ff504737256aecae5855303cea109ef4","subject":"carry(build-ci): declare dynamically loaded tooling entries","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/207"],"Carry-Upstream":[],"Carry-Observation":["BuildCI owns unused-file and dependency validation. The declarations retain filename-loaded smoke helpers, documentation fixtures, packaged checkpoint tooling, and paired JavaScript type declarations; the Tailscale export cleanup satisfies the same static gate."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d1f704ed0ef9b826b867daf33a1660fefcf654fd"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69 (v0.0.39-nightly.20260905.1290); historical source 42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"644466a9617dbca4cc5571f229ae7e44ebc30f02","subject":"carry(build-ci): canonicalize the installer fixture root","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/206"],"Carry-Upstream":[],"Carry-Observation":["BuildCI owns the managed installer fixture. Canonicalizing its temporary root keeps the expected Homebrew prefix stable on filesystems that alias the temporary directory."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0a95a19d07801c1173a6ad182b70e2d879a4985e"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69 (v0.0.39-nightly.20260905.1290); historical source 42e0e48674ed661ddf49adebc0769d90d458ee66"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"7225defccf28a148c5a72cbee45344a733a513ce","subject":"carry(build-ci): place build and packaging Actions at their owning boundary","group":"build-ci","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Build & CI owns the lc-local-ci, lc-build-local-package, and lc-build-intel-package declarations plus surviving Quick CI and Intel build release guidance. The Wait for PR and Wait for Checkpoint declarations and guidance remain with Resumable Actions."],"Carry-Evidence":["1ad20cba08b144a5cafe19940d946f5df282ad81","f79842197279b2d21239bfd7ea10b008f056a69d","ccbfaa63f96f7a833c19bcbed91f8a923757227a","1a2f647a4250b34cbb5ae80f42956a7ea7c88574"],"Carry-Applies-To":["upstream f8b4c464b4760d73e0ece7e68011c738803d8b69; immutable source 42e0e48674ed661ddf49adebc0769d90d458ee66 (lastcode/revision/v0.0.39-nightly.20260905.1290.1)"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"f49634bc5c6bb59c60503be54c1981fa536a020f","subject":"feat(lastcode): enforce carry provenance during guarded merge","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Guarded merge delivery validates and preserves the exact prepared carry source while the carry/checkpoint engine remains Tooling-owned."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b13b42824c5eef522300af964f05431e9868315e","subject":"ci(lastcode): gate pull requests on carry ownership","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":[],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"182458e4c36acf9e76866532437c2debd9e3c0b8","subject":"style(lastcode): format guarded carry merge body","group":"build-ci","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/issues/203"],"Carry-Upstream":[],"Carry-Observation":["Apply the repository formatter to guarded merge integration without changing behavior."],"Carry-Evidence":[],"Carry-Applies-To":[],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"11f7421740550c72c523bf0decfdce41ec460472","subject":"fix(lastcode): validate migration upgrades before packaging","group":"build-ci","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: legacy-sidebar
Carry-Contribution: {"sourceCommit":"ae773fe2a7268594fe49f2813649cb74d06534d4","subject":"carry(legacy-sidebar): fix(lastcode): use LastCode project icon (#15)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/15"],"Carry-Upstream":[],"Carry-Observation":["Project icon configuration supports sidebar identity."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/080586bef5d1edb66abeafe9bbc40737238b0e23"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"67b24c77989c78c0eefa4bced628efcdcce52c29","subject":"carry(legacy-sidebar): feat(web): toggle sidebar mode with a keybinding (#23)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/23"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/ca68cb7e8e1c8ba78254a7cd406f97ca4687c6ab"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"760aef5ea069979b30a1de6f45a1e7b0aaee45b6","subject":"carry(legacy-sidebar): feat(lastcode): resume agents after opted-in Actions (#28)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/28"],"Carry-Upstream":[],"Carry-Observation":["Optional sidebar Action status, terminal-open/cancel controls, and their sidebar-only tests. The Action lifecycle and MCP/orchestration contracts remain with Resumable Actions. Evidence: PR #28 sidebar hunks add the Waiting pill, Action popover controls, and desktop running-count presentation only."],"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":"8da727f0e224c7584e2a79b95bc37b136a44e0d9","subject":"carry(legacy-sidebar): feat(lastcode): scale legacy sidebar (#32)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/32"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/c36677746e78c72371a30f4a3517f6b28f07f385"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1bc86c26c8a4734f2a089440c6182d171e5fee2d","subject":"carry(legacy-sidebar): fix(lastcode): keep legacy sidebar icons full size (#35)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/35"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/791c9bab48d06ca6f61bab0590149bd7236d0c74"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"fcac521cc831a210ca1ef1208661b33b9c7d9204","subject":"carry(legacy-sidebar): feat(lastcode): make project icon rounding optional (#40)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/40"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/2d7c0871cfb9048469aafd297ea10d03ad9f8553"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b560d7bc06acd9b4d447a1ee819e4447238de80f","subject":"carry(legacy-sidebar): fix(lastcode): keep sidebar metadata full size (#42)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/42"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/0be17993e73b50254940b7bb75babe6bb6d18a7e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"3d34dcf96214bf522ecfd0de41df9e7572c3259b","subject":"carry(legacy-sidebar): fix(web): align sidebar toggle keybinding label (#43)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/43"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/cbb165caa0232e865377bd4980058a47951665b7"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"9d62a53b99981e3e3a7b39b2840ccaec29f32a0e","subject":"carry(legacy-sidebar): fix(lastcode): align remote sidebar metadata (#44)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/44"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/67d93a2df5904bea81c463a0059fc7d19cfa873d"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"1b9520436cac0a3cee00d0674e27c24dd4e1e7f9","subject":"carry(legacy-sidebar): feat(lastcode): add thread annotations (#50)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/50"],"Carry-Upstream":[],"Carry-Observation":["The reusable legacy thread-details hover component belongs to Legacy Sidebar. Evidence: Although introduced beside annotations, this standalone component renders generic project, environment, branch, provider, terminal, and error details and is subsequently extended by Legacy Sidebar hover and cleanup fixes."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/52f03065c5b642ffa054d815ded9ed28c5c5efdc"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"ff599416c5a923cd2b7d1c52f2626fa1fbcaa2eb","subject":"carry(legacy-sidebar): fix(web): make legacy thread hovers consistent (#75)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/75"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/fc769752c422beca2a6f0766e97677ba97e0e8cd"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0cf9ff0c0200d7aa9d8715d6d8abc5261304d3cb","subject":"carry(legacy-sidebar): feat(lastcode): make worktree cleanup durable (#76)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/76"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar cleanup status, retry/keep controls, dialog, hover state, and user guidance. Evidence: These hunks render or invoke the cleanup recovery actions from the legacy thread sidebar."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/e3a9760874b76c1f686e7c3948003fd08bf3016e"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"b1cc74e12ccaed3c004e68b610d2457037752175","subject":"carry(legacy-sidebar): feat(lastcode): customize environment icons (#91)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/91"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a370244e6e885580bdf5ab6f2ad463e8603bee83"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"321162f6f3c7da0ea78b099f481cfb0d3d84bedc","subject":"carry(legacy-sidebar): feat(web): add compact status indicators setting (#96)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/96"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/33784dad67329ea4866ef40c2dcbc4ac881503df"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"993ced5dc59a374db4914107b6032cbb8a38a8ed","subject":"carry(legacy-sidebar): feat(web): add worktree indicator preference (#100)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/100"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/465b75a4a5db8b01fbd244c005b941c0696e13f4"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"40c0dbed425436f56fbec9a09eedcd4e09f37992","subject":"carry(legacy-sidebar): fix(web): keep resumable actions visible while working (#98)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/98"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar presentation of running Action status and its user guidance belongs to Legacy Sidebar. Evidence: These hunks add the yellow waiting indicator to legacy thread rows and document that sidebar-only presentation; mobile rows and composer behavior remain Resumable Actions."],"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":"1a69d4e43685390023f5157980274f1a793f81eb","subject":"carry(legacy-sidebar): fix(web): align legacy thread metadata columns (#99)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/99"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar behavior or optional action visibility."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/a34c2433f75698a7f3b861626c8efccc58c28359"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"0113abc0b5cad916a12474409e60ec1302646822","subject":"carry(legacy-sidebar): fix(web): improve sidebar and minimap indicator legibility (#113)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/113"],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar icon visibility, status legibility, alignment, and preference previews. Evidence: The remaining files affect legacy thread rows, their settings, and shared status indicators used by that sidebar."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/84380d167b0c6c09be7376e5328506ca4e2c5d87"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"2269e37f62f31d94b9bea5ebb1dc354da883da7f","subject":"carry(legacy-sidebar): refactor(lastcode): separate deployment infrastructure (#109)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Environment-label coverage follows Legacy Sidebar's environment-icon settings feature. Evidence: The sanitized label expectation changes a test introduced by PR #91 for legacy-thread environment presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d2eb3ffbc4698ed0987f3ccedcd78e9f8261094a"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"56340ad03aec2113cb7f42a00b5f6344e57b9a70","subject":"carry(legacy-sidebar): refactor(lastcode): separate deployment infrastructure (#109)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/109"],"Carry-Upstream":[],"Carry-Observation":["Legacy-thread environment icon presentation coverage belongs to Legacy Sidebar. Evidence: The hunk exercises legacyThreadEnvironmentPresentation and its sidebar-facing local-label output."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/d2eb3ffbc4698ed0987f3ccedcd78e9f8261094a"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"bdc605cf5c18179f2b5f941a64c51ae3baba07cc","subject":"carry(legacy-sidebar): feat(lastcode): standardize resumable Action reporting (#168)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/168"],"Carry-Upstream":[],"Carry-Observation":["Optional legacy/sidebar presentation of structured Action progress, including status-pill priority, popovers, and hover text. Evidence: PR #168 sidebar hunks only convert Action progress into sidebar labels, colours, tooltips, and controls."],"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":"42141625e72500c51344495466cf377a954cbfa7","subject":"carry(legacy-sidebar): fix(lastcode): carry project icons into legacy drafts","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Legacy sidebar project icon behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/821835214c38550469c0ed276de8f142feaf9a28"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"826a02947d1755c2202cabd31a7096046b10ded5","subject":"carry(legacy-sidebar): fix(lastcode): clear obsolete settings lint suppression","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Settings import lint maintenance."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/380f49a1805f1d9fafddc509f6c87605cb70cbca"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"d708cc484b245bb957c4c360e0104da0f4c264b5","subject":"carry(legacy-sidebar): fix(web): theme sidebar status and local identity (#188)","group":"legacy-sidebar","metadata":{"Carry-Fix":["https://github.com/lastobelus/lastCode/pull/188"],"Carry-Upstream":[],"Carry-Observation":["Sidebar theme, identity, and hover presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/9c6fc07406ed740054aff567a616c9276d2151e5"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"6033a3beb97222acefa0e8985c6a9517544a8437","subject":"carry(legacy-sidebar): fix(lastcode): reconcile nightly typechecks","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Legacy-sidebar draft and hover project-name repair. Evidence: Both hunks pass or render projectTitleByKey/projectDisplayName; they do not change Action behavior."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/74680f64e7e90d3007d1e5e77852980a52acc91b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"acd337d250c264ae58869ef018ab71cd1bf4c291","subject":"carry(legacy-sidebar): fix(web): restore sidebar in-flight state after nightly rebase","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Sidebar in-flight state presentation."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/1f85c6c1e9a2eff43e2aca46213ca0c14c66643b"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
Carry-Contribution: {"sourceCommit":"a780e50c903ededd6b456028d27b8bf14945588f","subject":"carry(legacy-sidebar): style(web): format reconciled sidebar selection","group":"legacy-sidebar","metadata":{"Carry-Fix":[],"Carry-Upstream":[],"Carry-Observation":["Sidebar formatting repair."],"Carry-Evidence":["https://github.com/lastobelus/lastCode/commit/4156900a2d0257b783351b7902a0cd58b9d01cf4"],"Carry-Applies-To":["upstream 8d3c56b (v0.0.39-nightly.20260905.1289); frozen source 4156900"],"Carry-Supersedes":[]}}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resumable Project Actions previously had to summarize their own terminal tail, which made resume context noisy, left structured outcomes implicit, and gave clients no durable live progress to present.
This umbrella adds the complete first reporting slice:
Stacked implementation PRs: #145, #146, and #147. Exact-head web/iOS evidence is attached in #147: #147 (comment)
Validation: Quick CI passed for
3f840893fb0e1187f864e80f14c06b2af9ce1be2againstec892230127238e390b79d84636b622ac1f1af02. Each slice also received exact-head Codex review before merge.Closes #144.
Generated by GPT-5.6-Sol through the T3 Code Codex harness.