Skip to content

chore: move acp to sdk#8556

Merged
alexhancock merged 1 commit into
mainfrom
alexhancock/ui-acp-sdk-renames
Apr 15, 2026
Merged

chore: move acp to sdk#8556
alexhancock merged 1 commit into
mainfrom
alexhancock/ui-acp-sdk-renames

Conversation

@alexhancock
Copy link
Copy Markdown
Collaborator

Summary

Some missed renames and moving a dir

@alexhancock alexhancock requested a review from jamadeo April 15, 2026 16:17
@alexhancock alexhancock force-pushed the alexhancock/ui-acp-sdk-renames branch from 54e3572 to 9a2c099 Compare April 15, 2026 16:20
Copy link
Copy Markdown

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

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: 54e3572a65

ℹ️ About Codex in GitHub

Codex has been enabled to automatically 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 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread ui/scripts/publish.sh
Comment on lines +214 to 215
echo "==> Publishing @aaif/goose-sdk"
(cd "${REPO_ROOT}/ui" && pnpm publish "${PUBLISH_ARGS[@]}" acp)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Publish SDK from renamed directory

This step still invokes pnpm publish ... acp even though the package directory was moved to ui/sdk; pnpm publish expects its positional argument to be a <tarball>|<dir>, so this now fails with ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND for acp and stops the release flow before the SDK publish can run. Point this command at sdk (or use an explicit package filter/name) to keep the publish script functional after the rename.

Useful? React with 👍 / 👎.

@alexhancock alexhancock merged commit a7396a7 into main Apr 15, 2026
19 checks passed
@alexhancock alexhancock deleted the alexhancock/ui-acp-sdk-renames branch April 15, 2026 17:00
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.

2 participants