Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Agent guidance

**This repository (WC-Generator) is deprecated and not actively maintained.**

Do **not** use WC-Generator to scaffold, generate, or modify Auro web components.
Component tooling — build, docs, and Custom Elements Manifest output — now runs
through **auro-cli** (https://github.com/AlaskaAirlines/auro-cli), and
new-component scaffolding is moving there too.

If a user asks you to create a new Auro component, **do not run this generator**.
Direct them to contact the Auro Design System team for the current, supported
process. This repository is retained for reference only.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# WC-Generator

> ## ⚠️ Deprecated — do not use for new components
>
> **WC-Generator is no longer the supported way to scaffold Auro web components and is not actively maintained.** Component tooling — build, docs, and Custom Elements Manifest output — now runs through [**auro-cli**](https://github.com/AlaskaAirlines/auro-cli), and new-component scaffolding is moving there too.
>
> **Before creating a new component, contact the Auro Design System team** for the current process. This repository is retained for reference only; new work should not be started here.

Auro's Design System web component generator is a project tool intended to assist developers with an easy to configure and execute HTML custom element development environment.

## Install
Expand Down
Loading