Skip to content

docs(docs): rename wheels code references to wheels generate snippets (#2173)#2194

Merged
bpamiri merged 1 commit into
developfrom
peter/fix-2173-wheels-code-references
Apr 22, 2026
Merged

docs(docs): rename wheels code references to wheels generate snippets (#2173)#2194
bpamiri merged 1 commit into
developfrom
peter/fix-2173-wheels-code-references

Conversation

@bpamiri

@bpamiri bpamiri commented Apr 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • CHANGELOG and several downstream docs claimed wheels snippets was renamed to wheels code, but the shipped 4.0 command is wheels generate snippets (a subcommand of the generate dispatcher in cli/lucli/Module.cfc). wheels code does not exist.
  • Pure documentation drift — corrected all references in CHANGELOG, the user-facing 3x-to-4x upgrade guide, release collateral, and internal planning/spec docs.
  • Also fixed fabricated wheels code list / wheels code add MyTemplate examples in the internal upgrade-guide plan to match the real surface (wheels generate snippets <pattern>).

Closes #2173

Test plan

  • grep -rn "wheels code" . returns zero hits
  • Verify rendered docs site shows corrected command in the 3x-to-4x upgrade section
  • wheels generate snippets lists available patterns (sanity check on local install)

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

…#2173)

The `wheels snippets` CLI command ships under the `generate` dispatcher as
`wheels generate snippets`, not `wheels code`. CHANGELOG and downstream docs
referenced the non-existent `wheels code` name — correct the strings.

Closes #2173

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added the docs label Apr 22, 2026
@bpamiri
bpamiri merged commit d7dd228 into develop Apr 22, 2026
9 checks passed
@bpamiri
bpamiri deleted the peter/fix-2173-wheels-code-references branch April 22, 2026 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CHANGELOG references wheels code but the command ships as wheels generate snippets

1 participant