| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…ect to wheels-base-template The Installing with CommandBox page existed to give 2.x/3.x CommandBox teams a clear Wheels 4 answer, but it never mentioned the slug a migrating 2.x user actually has in muscle memory: `box install cfwheels-base-template`. That pre-rebrand slug still resolves on ForgeBox (76,754 installs, top 'cfwheels' search hit) but errors on its missing `cfwheels` core dependency and leaves an unrunnable skeleton. Worse, the 2.x/3.x migration table claimed `box install wheels-base-template` + `wheels-core` was 'Unchanged' — inaccurate for a genuine 2.x user, whose slug DID change (cfwheels-base-template -> wheels-base-template). The row now reads 'Slug changed' and a caution Aside maps the dead cfwheels- prefixed slugs to the supported 4.x slugs (cfwheels-base-template -> wheels-base-template, cfwheels -> wheels-core). Refs #3198 (post-merge review finding) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Peter Amiri <petera@pai.com>
There was a problem hiding this comment.
TL;DR — This docs-only PR (+14/-1, one MDX file) corrects the 2.x→4.x CommandBox migration table in installing-with-commandbox.mdx: it rewrites the row that wrongly claimed the cfwheels-base-template slug was "Unchanged" to "Slug changed", and adds a caution <Aside> mapping the dead cfwheels--prefixed slugs to their supported 4.x replacements. The change is accurate, well-scoped, and the internal anchors resolve. Verdict: comment — one minor content nit, nothing blocking.
installing-with-commandbox.mdx:132 — the new in-page link resolves correctly: #supported-install-the-framework matches the ## Supported: install the framework heading at line 46 (Starlight GitHub-style slug). Verified.
installing-with-commandbox.mdx:127 (minor, non-blocking) — the section is titled "Coming from a 2.x / 3.x box workflow", but the rewritten row only addresses the 2.x slug (cfwheels-base-template → "Slug changed"). Because the rebrand landed at 3.0, a 3.x reader was already on wheels-base-template, so for them this command was genuinely unchanged — the old row carried that signal and the rewrite drops it. Consider keeping a short "unchanged for 3.x users" note, or splitting the row, so the 3.x half of the audience is still addressed. Marginal; the <Aside> and the body of the page already document wheels-base-template thoroughly, so this is not a correctness problem.
No changelog fragment is required: this is a guides-site docs edit, not a framework user-facing fix/feat. Scope (Refs #3182, does not close it) is stated honestly in the PR body.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Docs signpost for the dead cfwheels-base-template slug
Addresses the documentation sliver of #3182. The core of #3182 — capping the legacy cfwheels-base-template / cfwheels-cli ForgeBox slugs and the cfwheels.org apex DNS — requires credentialed ForgeBox + DNS actions only the maintainer can perform (see the deprecation runbook in #3182). This PR handles the one piece the guides own.
What changed
web/sites/guides/src/content/docs/v4-0-0/start-here/installing-with-commandbox.mdx:
Scope