Finish the ember-headless-form → @universal-ember/form rename - #21
Merged
NullVoxPopuli merged 1 commit intoJul 20, 2026
Merged
Conversation
- rename packages/ember-headless-form -> packages/form (nothing outside the lockfile referenced the old path) - fix the repository fields, which pointed at the nonexistent https://github.com/CrowdStrike/@universal-ember/form.git, to the real repo with per-package directory entries - replace the main package's blueprint-default description - refresh the READMEs: new package names in install instructions, docs site at ue-form.pages.dev, current compatibility statement; CrowdStrike credit stays - rewrite CONTRIBUTING for the current tooling (vite dev servers, @embroider/try scenarios; the docfy-era instructions referenced ports and scripts that no longer exist) CHANGELOGs keep their historical ember-headless-form references. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
NullVoxPopuli
approved these changes
Jul 20, 2026
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.
Sweeps out the last of the old identity. Full
turbo build lint test typecheckgreen locally (15/15 tasks).packages/ember-headless-form→packages/form— nothing outside the lockfile referenced the old path (verified by grep; the lockfile regenerated cleanly).repositoryfields fixed: all three packages pointed at the nonexistenthttps://github.com/CrowdStrike/@universal-ember/form.git(a bad search-and-replace from the original fork). Now the real repo URL with per-packagedirectoryentries — this is what powers npm's "Repository" links and provenance.descriptionwas still the v2-addon blueprint default ("The default blueprint for Embroider v2 addons.") — replaced with the real one.pnpm add @universal-ember/forminstall instructions, docs link → https://ue-form.pages.dev/, current compatibility statement (4.4+ peers, CI-verified 5.8+, vite or classic builds). The CrowdStrike credit remains.test:docsscript, and ember-try; now documents the vite dev servers and the@embroider/tryscenario workflow.CHANGELOGs intentionally keep their historical
ember-headless-formreferences.Remaining rename items that are dashboard-side (can't be done from a PR): the GitHub repo description/website fields, and npm deprecation messages on the old
ember-headless-form*packages pointing at the new names — happy to draft thenpm deprecatecommands if useful.🤖 Generated with Claude Code