Skip to content

Fix dev host stale-entry reconciliation - #784

Merged
ScriptedAlchemy merged 3 commits into
mainfrom
fix/issue-783-dev-ownership
Sep 11, 2026
Merged

Fix dev host stale-entry reconciliation#784
ScriptedAlchemy merged 3 commits into
mainfrom
fix/issue-783-dev-ownership

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

  • persist per-epoch top-level ownership in .agent-bundle-dev/published.json
  • remove only stale manager-published entries on generation sync and Codex filesystem fallback
  • restore removed and partially published entries when an epoch publication fails
  • document the ownership boundary in the package, framework, diagnostics, and EN/ZH Workbench docs

Verification

  • pnpm build
  • pnpm typecheck
  • pnpm lint
  • pnpm test:unit (4,413 passed; 6 skipped)
  • focused dev-host-install-manager.test.ts, dev-host-install.test.ts, host-install-proof.test.ts, and dev-live-host.test.ts
  • pnpm test:integration:run --shard 1/2 (950 passed; 4 skipped)
  • pnpm docs:site:build
  • independent Fable change-risk review; all merge-blocking findings addressed

Closes #783

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codex Review Summary

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

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-11T22:42:56.194103Z 2527933 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

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

@changeset-bot

changeset-bot Bot commented Sep 11, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 61d9cc8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
agent-bundle Patch
create-agent-bundle Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Sep 11, 2026

Copy link
Copy Markdown
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle@784
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle/create-agent-bundle@784
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle/rsc-markdown-stream@784
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle/@agent-bundle/runtime@784

commit: 795fd90

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2527933c53

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/agent-bundle/src/dev/host-install-manager.ts
Comment thread packages/agent-bundle/src/dev/host-install-manager.ts Outdated
@ScriptedAlchemy
ScriptedAlchemy merged commit 6db7728 into main Sep 11, 2026
3 checks passed
@ScriptedAlchemy
ScriptedAlchemy deleted the fix/issue-783-dev-ownership branch September 11, 2026 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[P2] dev --install-host never removes entries the previous epoch published; needs per-entry ownership to reconcile safely

1 participant