Skip to content

fix(dev): include owning server URL in AB5000 - #132

Merged
ScriptedAlchemy merged 2 commits into
mainfrom
fix/125-owner-url-diagnostic
Sep 1, 2026
Merged

fix(dev): include owning server URL in AB5000#132
ScriptedAlchemy merged 2 commits into
mainfrom
fix/125-owner-url-diagnostic

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

  • publish the bound loopback workbench URL into the live development lock owner record
  • include the persisted owner URL in lock-contention errors surfaced as AB5000
  • preserve strict owner parsing, atomic publication, and private lock-file permissions

Test plan

  • pnpm rstest --config rstest.unit.config.ts packages/agent-bundle/tests/dev-lock.test.ts packages/agent-bundle/tests/dev-server.test.ts packages/agent-bundle/tests/dev-coordinator.test.ts
  • dev-workbench.test.ts pool: all 30 tests passed, but the direct pool invocation reported pre-existing missing packages/agent-bundle/dist/workbench unhandled rejections because no prebuild was run per owner policy

Fixes #125

@changeset-bot

changeset-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e8de7a1

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

This PR includes changesets to release 1 package
Name Type
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

@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: 49fae2a3cd

ℹ️ 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/dev-lock.ts Outdated
@chatgpt-codex-connector

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-01T05:24:19.832274Z 49fae2a 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.

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.

DX: AB5000 'another dev process owns this project' should include the owning server's URL

1 participant