docs: mark WC-Generator as deprecated#637
Merged
jason-capsule42 merged 1 commit intoJul 9, 2026
Merged
Conversation
There was a problem hiding this comment.
Sorry @lindseyo1123, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
lindseyo1123
force-pushed
the
feat/publish-cem-manifest
branch
from
July 8, 2026 23:39
ad23919 to
b853c6e
Compare
WC-Generator is no longer the supported way to scaffold Auro web components. Component tooling (build, docs, CEM output) now runs through auro-cli, and new-component scaffolding is moving there too. Add a deprecation banner to the README and an AGENTS.md so both humans and AI coding assistants are steered to auro-cli instead of creating new components here. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
lindseyo1123
force-pushed
the
feat/publish-cem-manifest
branch
from
July 8, 2026 23:50
b853c6e to
37bbf99
Compare
jason-capsule42
approved these changes
Jul 9, 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.
Summary
Repurposed: this PR previously added Custom Elements Manifest generation to the component template. That work is now redundant — component CEM output already runs through auro-cli's docs pipeline (the
devbranch runs the custom-elements-manifest analyzer + cem-sorter). WC-Generator itself is no longer the supported way to scaffold Auro components.This PR now marks WC-Generator as deprecated so both humans and AI coding assistants stop using it for new components.
Changes
README.md— deprecation banner at the top: not the supported scaffolding path, not actively maintained, contact the Auro team before creating a new component.AGENTS.md(new, repo root) — instructs AI coding assistants (Claude, Cursor, Copilot) not to use this generator for new components and to route users to the Auro team.Why not archive?
The team has decided not to archive the repo yet, so a README banner +
AGENTS.mdis the deprecation signal. No replacement command is named intentionally — component build/CEM already run through auro-cli, but the scaffold replacement (auro generate) is still in progress and not released, so pointing users at it would be premature.Notes
AURO-GENERATED-CONTENTblock sobuild:docswon't overwrite it.AGENTS.mdlive at repo root, not intemplate/, so they are not copied into scaffolded components.🤖 Generated with Claude Code