📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-30 01:23:25 +00:00
parent 0c634043e3
commit a2904b069a
3368 changed files with 12954 additions and 9475 deletions
@@ -209,3 +209,10 @@ test("canonical security fixes are synchronized to distributed plugin mirrors",
);
}
});
test("BrowserAct never delegates its operating policy to mutable provider guides", () => {
const skill = read("skills/browser-act/SKILL.md");
assert.doesNotMatch(skill, /^browser-act get-skills\b/m);
assert.match(skill, /checked-in Skill remains the complete operating policy/);
assert.match(skill, /browser-act <subcommand> --help/);
});