feat: Rebrand CFWheels to Wheels for 3.0.0 release#1758
Merged
Conversation
Major rebranding effort for Wheels 3.0.0: - Update all CFWheels references to Wheels - Change repository URLs from cfwheels/cfwheels to wheels-dev/wheels - Update domain references from cfwheels.org to wheels.dev - Update all documentation, configuration, and code references Changes organized by priority: Phase 1 - Critical Path: - Package manifests (box.json files) with new repository URLs - Core documentation (README.md, context7.json) - Documentation site configuration (mkdocs.yml) - CLI command URLs (upgrade.cfc) Phase 2 - Documentation: - 100+ markdown files in docs/ directory - Domain and repository URL updates throughout - CLI documentation (cli/README.md) Phase 3 - Configuration: - Docker compose configuration (service/network names) - URL rewrite files - CLI templates Phase 4 - Internal Documentation: - AI/Agent documentation (CLAUDE.md, AGENTS.md) - Design documents - Added historical note to CHANGELOG.md Total files modified: 120+ References updated: 690+ Historical references preserved in CHANGELOG.md for accuracy. Backward compatibility maintained where critical.
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.
Overview
This PR implements the complete rebranding of CFWheels to Wheels for the 3.0.0 release, including repository migration from
cfwheels/cfwheelstowheels-dev/wheels.Changes Summary
Changes by Category
Phase 1: Critical Path (Breaking Changes Prevention)
box.json) with correct repository URLsPhase 2: Documentation (User-Facing)
docs/directoryPhase 3: Configuration (Infrastructure)
Phase 4: Internal Documentation
Testing Checklist
Notes
Related Issues
Closes #[issue-number] (if applicable)