📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-18 16:04:36 +00:00
parent 71b421806e
commit dd4c084042
416 changed files with 35467 additions and 3065 deletions
+2
View File
@@ -99,6 +99,8 @@ const CANONICAL_INSTALL_CMD = "/plugin marketplace add hyhmrright/brooks-lint";
function checkReadmeIntegrity() {
const readme = readText("README.md");
check(readme.includes(`version-${version}-blue.svg`), `README.md badge does not reference version ${version}`);
const readmeZh = readText("README.zh-CN.md");
check(readmeZh.includes(`version-${version}-blue.svg`), `README.zh-CN.md badge does not reference version ${version} (run npm run bump)`);
check(readme.includes(CANONICAL_INSTALL_CMD), `README.md should contain canonical install command`);
check(
readme.includes(`grounded in ${sourceWord} classic engineering books`),