chore: fix lint/format and update changelog

Co-authored-by: ItzR3NO <ItzR3NO@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2026-01-17 10:16:32 +00:00
parent fbf1c3ca3c
commit 4ca38286d8
5 changed files with 7 additions and 26 deletions

View File

@@ -239,11 +239,7 @@ describe("loadClawdbotPlugins", () => {
it("prefers higher-precedence plugins with the same id", () => {
const bundledDir = makeTempDir();
fs.writeFileSync(
path.join(bundledDir, "shadow.js"),
"export default function () {}",
"utf-8",
);
fs.writeFileSync(path.join(bundledDir, "shadow.js"), "export default function () {}", "utf-8");
process.env.CLAWDBOT_BUNDLED_PLUGINS_DIR = bundledDir;
const override = writePlugin({