docs: refresh AI references from installed CLI
This commit is contained in:
@@ -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");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user