Skip to content

Add in-repo addons migration path to RFC #985#15

Merged
NullVoxPopuli merged 1 commit intoNullVoxPopuli:v2-addon-by-defaultfrom
NullVoxPopuli-ai-agent:address-in-repo-addons
Apr 9, 2026
Merged

Add in-repo addons migration path to RFC #985#15
NullVoxPopuli merged 1 commit intoNullVoxPopuli:v2-addon-by-defaultfrom
NullVoxPopuli-ai-agent:address-in-repo-addons

Conversation

@NullVoxPopuli-ai-agent
Copy link
Copy Markdown

Summary

Addresses ef4's review comment on emberjs#985 that the RFC should explain what to do about in-repo addons.

  • Added "In-Repo Addons" subsection under "How we teach this" explaining that classic lib/ in-repo addons are v1 constructs
  • Documents the migration path: use workspace features to establish them as real package dependencies
  • Notes they'll typically be "unbuilt" addons (pointing exports at source, no separate build step)
  • References the existing "Unpublished Addons" section for the package.json configuration

Test plan

  • Review that the guidance aligns with ef4's comment about using package manager workspace features
  • Verify the section flows naturally between "Unpublished Addons in a Monorepo" and "Publishing"

🤖 Generated with Claude Code

Address ef4's review comment that the RFC should explain what to do
about in-repo addons. They can be converted to v2 by establishing them
as real package dependencies via workspace features, and they'll
typically be "unbuilt" addons pointing exports at source files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@NullVoxPopuli NullVoxPopuli merged commit 21815fd into NullVoxPopuli:v2-addon-by-default Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants