Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Archive mpp-abstract and switch publish flow to main#16

Merged
coffeexcoin merged 2 commits intomainfrom
t3code/deprecation-notice-move-packages
Apr 18, 2026
Merged

Archive mpp-abstract and switch publish flow to main#16
coffeexcoin merged 2 commits intomainfrom
t3code/deprecation-notice-move-packages

Conversation

@coffeexcoin
Copy link
Copy Markdown
Collaborator

Summary

  • Mark the repository as archived and point users to Abstract-Foundation/abstract-packages in the README and release docs.
  • Update CI, release, and publish workflows to use Node 24, pinned pnpm/setup-node versions, and a main-branch publish trigger.
  • Gate npm publishing on comparing the local package version against the currently published version.
  • Refresh the demo session UX to separate channel opening from voucher signing and show formatted cumulative amounts.
  • Add package README and license files, plus ignore generated .tsbuildinfo artifacts.

Testing

  • Not run (documentation/workflow updates only).
  • Not run (publish gating logic not exercised locally).
  • Not run (demo UI changes not manually verified in this workspace).

- Add archive notice and contributing guidance
- Redirect README and package docs to Abstract-Foundation/abstract-packages
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 18, 2026

⚠️ No Changeset found

Latest commit: 6971807

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

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: 697180756e

ℹ️ 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 on lines +37 to +41
published_version=$(npm view @abstract-foundation/mpp version 2>/dev/null || true)
published_version=$(printf '%s\n' "$published_version" | tail -n 1 | tr -d '"')

should_publish=false
if [ -z "$published_version" ] || [ "$published_version" != "$local_version" ]; then
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Check published version set, not only latest

The detect step compares local_version against npm view ... version, which only yields a single version string, so any already-published non-latest version is treated as "unpublished" and triggers should_publish=true. If main is reverted/cherry-picked to an older version that already exists on npm, this workflow will run verify/publish and then fail at publish with a duplicate-version error instead of correctly skipping.

Useful? React with 👍 / 👎.

@coffeexcoin coffeexcoin merged commit 76e2339 into main Apr 18, 2026
2 of 3 checks passed
@coffeexcoin coffeexcoin deleted the t3code/deprecation-notice-move-packages branch April 18, 2026 23:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant