docs: identify full AI reference release

This commit is contained in:
2026-07-29 17:04:08 +05:30
parent a0c0efb1b8
commit 1a62aafc02
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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<string, string> = {