zixulu 1.73.5 → 1.73.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4309,7 +4309,7 @@ description:
4309
4309
  }
4310
4310
  agentsRule += "\n";
4311
4311
  await writeFile("AGENTS.md", agentsRule);
4312
- return getCommitMessage("feature", `${existed ? "更新" : "添加"} Cursor 规则`);
4312
+ return getCommitMessage("feature", `同步 Agent 规则`);
4313
4313
  } catch (error) {
4314
4314
  await rm(source, {
4315
4315
  recursive: true