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
6 changes: 3 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<!-- ASTRYX:START -->

Astryx v0.4.4 · 158 components
Astryx v0.5.0 · 163 components
CLI: run every command as `npx astryx <cmd>` (shown below as `astryx ...`).

SETUP (once, in your app entry e.g. main.tsx) — without these, components render unstyled:
Expand All @@ -64,9 +64,9 @@ RULES:

MORE CLI:
search "<query>" find any component / hook / doc / template / block
component --list 158 components by category
component --list 163 components by category
template --list page + block recipes
docs <topic> color, elevation, icons, illustrations, internationalization, layout, migration, motion, principles, shape, spacing, styling, theme, tokens, typography
docs <topic> browser-support, cli-integrations, color, elevation, getting-started, icons, illustrations, internationalization, layout, migration, motion, principles, shape, spacing, styling-libraries, styling, theme, tokens, typography, working-with-ai
swizzle <Name> eject component source for deep customization
upgrade --apply run after any @astryxdesign/core bump

Expand Down
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"@astrojs/markdoc": "2.0.6",
"@astrojs/react": "6.0.2",
"@astrojs/sitemap": "3.7.3",
"@astryxdesign/core": "0.4.4",
"@astryxdesign/theme-chocolate": "0.4.4",
"@astryxdesign/theme-matcha": "0.4.4",
"@astryxdesign/theme-neutral": "0.4.4",
"@astryxdesign/theme-stone": "0.4.4",
"@astryxdesign/core": "0.5.0",
"@astryxdesign/theme-chocolate": "0.5.0",
"@astryxdesign/theme-matcha": "0.5.0",
"@astryxdesign/theme-neutral": "0.5.0",
"@astryxdesign/theme-stone": "0.5.0",
"@keystar/ui": "0.9.2",
"@keystatic/astro": "5.2.0",
"@keystatic/core": "0.6.4",
Expand All @@ -39,7 +39,7 @@
},
"devDependencies": {
"@astrojs/check": "0.9.6",
"@astryxdesign/cli": "0.4.4",
"@astryxdesign/cli": "0.5.0",
"@types/node": "24.10.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
Expand Down