From 247bf48d0245a2bfb252ac6f3b4b434bfc9a6281 Mon Sep 17 00:00:00 2001 From: Isi-blip Date: Thu, 2 Jul 2026 16:25:21 +0200 Subject: [PATCH] docs: sync CLAUDE.md stack list with core.py STACK_CONFIG (#404) STACK_CONFIG in src/ui-ux-pro-max/scripts/core.py defines 22 stacks, but the Available stacks list in CLAUDE.md only listed 16, silently omitting threejs, wpf, winui, avalonia, uno, and uwp. --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index f9e7eee..3d229a8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -25,7 +25,7 @@ python3 src/ui-ux-pro-max/scripts/search.py "" --domain [-n " --stack ``` -Available stacks: `html-tailwind` (default), `react`, `nextjs`, `astro`, `vue`, `nuxtjs`, `nuxt-ui`, `svelte`, `swiftui`, `react-native`, `flutter`, `shadcn`, `jetpack-compose`, `angular`, `laravel`, `javafx` +Available stacks: `html-tailwind` (default), `react`, `nextjs`, `astro`, `vue`, `nuxtjs`, `nuxt-ui`, `svelte`, `swiftui`, `react-native`, `flutter`, `shadcn`, `jetpack-compose`, `threejs`, `angular`, `laravel`, `javafx`, `wpf`, `winui`, `avalonia`, `uno`, `uwp` ## Architecture