import fs from "node:fs/promises"; import path from "node:path"; import { describe, expect, it } from "vitest"; import { validateExternalCodePluginPackageJson } from "../../packages/plugin-package-contract/src/index.ts";
it("does not tell plugin authors to use bare clawhub publish", async () => { for (const docPath of pluginDocs) { const markdown = await fs.readFile(docPath, "utf8");
expect(markdown).not.toMatch(/(^|[\s`])clawhub publish\b/);
}
});
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.