docs: add create-ui adr#7861
Conversation
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Pull request overview
Adds an Architectural Decision Record (ADR) for @coveo/create-ui documenting how templates should be delivered and which supporting technologies to use, to ensure scaffolded projects remain installable while templates stay fresh independently of CLI releases.
Changes:
- Introduces ADR 001 describing runtime template download strategy and GitHub API usage.
- Documents release-based ref resolution (latest in-major) to avoid unreleased
workspace:*versions. - Captures decisions on CLI tooling (
commander,tar, Nodefetch,vitest,tsc) and deferred alternatives.
@coveo/atomic
@coveo/atomic-hosted-page
@coveo/atomic-legacy
@coveo/atomic-react
@coveo/auth
@coveo/bueno
@coveo/create-atomic
@coveo/create-atomic-component
@coveo/create-atomic-component-project
@coveo/create-atomic-result-component
@coveo/create-atomic-rollup-plugin
@coveo/headless
@coveo/headless-react
@coveo/shopify
commit: |
alexprudhomme
left a comment
There was a problem hiding this comment.
do we really need that --ref arg ?
lavoiesl
left a comment
There was a problem hiding this comment.
LGTM, just minor comments
No description provided.