Park decostudio as decocms alias + refresh apps/mesh README#3261
Open
Park decostudio as decocms alias + refresh apps/mesh README#3261
Conversation
`bunx decostudio` is functionally equivalent to `bunx decocms` — a tiny package depending on `decocms@*` whose bin imports `decocms/dist/server/cli.js` in-process so argv passes through unchanged. Lives outside the `apps/*` / `packages/*` workspace globs so bun workspaces don't pull it into the dep graph. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Replaces stale "MCP Mesh" branding with deco Studio. Drops "Implemented vs Planned" lists where Planned features (CLI, Bindings, Event Bus) have shipped. Corrects license (was MIT, actually Sustainable Use License v1.1), database (was SQLite/MySQL, actually embedded Postgres / Postgres), and repo URL (was deco-cx/admin, now decocms/studio). Leads Quick Start with `bunx decostudio`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🧪 BenchmarkShould we run the Virtual MCP strategy benchmark for this PR? React with 👍 to run the benchmark.
Benchmark will run on the next push after you react. |
Contributor
Release OptionsSuggested: Patch ( React with an emoji to override the release type:
Current version:
|
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.
Summary
decostudioon npm as an alias fordecocms— addsdecostudio-alias/, a tiny package whose bin importsdecocms/dist/server/cli.jsin-process.bunx decostudiois functionally equivalent tobunx decocms. Lives outside theapps/*/packages/*workspace globs so bun workspaces don't pull it into the dep graph. Already published to npm atdecostudio@0.0.1; bump to0.0.2included for the README payload.apps/mesh/README.md— rebrand from "MCP Mesh" to "deco Studio", lead Quick Start withbunx decostudio, drop stale "🚧 Planned" entries that have shipped (CLI, Bindings, Event Bus, Virtual MCPs), correct the license (was MIT → actually Sustainable Use License v1.1), correct the database (was SQLite/MySQL → embedded Postgres / Postgres), and fix the repo URL (wasdeco-cx/admin→decocms/studio). Down from 447 → 259 lines.Test plan
npm pack --dry-runfordecostudio-aliasshows 3 files (package.json, bin/decostudio.mjs, README.md)bun addthe local tarball into a clean dir,bunx decostudio --versionprintsDeco CMS v2.297.3,--helpmatchesbunx decocms --helpdecostudio@0.0.1already live on npmbunx decostudioend-to-end after0.0.2publishesSummary by cubic
Add
decostudioas an npm alias fordecocms, sobunx decostudioruns the same CLI in-process. Refreshapps/mesh/README.mdwith deco Studio branding, lead withbunx decostudio, and correct the license (Sustainable Use License v1.1), database (embedded Postgres/Postgres), and repo URL; removed shipped items from the planned list.Written for commit ce2a5ab. Summary will update on new commits.