diff --git a/public/llms-full.txt b/public/llms-full.txt index 920f9004..45af7ab8 100644 --- a/public/llms-full.txt +++ b/public/llms-full.txt @@ -279,6 +279,8 @@ wrnexus eject # copy a Wire UI component's .wrn into app/compone 4. Style with Tailwind utility classes in the view, or theme tokens (`var(--wire-*)`), or `style { }`. 5. Never emit React/JSX, a manual router, or client-side island JS — the framework handles hydration. +Release: WRNexusJS 0.5.1 + # Canonical documentation locations - Framework and package documentation: https://wrnexusjs.dev/ diff --git a/scripts/generate-portal.ts b/scripts/generate-portal.ts index 39340e27..d6e3f633 100644 --- a/scripts/generate-portal.ts +++ b/scripts/generate-portal.ts @@ -564,7 +564,7 @@ writeFileSync( ); writeFileSync( join(pub, "llms-full.txt"), - `${frameworkGuide}\n\n# Canonical documentation locations\n\n- Framework and package documentation: https://wrnexusjs.dev/\n- Interactive UI component showcase and examples: https://component.wrnexusjs.dev/\n\n${packageMarker}\n\nThe following README files and declarations come from the installed private ${version} release.\n\n${installedPackageDocs}\n\n# Complete @wrnexus/ui component reference and source contracts\n\n${componentSources}\n`, + `${frameworkGuide}\n\nRelease: WRNexusJS ${version}\n\n# Canonical documentation locations\n\n- Framework and package documentation: https://wrnexusjs.dev/\n- Interactive UI component showcase and examples: https://component.wrnexusjs.dev/\n\n${packageMarker}\n\nThe following README files and declarations come from the installed private ${version} release.\n\n${installedPackageDocs}\n\n# Complete @wrnexus/ui component reference and source contracts\n\n${componentSources}\n`, ); const auditDocs: Record = {