@astryxdesign/cli 0.1.2-canary.745e813 → 0.1.2-canary.77fe3d7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/README.md +55 -49
  3. package/package.json +7 -7
  4. package/src/api/doctor.mjs +3 -3
  5. package/src/api/index.mjs +0 -1
  6. package/src/codemods/transforms/v0.1.0/__tests__/v0.1.0-ordering.test.mjs +0 -23
  7. package/src/codemods/transforms/v0.1.0/index.mjs +0 -28
  8. package/src/commands/agent-docs.mjs +1 -1
  9. package/src/commands/build-theme.mjs +0 -117
  10. package/src/index.mjs +0 -1
  11. package/src/lib/error-codes.mjs +0 -8
  12. package/templates/blocks/components/DropdownMenu/DropdownMenuShowcase.tsx +6 -0
  13. package/templates/blocks/components/DropdownMenuItem/DropdownMenuItemShowcase.tsx +5 -1
  14. package/templates/blocks/components/Lightbox/LightboxShowcase.tsx +3 -4
  15. package/templates/blocks/components/MoreMenu/MoreMenuShowcase.tsx +6 -0
  16. package/templates/blocks/components/TreeListBranches/TreeListBranchesShowcase.doc.mjs +14 -0
  17. package/templates/blocks/components/TreeListBranches/TreeListBranchesShowcase.tsx +64 -0
  18. package/templates/blocks/components/TreeListItem/TreeListItemShowcase.doc.mjs +14 -0
  19. package/templates/blocks/components/TreeListItem/TreeListItemShowcase.tsx +60 -0
  20. package/templates/pages/shell-side-nav/page.tsx +1 -0
  21. package/src/api/blog.mjs +0 -192
  22. package/src/api/blog.test.mjs +0 -144
  23. package/src/codemods/transforms/v0.1.0/__tests__/migrate-xds-css-surfaces.test.mjs +0 -67
  24. package/src/codemods/transforms/v0.1.0/__tests__/migrate-xds-declare-module.test.mjs +0 -61
  25. package/src/codemods/transforms/v0.1.0/migrate-xds-css-surfaces.mjs +0 -77
  26. package/src/codemods/transforms/v0.1.0/migrate-xds-declare-module.mjs +0 -78
  27. package/src/commands/blog.mjs +0 -60
  28. package/src/commands/build-theme.watch.test.mjs +0 -157
  29. package/src/lib/site.mjs +0 -20
  30. package/templates/blocks/components/AvatarStatusDot/AvatarStatusDotVariants.doc.mjs +0 -14
  31. package/templates/blocks/components/AvatarStatusDot/AvatarStatusDotVariants.tsx +0 -28
  32. package/templates/blocks/components/Blockquote/BlockquoteTestimonials.doc.mjs +0 -14
  33. package/templates/blocks/components/Blockquote/BlockquoteTestimonials.tsx +0 -34
  34. package/templates/blocks/components/Blockquote/BlockquoteWithCite.doc.mjs +0 -14
  35. package/templates/blocks/components/Blockquote/BlockquoteWithCite.tsx +0 -21
  36. package/templates/blocks/components/BreadcrumbItem/BreadcrumbItemBasic.doc.mjs +0 -14
  37. package/templates/blocks/components/BreadcrumbItem/BreadcrumbItemBasic.tsx +0 -15
  38. package/templates/blocks/components/ButtonGroup/ButtonGroupBasic.doc.mjs +0 -14
  39. package/templates/blocks/components/ButtonGroup/ButtonGroupBasic.tsx +0 -16
  40. package/templates/blocks/components/ChatDictationButton/ChatDictationButtonBasic.doc.mjs +0 -19
  41. package/templates/blocks/components/ChatDictationButton/ChatDictationButtonBasic.tsx +0 -34
  42. package/templates/blocks/components/CheckboxListItem/CheckboxListItemBasic.doc.mjs +0 -14
  43. package/templates/blocks/components/CheckboxListItem/CheckboxListItemBasic.tsx +0 -30
  44. package/templates/blocks/components/CollapsibleGroup/CollapsibleGroupAccordion.doc.mjs +0 -14
  45. package/templates/blocks/components/CollapsibleGroup/CollapsibleGroupAccordion.tsx +0 -31
  46. package/templates/blocks/components/CommandPaletteEmpty/CommandPaletteEmptyBasic.doc.mjs +0 -14
  47. package/templates/blocks/components/CommandPaletteEmpty/CommandPaletteEmptyBasic.tsx +0 -26
  48. package/templates/blocks/components/CommandPaletteFooter/CommandPaletteFooterBasic.doc.mjs +0 -14
  49. package/templates/blocks/components/CommandPaletteFooter/CommandPaletteFooterBasic.tsx +0 -32
  50. package/templates/blocks/components/CommandPaletteGroup/CommandPaletteGroupBasic.doc.mjs +0 -18
  51. package/templates/blocks/components/CommandPaletteGroup/CommandPaletteGroupBasic.tsx +0 -32
  52. package/templates/blocks/components/CommandPaletteItem/CommandPaletteItemBasic.doc.mjs +0 -14
  53. package/templates/blocks/components/CommandPaletteItem/CommandPaletteItemBasic.tsx +0 -27
  54. package/templates/blocks/components/ContextMenu/ContextMenuBasic.doc.mjs +0 -14
  55. package/templates/blocks/components/ContextMenu/ContextMenuBasic.tsx +0 -32
  56. package/templates/blocks/components/DialogHeader/DialogHeaderBasic.doc.mjs +0 -14
  57. package/templates/blocks/components/DialogHeader/DialogHeaderBasic.tsx +0 -30
  58. package/templates/blocks/components/DropdownMenuItem/DropdownMenuItemBasic.doc.mjs +0 -14
  59. package/templates/blocks/components/DropdownMenuItem/DropdownMenuItemBasic.tsx +0 -27
  60. package/templates/blocks/components/FieldLabel/FieldLabelBasic.doc.mjs +0 -14
  61. package/templates/blocks/components/FieldLabel/FieldLabelBasic.tsx +0 -20
  62. package/templates/blocks/components/FieldStatus/FieldStatusBasic.doc.mjs +0 -14
  63. package/templates/blocks/components/FieldStatus/FieldStatusBasic.tsx +0 -23
  64. package/templates/blocks/components/FileInput/FileInputBasic.doc.mjs +0 -14
  65. package/templates/blocks/components/FileInput/FileInputBasic.tsx +0 -22
  66. package/templates/blocks/components/GridSpan/GridSpanColumns.doc.mjs +0 -14
  67. package/templates/blocks/components/GridSpan/GridSpanColumns.tsx +0 -38
  68. package/templates/blocks/components/HStack/HStackBasic.doc.mjs +0 -14
  69. package/templates/blocks/components/HStack/HStackBasic.tsx +0 -16
  70. package/templates/blocks/components/Hooks/useKeyboardHintHookUsage.doc.mjs +0 -14
  71. package/templates/blocks/components/Hooks/useKeyboardHintHookUsage.tsx +0 -57
  72. package/templates/blocks/components/InputGroup/InputGroupBasic.doc.mjs +0 -14
  73. package/templates/blocks/components/InputGroup/InputGroupBasic.tsx +0 -27
  74. package/templates/blocks/components/LayoutContent/LayoutContentBasic.doc.mjs +0 -23
  75. package/templates/blocks/components/LayoutContent/LayoutContentBasic.tsx +0 -40
  76. package/templates/blocks/components/LayoutFooter/LayoutFooterActions.doc.mjs +0 -22
  77. package/templates/blocks/components/LayoutFooter/LayoutFooterActions.tsx +0 -41
  78. package/templates/blocks/components/LayoutHeader/LayoutHeaderWithActions.doc.mjs +0 -23
  79. package/templates/blocks/components/LayoutHeader/LayoutHeaderWithActions.tsx +0 -40
  80. package/templates/blocks/components/LayoutPanel/LayoutPanelNavigation.doc.mjs +0 -22
  81. package/templates/blocks/components/LayoutPanel/LayoutPanelNavigation.tsx +0 -37
  82. package/templates/blocks/components/Lightbox/LightboxGallery.doc.mjs +0 -14
  83. package/templates/blocks/components/Lightbox/LightboxGallery.tsx +0 -53
  84. package/templates/blocks/components/Lightbox/LightboxVideo.doc.mjs +0 -14
  85. package/templates/blocks/components/Lightbox/LightboxVideo.tsx +0 -27
  86. package/templates/blocks/components/Lightbox/LightboxZoom.doc.mjs +0 -14
  87. package/templates/blocks/components/Lightbox/LightboxZoom.tsx +0 -33
  88. package/templates/blocks/components/MetadataListItem/MetadataListItemBasic.doc.mjs +0 -14
  89. package/templates/blocks/components/MetadataListItem/MetadataListItemBasic.tsx +0 -19
  90. package/templates/blocks/components/MobileNavToggle/MobileNavToggleBasic.doc.mjs +0 -23
  91. package/templates/blocks/components/MobileNavToggle/MobileNavToggleBasic.tsx +0 -42
  92. package/templates/blocks/components/NavIcon/NavIconBasic.doc.mjs +0 -14
  93. package/templates/blocks/components/NavIcon/NavIconBasic.tsx +0 -16
  94. package/templates/blocks/components/RadioListItem/RadioListItemBasic.doc.mjs +0 -14
  95. package/templates/blocks/components/RadioListItem/RadioListItemBasic.tsx +0 -30
  96. package/templates/blocks/components/Resizable/ResizableSidebar.doc.mjs +0 -25
  97. package/templates/blocks/components/Resizable/ResizableSidebar.tsx +0 -67
  98. package/templates/blocks/components/SegmentedControlItem/SegmentedControlItemBasic.doc.mjs +0 -14
  99. package/templates/blocks/components/SegmentedControlItem/SegmentedControlItemBasic.tsx +0 -21
  100. package/templates/blocks/components/SelectorOption/SelectorOptionBasic.doc.mjs +0 -14
  101. package/templates/blocks/components/SelectorOption/SelectorOptionBasic.tsx +0 -39
  102. package/templates/blocks/components/SideNavCollapseButton/SideNavCollapseButtonBasic.doc.mjs +0 -14
  103. package/templates/blocks/components/SideNavCollapseButton/SideNavCollapseButtonBasic.tsx +0 -55
  104. package/templates/blocks/components/SideNavHeading/SideNavHeadingBasic.doc.mjs +0 -14
  105. package/templates/blocks/components/SideNavHeading/SideNavHeadingBasic.tsx +0 -38
  106. package/templates/blocks/components/SideNavItem/SideNavItemBasic.doc.mjs +0 -14
  107. package/templates/blocks/components/SideNavItem/SideNavItemBasic.tsx +0 -49
  108. package/templates/blocks/components/SideNavSection/SideNavSectionBasic.doc.mjs +0 -14
  109. package/templates/blocks/components/SideNavSection/SideNavSectionBasic.tsx +0 -71
  110. package/templates/blocks/components/StackItem/StackItemFill.doc.mjs +0 -14
  111. package/templates/blocks/components/StackItem/StackItemFill.tsx +0 -28
  112. package/templates/blocks/components/TabMenu/TabMenuBasic.doc.mjs +0 -14
  113. package/templates/blocks/components/TabMenu/TabMenuBasic.tsx +0 -23
  114. package/templates/blocks/components/ToggleButtonGroup/ToggleButtonGroupVertical.doc.mjs +0 -14
  115. package/templates/blocks/components/ToggleButtonGroup/ToggleButtonGroupVertical.tsx +0 -47
  116. package/templates/blocks/components/TopNavHeading/TopNavHeadingBasic.doc.mjs +0 -14
  117. package/templates/blocks/components/TopNavHeading/TopNavHeadingBasic.tsx +0 -22
  118. package/templates/blocks/components/TopNavItem/TopNavItemBasic.doc.mjs +0 -14
  119. package/templates/blocks/components/TopNavItem/TopNavItemBasic.tsx +0 -21
  120. package/templates/blocks/components/TopNavMegaMenu/TopNavMegaMenuBasic.doc.mjs +0 -20
  121. package/templates/blocks/components/TopNavMegaMenu/TopNavMegaMenuBasic.tsx +0 -46
  122. package/templates/blocks/components/TopNavMegaMenuFeaturedCard/TopNavMegaMenuFeaturedCardBasic.doc.mjs +0 -14
  123. package/templates/blocks/components/TopNavMegaMenuFeaturedCard/TopNavMegaMenuFeaturedCardBasic.tsx +0 -16
  124. package/templates/blocks/components/TopNavMegaMenuItem/TopNavMegaMenuItemBasic.doc.mjs +0 -14
  125. package/templates/blocks/components/TopNavMegaMenuItem/TopNavMegaMenuItemBasic.tsx +0 -26
  126. package/templates/blocks/components/TopNavMenu/TopNavMenuBasic.doc.mjs +0 -14
  127. package/templates/blocks/components/TopNavMenu/TopNavMenuBasic.tsx +0 -43
  128. package/templates/blocks/components/TypeaheadItem/TypeaheadItemBasic.doc.mjs +0 -14
  129. package/templates/blocks/components/TypeaheadItem/TypeaheadItemBasic.tsx +0 -43
  130. package/templates/blocks/components/VStack/VStackBasic.doc.mjs +0 -14
  131. package/templates/blocks/components/VStack/VStackBasic.tsx +0 -20
package/CHANGELOG.md CHANGED
@@ -110,6 +110,7 @@ Thanks to everyone who contributed to this release:
110
110
  Thanks to everyone who contributed to this release:
111
111
 
112
112
  - @ejhammond
113
+ - @joeyfarina
113
114
  - @josephfarina
114
115
  - @nynexman4464
115
116
 
package/README.md CHANGED
@@ -62,7 +62,8 @@ Options:
62
62
  | `upgrade` | Run codemods to migrate between versions |
63
63
  | `theme build` | Compile a defineTheme file to production CSS and JS |
64
64
  | `discover` | Discover external packages and components |
65
- | `doctor` | Diagnose your Astryx setup and report problems with fixes (CI-friendly via exit code) |
65
+ | `gap-report` | Report a gap when a component doesn't meet your needs |
66
+ | `doctor` | Diagnose your XDS setup and report problems with fixes (CI-friendly via exit code) |
66
67
 
67
68
  ### Global options
68
69
 
@@ -160,6 +161,7 @@ if (isError(result)) {
160
161
  | `ERR_INVALID_VERSION` | A `--from`/`--to` value was not a valid semver string. |
161
162
  | `ERR_DEP_MISSING` | A required external dependency (e.g. jscodeshift) is missing. |
162
163
  | `ERR_GH_CLI` | GitHub CLI (`gh`) is not installed or not authenticated. |
164
+ | `ERR_GAP_REPORT_FAILED` | Filing a gap report failed (disabled, or the integration errored). |
163
165
 
164
166
  ## Capability manifest (agent discovery)
165
167
 
@@ -170,7 +172,7 @@ discriminators each command can emit. Think of it as an OpenAPI spec for the CLI
170
172
 
171
173
  ```bash
172
174
  astryx manifest --json # dedicated surface — type: "manifest"
173
- astryx --json # bare invocation — embeds the same payload under data.manifest
175
+ xds --json # bare invocation — embeds the same payload under data.manifest
174
176
  ```
175
177
 
176
178
  Shape:
@@ -180,7 +182,7 @@ Shape:
180
182
  "apiVersion": 1,
181
183
  "type": "manifest",
182
184
  "data": {
183
- "name": "astryx",
185
+ "name": "xds",
184
186
  "version": "0.0.14",
185
187
  "description": "Design system CLI — components, themes, and tooling",
186
188
  "globalOptions": [
@@ -247,14 +249,14 @@ the `JSON_SUPPORTED` allowlist and a small declarative `RESPONSE_TYPES` map in
247
249
  `src/lib/manifest.mjs`, guarded by a drift test (`manifest.test.mjs`) so adding a
248
250
  command without describing it fails CI.
249
251
 
250
- **Backwards-compat:** the bare `astryx --json` envelope keeps `type: "help"` and its
252
+ **Backwards-compat:** the bare `xds --json` envelope keeps `type: "help"` and its
251
253
  original shallow fields (`name`, `version`, `commands` as a `string[]` of names,
252
254
  `jsonSupported`); the full structured manifest is additive under `data.manifest`.
253
255
  For the standalone manifest envelope (`type: "manifest"`), use `astryx manifest --json`.
254
256
 
255
257
  ## Programmatic API
256
258
 
257
- The same logic that powers `astryx --json` is available as importable, type-safe functions:
259
+ The same logic that powers `xds --json` is available as importable, type-safe functions:
258
260
 
259
261
  ```typescript
260
262
  import {
@@ -267,20 +269,20 @@ import {
267
269
  AstryxError,
268
270
  } from '@astryxdesign/cli/api';
269
271
 
270
- // Same result as: astryx --json component Button
272
+ // Same result as: xds --json component Button
271
273
  const btn = await component('Button');
272
274
  btn.type; // 'component.detail'
273
275
  btn.data.name; // 'Button' (typed as ComponentDoc)
274
276
 
275
- // Same result as: astryx --json component --list
277
+ // Same result as: xds --json component --list
276
278
  const list = await component(undefined, {list: true});
277
279
  list.data; // Record<string, string[]>
278
280
 
279
- // Same result as: astryx --json docs principles
281
+ // Same result as: xds --json docs principles
280
282
  const principles = await docs('principles');
281
- principles.data.title; // 'Principles'
283
+ principles.data.title; // 'XDS Principles'
282
284
 
283
- // Same result as: astryx --json hook useMediaQuery
285
+ // Same result as: xds --json hook useMediaQuery
284
286
  const useMediaQuery = await hook('useMediaQuery');
285
287
  useMediaQuery.data.params; // typed as HookParamDoc[]
286
288
 
@@ -294,7 +296,7 @@ try {
294
296
  }
295
297
  ```
296
298
 
297
- The CLI command handlers are thin wrappers around these functions: they parse args, call the API, then format the output (JSON or text). This guarantees that `@astryxdesign/cli/api` and `astryx --json` always return identical data.
299
+ The CLI command handlers are thin wrappers around these functions: they parse args, call the API, then format the output (JSON or text). This guarantees that `@astryxdesign/cli/api` and `xds --json` always return identical data.
298
300
 
299
301
  ### Consumer utilities
300
302
 
@@ -324,41 +326,43 @@ detail.data.name; // already narrowed
324
326
 
325
327
  Every response has a `type` string that uniquely identifies it:
326
328
 
327
- | Command | Type | Response |
328
- | ------------------------------------------------- | --------------------------- | --------------------------------- |
329
- | `astryx --json component [--list]` | `component.list` | `ComponentListResponse` |
330
- | `astryx --json component --list --detail compact` | `component.brief` | `ComponentBriefResponse` |
331
- | `astryx --json component --list --detail full` | `component.full` | `ComponentFullResponse` |
332
- | `astryx --json component <name>` | `component.detail` | `ComponentDetailResponse` |
333
- | `astryx --json component <name> --props` | `component.detail.props` | `ComponentDetailPropsResponse` |
334
- | `astryx --json component <name> --source` | `component.detail.source` | `ComponentDetailSourceResponse` |
335
- | `astryx --json component <name> --showcase` | `component.detail.showcase` | `ComponentDetailShowcaseResponse` |
336
- | `astryx --json component <name> --blocks` | `component.detail.blocks` | `ComponentDetailBlocksResponse` |
337
- | `astryx --json discover` | `discover.list` | `DiscoverListResponse` |
338
- | `astryx --json discover @scope/name` | `discover.detail` | `DiscoverDetailResponse` |
339
- | `astryx --json discover @scope/name/Comp` | `discover.detail.doc` | `DiscoverDetailDocResponse` |
340
- | `astryx --json discover <search>` | `discover.search` | `DiscoverSearchResponse` |
341
- | `astryx --json docs` | `docs.list` | `DocsListResponse` |
342
- | `astryx --json docs <topic>` | `docs.detail` | `DocsDetailResponse` |
343
- | `astryx --json docs <topic> <section>` | `docs.detail.section` | `DocsDetailSectionResponse` |
344
- | `astryx --json template [--list]` | `template.list` | `TemplateListResponse` |
345
- | `astryx --json template <name>` | `template.show` | `TemplateShowResponse` |
346
- | `astryx --json template <name> --skeleton` | `template.skeleton` | `TemplateSkeletonResponse` |
347
- | `astryx --json template <name> [path]` | `template.copy` | `TemplateCopyResponse` |
348
- | `astryx --json hook [--list]` | `hook.list` | `HookListResponse` |
349
- | `astryx --json hook --list --detail compact` | `hook.brief` | `HookBriefResponse` |
350
- | `astryx --json hook --list --detail full` | `hook.full` | `HookFullResponse` |
351
- | `astryx --json hook <name>` | `hook.detail` | `HookDetailResponse` |
352
- | `astryx --json hook <name> --params` | `hook.detail.params` | `HookDetailParamsResponse` |
353
- | `astryx --json search <query>` | `search` | `SearchResponse` |
354
- | `astryx --json swizzle [--list]` | `swizzle.list` | `SwizzleListResponse` |
355
- | `astryx --json swizzle <component>` | `swizzle.copy` | `SwizzleCopyResponse` |
356
- | `astryx --json theme build <file>` | `theme.build` | `ThemeBuildResponse` |
357
- | `astryx --json upgrade --list` | `upgrade.list` | `UpgradeListResponse` |
358
- | `astryx --json upgrade [--apply]` | `upgrade.run` | `UpgradeRunResponse` |
359
- | `astryx --json doctor` | `doctor` | `DoctorResponse` |
360
- | any error | | `CLIError` |
361
- | unsupported command | | `CLIUnsupportedError` |
329
+ | Command | Type | Response |
330
+ | ---------------------------------------------- | --------------------------- | --------------------------------- |
331
+ | `xds --json component [--list]` | `component.list` | `ComponentListResponse` |
332
+ | `xds --json component --list --detail compact` | `component.brief` | `ComponentBriefResponse` |
333
+ | `xds --json component --list --detail full` | `component.full` | `ComponentFullResponse` |
334
+ | `xds --json component <name>` | `component.detail` | `ComponentDetailResponse` |
335
+ | `xds --json component <name> --props` | `component.detail.props` | `ComponentDetailPropsResponse` |
336
+ | `xds --json component <name> --source` | `component.detail.source` | `ComponentDetailSourceResponse` |
337
+ | `xds --json component <name> --showcase` | `component.detail.showcase` | `ComponentDetailShowcaseResponse` |
338
+ | `xds --json component <name> --blocks` | `component.detail.blocks` | `ComponentDetailBlocksResponse` |
339
+ | `xds --json discover` | `discover.list` | `DiscoverListResponse` |
340
+ | `xds --json discover @scope/name` | `discover.detail` | `DiscoverDetailResponse` |
341
+ | `xds --json discover @scope/name/Comp` | `discover.detail.doc` | `DiscoverDetailDocResponse` |
342
+ | `xds --json discover <search>` | `discover.search` | `DiscoverSearchResponse` |
343
+ | `xds --json docs` | `docs.list` | `DocsListResponse` |
344
+ | `xds --json docs <topic>` | `docs.detail` | `DocsDetailResponse` |
345
+ | `xds --json docs <topic> <section>` | `docs.detail.section` | `DocsDetailSectionResponse` |
346
+ | `xds --json template [--list]` | `template.list` | `TemplateListResponse` |
347
+ | `xds --json template <name>` | `template.show` | `TemplateShowResponse` |
348
+ | `xds --json template <name> --skeleton` | `template.skeleton` | `TemplateSkeletonResponse` |
349
+ | `xds --json template <name> [path]` | `template.copy` | `TemplateCopyResponse` |
350
+ | `xds --json hook [--list]` | `hook.list` | `HookListResponse` |
351
+ | `xds --json hook --list --detail compact` | `hook.brief` | `HookBriefResponse` |
352
+ | `xds --json hook --list --detail full` | `hook.full` | `HookFullResponse` |
353
+ | `xds --json hook <name>` | `hook.detail` | `HookDetailResponse` |
354
+ | `xds --json hook <name> --params` | `hook.detail.params` | `HookDetailParamsResponse` |
355
+ | `xds --json search <query>` | `search` | `SearchResponse` |
356
+ | `xds --json swizzle [--list]` | `swizzle.list` | `SwizzleListResponse` |
357
+ | `xds --json swizzle <component>` | `swizzle.copy` | `SwizzleCopyResponse` |
358
+ | `xds --json theme build <file>` | `theme.build` | `ThemeBuildResponse` |
359
+ | `xds --json upgrade --list` | `upgrade.list` | `UpgradeListResponse` |
360
+ | `xds --json upgrade [--apply]` | `upgrade.run` | `UpgradeRunResponse` |
361
+ | `xds --json gap-report --list-categories` | `gap-report.categories` | `GapReportCategoriesResponse` |
362
+ | `xds --json gap-report --component X ...` | `gap-report.file` | `GapReportFileResponse` |
363
+ | `xds --json doctor` | `doctor` | `DoctorResponse` |
364
+ | any error | — | `CLIError` |
365
+ | unsupported command | — | `CLIUnsupportedError` |
362
366
 
363
367
  ## Doctor
364
368
 
@@ -379,7 +383,7 @@ astryx doctor — diagnosing your setup
379
383
  @astryxdesign/core v0.0.14 is in step with @astryxdesign/cli v0.0.14.
380
384
  ⚠ Theme packages
381
385
  No @astryxdesign/theme-* packages are installed.
382
- → fix: Install a theme, e.g. `npm install @astryxdesign/theme-neutral`, then import its CSS or set astryx.theme.
386
+ → fix: Install a theme, e.g. `npm install @astryxdesign/theme-neutral`, then import its CSS or set xds.theme.
383
387
  ℹ astryx.config.mjs
384
388
  No astryx.config.mjs found — using defaults.
385
389
  ℹ AI agent docs
@@ -404,7 +408,7 @@ No failures — but review the ⚠ warnings above when you can.
404
408
  | Version alignment | pass / warn / info | Installed `@astryxdesign/core` is in step with `@astryxdesign/cli` |
405
409
  | Theme packages | pass / warn | An `@astryxdesign/theme-*` package is installed and a theme is wired |
406
410
  | astryx.config.mjs | pass / fail / info | Config (if present) loads cleanly with a valid shape |
407
- | AI agent docs | pass / warn / info | Agent docs exist and contain the Astryx section markers |
411
+ | AI agent docs | pass / warn / info | Agent docs exist and contain the XDS section markers |
408
412
  | Peer dependencies | pass / warn / info | `@astryxdesign/core`'s peer deps (react, …) are installed |
409
413
  | Package manager | info | Reports the detected package manager |
410
414
 
@@ -430,6 +434,8 @@ export default {
430
434
  templates: {
431
435
  get: async id => fetchTemplateFromAPI(id),
432
436
  },
433
- issuesUrl: 'https://github.com/your-org/your-repo/issues',
437
+ gapReport: {
438
+ url: 'https://your-api.com/gaps',
439
+ },
434
440
  };
435
441
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astryxdesign/cli",
3
- "version": "0.1.2-canary.745e813",
3
+ "version": "0.1.2-canary.77fe3d7",
4
4
  "displayName": "CLI",
5
5
  "description": "Scaffold projects, browse templates, generate themes, and get agent-ready docs from the command line.",
6
6
  "author": "Meta Open Source",
@@ -75,9 +75,9 @@
75
75
  "zod": "^4.4.3"
76
76
  },
77
77
  "peerDependencies": {
78
- "@astryxdesign/core": "0.1.2-canary.745e813",
79
- "@astryxdesign/lab": "0.1.2-canary.745e813",
80
- "@astryxdesign/theme-neutral": "0.1.2-canary.745e813",
78
+ "@astryxdesign/core": "0.1.2-canary.77fe3d7",
79
+ "@astryxdesign/lab": "0.1.2-canary.77fe3d7",
80
+ "@astryxdesign/theme-neutral": "0.1.2-canary.77fe3d7",
81
81
  "gpt-tokenizer": "^2.0.0"
82
82
  },
83
83
  "peerDependenciesMeta": {
@@ -92,9 +92,9 @@
92
92
  }
93
93
  },
94
94
  "devDependencies": {
95
- "@astryxdesign/core": "0.1.2-canary.745e813",
96
- "@astryxdesign/lab": "0.1.2-canary.745e813",
97
- "@astryxdesign/theme-neutral": "0.1.2-canary.745e813",
95
+ "@astryxdesign/core": "0.1.2-canary.77fe3d7",
96
+ "@astryxdesign/lab": "0.1.2-canary.77fe3d7",
97
+ "@astryxdesign/theme-neutral": "0.1.2-canary.77fe3d7",
98
98
  "gpt-tokenizer": "^2.0.0"
99
99
  },
100
100
  "scripts": {
@@ -240,7 +240,7 @@ export function checkThemes(ctx) {
240
240
  label: 'Theme packages',
241
241
  status: 'warn',
242
242
  message: 'No @astryxdesign/theme-* packages are installed.',
243
- fix: 'Install a theme, e.g. `npm install @astryxdesign/theme-neutral`, then import its CSS or set astryx.theme.',
243
+ fix: 'Install a theme, e.g. `npm install @astryxdesign/theme-neutral`, then import its CSS or set xds.theme.',
244
244
  };
245
245
  }
246
246
 
@@ -354,7 +354,7 @@ export function checkAgentDocs(ctx) {
354
354
  label: 'AI agent docs',
355
355
  status: 'warn',
356
356
  message: `Agent docs present (${present.join(', ')}) but no Astryx section markers found.`,
357
- fix: 'Add the Astryx section to your agent docs with `astryx init --features agents`.',
357
+ fix: 'Add the XDS section to your agent docs with `astryx init --features agents`.',
358
358
  };
359
359
  }
360
360
 
@@ -362,7 +362,7 @@ export function checkAgentDocs(ctx) {
362
362
  id: 'agent-docs',
363
363
  label: 'AI agent docs',
364
364
  status: 'pass',
365
- message: `Astryx agent docs section present in ${withMarkers.join(', ')}.`,
365
+ message: `XDS agent docs section present in ${withMarkers.join(', ')}.`,
366
366
  };
367
367
  }
368
368
 
package/src/api/index.mjs CHANGED
@@ -21,7 +21,6 @@
21
21
 
22
22
  export {component} from './component.mjs';
23
23
  export {docs} from './docs.mjs';
24
- export {blog} from './blog.mjs';
25
24
  export {discover} from './discover.mjs';
26
25
  export {template} from './template.mjs';
27
26
  export {themeAdd, listThemes} from './theme-add.mjs';
@@ -41,29 +41,6 @@ describe('v0.1.0 codemod manifest ordering', () => {
41
41
  expect(entry.optional).toBeFalsy();
42
42
  });
43
43
 
44
- it('orders declare-module and CSS codemods after migrate-xds-module-specifiers', async () => {
45
- const {default: manifest} = await import('../index.mjs');
46
- const names = manifest.map(entry => entry.name);
47
- expect(names).toEqual([
48
- 'drop-xds-prefix-imports',
49
- 'migrate-xds-module-specifiers',
50
- 'migrate-xds-declare-module',
51
- 'migrate-xds-css-surfaces',
52
- ]);
53
- });
54
-
55
- it('marks migrate-xds-declare-module and migrate-xds-css-surfaces mandatory', async () => {
56
- const {default: manifest} = await import('../index.mjs');
57
- for (const name of [
58
- 'migrate-xds-declare-module',
59
- 'migrate-xds-css-surfaces',
60
- ]) {
61
- const entry = manifest.find(e => e.name === name);
62
- expect(entry, name).toBeDefined();
63
- expect(entry.optional).toBeFalsy();
64
- }
65
- });
66
-
67
44
  it('un-prefixes useXDSTheme from @xds/core/theme AND renames the scope to @astryxdesign', async () => {
68
45
  const input = [
69
46
  "import {useXDSTheme} from '@xds/core/theme';",
@@ -14,14 +14,6 @@ import migrateXdsModuleSpecifiers, {
14
14
  meta as migrateXdsModuleSpecifiersMeta,
15
15
  } from './migrate-xds-module-specifiers.mjs';
16
16
 
17
- import migrateXdsDeclareModule, {
18
- meta as migrateXdsDeclareModuleMeta,
19
- } from './migrate-xds-declare-module.mjs';
20
-
21
- import migrateXdsCssSurfaces, {
22
- meta as migrateXdsCssSurfacesMeta,
23
- } from './migrate-xds-css-surfaces.mjs';
24
-
25
17
  export default [
26
18
  {
27
19
  // XDS-prefix migration (P2380608025). Mandatory in v0.1.0: the release
@@ -42,24 +34,4 @@ export default [
42
34
  transform: migrateXdsModuleSpecifiers,
43
35
  meta: migrateXdsModuleSpecifiersMeta,
44
36
  },
45
- {
46
- // Cleans up TypeScript `declare module "@xds/core/..."` augmentations,
47
- // which reference the package by string specifier and so are dead after
48
- // the scope rename. Mandatory in v0.1.0. Ordered AFTER the specifier
49
- // codemod: it uses the same @xds -> @astryxdesign mapping and repairs an
50
- // adjacent surface the specifier codemod does not visit (module-decl ids
51
- // are not import/export/require sources).
52
- name: 'migrate-xds-declare-module',
53
- transform: migrateXdsDeclareModule,
54
- meta: migrateXdsDeclareModuleMeta,
55
- },
56
- {
57
- // Rewrites consumer CSS surfaces broken by the v0.1.0 DOM-namespace rename
58
- // (core no longer dual-emits `xds-*`): the `.xds-*` class-selector prefix,
59
- // `[data-xds-*]` attribute selectors, and `@layer xds-*` layer names all
60
- // become their `astryx-*` forms. Mandatory in v0.1.0.
61
- name: 'migrate-xds-css-surfaces',
62
- transform: migrateXdsCssSurfaces,
63
- meta: migrateXdsCssSurfacesMeta,
64
- },
65
37
  ];
@@ -207,7 +207,7 @@ export function generateCompressedIndex(version, {coreDir, runPrefix = getRunPre
207
207
  .sort();
208
208
  if (topics.length > 0) lines.push(` docs <topic> ${topics.join(', ')}`);
209
209
  }
210
- lines.push(' swizzle <Name> eject component source for deep customization');
210
+ lines.push(' swizzle <Name> eject component source (--gap reports why)');
211
211
  lines.push(' upgrade --apply run after any @astryxdesign/core bump');
212
212
  lines.push(MARKER_END);
213
213
 
@@ -15,7 +15,6 @@
15
15
  import * as fs from 'node:fs';
16
16
  import * as path from 'node:path';
17
17
  import {pathToFileURL, fileURLToPath} from 'node:url';
18
- import {spawn} from 'node:child_process';
19
18
  import {createJiti} from 'jiti';
20
19
  import {getRunPrefix} from '../utils/package-manager.mjs';
21
20
  import {
@@ -598,104 +597,6 @@ function validatePrivateVars(themeDef) {
598
597
  return errors;
599
598
  }
600
599
 
601
- /**
602
- * Path to this CLI's real entry (bin/astryx.mjs), resolved from this module's
603
- * location (src/commands/build-theme.mjs → ../../bin/astryx.mjs). Used to
604
- * re-invoke `theme build` as a child process in watch mode.
605
- */
606
- function resolveCliBin() {
607
- const commandsDir = path.dirname(fileURLToPath(import.meta.url));
608
- return path.resolve(commandsDir, '../../bin/astryx.mjs');
609
- }
610
-
611
- /**
612
- * Run a single `theme build` as a child process, reusing the exact
613
- * single-build code path (and its error handling) rather than duplicating it.
614
- * Resolves with the child's exit code; never rejects.
615
- *
616
- * @param {string} file - The theme file argument, as the user passed it.
617
- * @param {object} options - Parsed command options (only `out` is forwarded).
618
- * @returns {Promise<number>}
619
- */
620
- function runThemeBuildOnceChild(file, options) {
621
- const cliBin = resolveCliBin();
622
- const args = [cliBin, 'theme', 'build', file];
623
- if (options.out) args.push('--out', options.out);
624
- return new Promise(resolve => {
625
- const child = spawn(process.execPath, args, {
626
- stdio: 'inherit',
627
- env: process.env,
628
- });
629
- child.on('close', code => resolve(code ?? 0));
630
- child.on('error', () => resolve(1));
631
- });
632
- }
633
-
634
- /**
635
- * Watch a theme file and rebuild on change. Runs an initial build, then
636
- * rebuilds (debounced) whenever the file changes, until interrupted with
637
- * Ctrl-C. Each rebuild runs in a child process so a build error (which the
638
- * single-build path reports via a hard exit) is contained and the watcher
639
- * keeps running.
640
- *
641
- * @param {string} file - The theme file argument, as the user passed it.
642
- * @param {string} filePath - Absolute path to the theme file.
643
- * @param {object} options - Parsed command options.
644
- * @returns {Promise<void>} Resolves when the watcher is stopped (Ctrl-C).
645
- */
646
- async function runThemeBuildWatch(file, filePath, options) {
647
- const rel = path.relative(process.cwd(), filePath);
648
-
649
- // Initial build.
650
- await runThemeBuildOnceChild(file, options);
651
-
652
- humanLog(`\n👀 Watching ${rel} for changes — press Ctrl-C to stop.`);
653
-
654
- let building = false;
655
- let queued = false;
656
- let debounce = null;
657
-
658
- const rebuild = async () => {
659
- if (building) {
660
- // Coalesce changes that land mid-build into a single follow-up run.
661
- queued = true;
662
- return;
663
- }
664
- building = true;
665
- humanLog(`\n♻️ Change detected — rebuilding ${rel}...`);
666
- await runThemeBuildOnceChild(file, options);
667
- building = false;
668
- humanLog(`\n👀 Watching ${rel} for changes — press Ctrl-C to stop.`);
669
- if (queued) {
670
- queued = false;
671
- rebuild();
672
- }
673
- };
674
-
675
- // Some editors replace the file (rename) rather than writing in place, which
676
- // can drop the watch. Watch the containing directory and filter to our file
677
- // so edits survive atomic-save/rename.
678
- const watchDir = path.dirname(filePath);
679
- const baseName = path.basename(filePath);
680
- const watcher = fs.watch(watchDir, (_eventType, changed) => {
681
- if (changed && changed !== baseName) return;
682
- clearTimeout(debounce);
683
- // Debounce: editors often emit several events per save.
684
- debounce = setTimeout(rebuild, 100);
685
- });
686
-
687
- await new Promise(resolve => {
688
- const stop = () => {
689
- clearTimeout(debounce);
690
- watcher.close();
691
- humanLog('\nStopped watching.');
692
- resolve();
693
- };
694
- process.once('SIGINT', stop);
695
- process.once('SIGTERM', stop);
696
- });
697
- }
698
-
699
600
  export function registerTheme(program) {
700
601
  const theme = program
701
602
  .command('theme')
@@ -720,10 +621,6 @@ export function registerTheme(program) {
720
621
  .command('build <file>')
721
622
  .description('Compile a defineTheme file to CSS + JS')
722
623
  .option('-o, --out <path>', 'Output CSS file path')
723
- .option(
724
- '-w, --watch',
725
- 'Rebuild automatically when the theme file changes (Ctrl-C to stop)',
726
- )
727
624
  .action(async (file, options) => {
728
625
  const filePath = path.resolve(process.cwd(), file);
729
626
  const json = program.opts().json || false;
@@ -733,20 +630,6 @@ export function registerTheme(program) {
733
630
  return;
734
631
  }
735
632
 
736
- // Watch mode: run an initial build, then rebuild on every change to the
737
- // theme file. Watch is a human-interactive, long-running mode — it is not
738
- // supported in --json (machine) mode, which expects a single envelope.
739
- if (options.watch) {
740
- if (json) {
741
- cliError('--watch is not supported with --json', {
742
- code: ERROR_CODES.ERR_THEME_INVALID,
743
- });
744
- return;
745
- }
746
- await runThemeBuildWatch(file, filePath, options);
747
- return;
748
- }
749
-
750
633
  if (!json) humanLog(`\nBuilding theme from ${path.relative(process.cwd(), filePath)}...`);
751
634
 
752
635
  // Extract theme definition
package/src/index.mjs CHANGED
@@ -245,7 +245,6 @@ const commands = [
245
245
  {name: 'init', path: './commands/init.mjs', register: 'registerInit'},
246
246
  {name: 'component', path: './commands/component/index.mjs', register: 'registerComponent'},
247
247
  {name: 'docs', path: './commands/docs.mjs', register: 'registerDocs'},
248
- {name: 'blog', path: './commands/blog.mjs', register: 'registerBlog'},
249
248
  {name: 'swizzle', path: './commands/swizzle.mjs', register: 'registerSwizzle'},
250
249
  // agent-docs folded into init — functions still importable from agent-docs.mjs
251
250
  {name: 'template', path: './commands/template.mjs', register: 'registerTemplate'},
@@ -75,8 +75,6 @@
75
75
  * | 'ERR_INVALID_VERSION'
76
76
  * | 'ERR_DEP_MISSING'
77
77
  * | 'ERR_GH_CLI'
78
- * | 'ERR_UNKNOWN_POST'
79
- * | 'ERR_FETCH_FAILED'
80
78
  * | 'ERR_LAYOUT_PARSE'
81
79
  * | 'ERR_LAYOUT_INVALID'
82
80
  * )} ErrorCode
@@ -183,12 +181,6 @@ export const ERROR_CODES = Object.freeze({
183
181
  /** GitHub CLI (`gh`) is not installed or not authenticated. */
184
182
  ERR_GH_CLI: 'ERR_GH_CLI',
185
183
 
186
- // ── Blog (read via the published RSS feed) ───────────────────────
187
- /** No blog post matched the requested slug in the feed. */
188
- ERR_UNKNOWN_POST: 'ERR_UNKNOWN_POST',
189
- /** A network fetch (RSS feed or post text) failed. */
190
- ERR_FETCH_FAILED: 'ERR_FETCH_FAILED',
191
-
192
184
  // ── Layout expressions (XLE/XLO) ─────────────────────────────────
193
185
  /** A layout expression failed to parse (syntax error, with line/col). */
194
186
  ERR_LAYOUT_PARSE: 'ERR_LAYOUT_PARSE',
@@ -2,11 +2,17 @@
2
2
 
3
3
  'use client';
4
4
 
5
+ import {useState} from 'react';
5
6
  import {DropdownMenu} from '@astryxdesign/core/DropdownMenu';
6
7
 
7
8
  export default function DropdownMenuShowcase() {
9
+ const [isMenuOpen, setIsMenuOpen] = useState(false);
10
+
8
11
  return (
9
12
  <DropdownMenu
13
+ isMenuOpen={isMenuOpen}
14
+ onOpenChange={setIsMenuOpen}
15
+ hasAutoFocus={false}
10
16
  button={{label: 'Actions'}}
11
17
  items={[
12
18
  {label: 'Edit', onClick: () => {}},
@@ -65,7 +65,11 @@ const TrashIcon = (props: React.SVGProps<SVGSVGElement>) => (
65
65
 
66
66
  export default function DropdownMenuItemShowcase() {
67
67
  return (
68
- <DropdownMenu button={{label: 'Actions'}}>
68
+ <DropdownMenu
69
+ button={{label: 'Actions'}}
70
+ isMenuOpen
71
+ hasAutoFocus={false}
72
+ onOpenChange={() => {}}>
69
73
  <DropdownMenuItem
70
74
  icon={PencilIcon}
71
75
  label="Edit"
@@ -12,10 +12,9 @@ export default function LightboxShowcase() {
12
12
  isOpen={isOpen}
13
13
  onOpenChange={setIsOpen}
14
14
  media={{
15
- src: 'https://lookaside.facebook.com/assets/astryx/light-scene-horizontal-1.png',
16
- alt: 'Coastal shoreline with ocean waves',
17
- caption:
18
- 'A scenic coastline with waves rolling onto a sandy beach beneath a clear sky.',
15
+ src: 'https://picsum.photos/id/10/1200/800',
16
+ alt: 'Forest path',
17
+ caption: 'A winding path through the forest',
19
18
  }}
20
19
  />
21
20
  </>
@@ -2,11 +2,17 @@
2
2
 
3
3
  'use client';
4
4
 
5
+ import {useState} from 'react';
5
6
  import {MoreMenu} from '@astryxdesign/core/MoreMenu';
6
7
 
7
8
  export default function MoreMenuShowcase() {
9
+ const [isMenuOpen, setIsMenuOpen] = useState(false);
10
+
8
11
  return (
9
12
  <MoreMenu
13
+ isMenuOpen={isMenuOpen}
14
+ onOpenChange={setIsMenuOpen}
15
+ hasAutoFocus={false}
10
16
  items={[
11
17
  {label: 'Edit', onClick: () => {}},
12
18
  {label: 'Duplicate', onClick: () => {}},
@@ -0,0 +1,14 @@
1
+ // Copyright (c) Meta Platforms, Inc. and affiliates.
2
+
3
+ /** @type {import('../../../../../core/src/docs-types').TemplateDoc} */
4
+ export const doc = {
5
+ type: 'block',
6
+ exampleFor: 'TreeListBranches',
7
+ name: 'TreeListBranches',
8
+ displayName: 'Tree List Branches',
9
+ description: 'Tree with expandable branches at multiple nesting levels.',
10
+ isReady: true,
11
+ isShowcase: true,
12
+ aspectRatio: 4 / 3,
13
+ componentsUsed: ['TreeList'],
14
+ };