docs: refresh AI references from installed CLI

This commit is contained in:
2026-08-10 13:23:51 +05:30
parent c34d5ffd3c
commit df803aaa74
4 changed files with 1006 additions and 24 deletions
+8
View File
@@ -184,8 +184,16 @@ test("portal exposes truthful access and machine discovery", () => {
expect(llms).toContain("- @wrnexus/helpers");
expect(llms).toContain("redirectToLogin");
expect(llms).toContain("https://component.wrnexusjs.dev/");
expect(llms).toContain("# Complete CLI command reference");
expect(llms).toContain("wrnexus production [workspace-dir]");
expect(llms).toContain("wrnexus compatibility <check|explain|upgrade>");
expect(llms).toContain("wrnexus inspect component <name>");
expect(llms).toContain("## CLI workflows with expected output");
expect(llms).toContain("✓ Application types are valid");
const llmsFull = readFileSync(join(root, "public", "llms-full.txt"), "utf8");
expect(llmsFull).toContain("# Installed package documentation");
expect(llmsFull).toContain("# Complete CLI command reference");
expect(llmsFull).toContain(`@wrnexus/cli@${frameworkVersion}`);
expect(llmsFull).toContain("# Complete @wrnexus/ui component reference and source contracts");
expect(llmsFull).toContain("### Complete .wrn source contract");
});