rulesync 7.22.0 → 7.23.0

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/cli/index.js CHANGED
@@ -70,7 +70,7 @@ import {
70
70
  removeTempDirectory,
71
71
  stringifyFrontmatter,
72
72
  writeFileContent
73
- } from "../chunk-4WYBBN4I.js";
73
+ } from "../chunk-GAWAOFCL.js";
74
74
 
75
75
  // src/cli/index.ts
76
76
  import { Command } from "commander";
@@ -1187,6 +1187,13 @@ var GITIGNORE_ENTRY_REGISTRY = [
1187
1187
  // Cursor
1188
1188
  { target: "cursor", feature: "rules", entry: "**/.cursor/" },
1189
1189
  { target: "cursor", feature: "ignore", entry: "**/.cursorignore" },
1190
+ // deepagents-cli
1191
+ { target: "deepagents", feature: "rules", entry: "**/.deepagents/AGENTS.md" },
1192
+ { target: "deepagents", feature: "rules", entry: "**/.deepagents/memories/" },
1193
+ { target: "deepagents", feature: "mcp", entry: "**/.deepagents/.mcp.json" },
1194
+ { target: "deepagents", feature: "skills", entry: "**/.deepagents/skills/" },
1195
+ { target: "deepagents", feature: "subagents", entry: "**/.deepagents/agents/" },
1196
+ { target: "deepagents", feature: "hooks", entry: "**/.deepagents/hooks.json" },
1190
1197
  // Factory Droid
1191
1198
  { target: "factorydroid", feature: "rules", entry: "**/.factory/rules/" },
1192
1199
  { target: "factorydroid", feature: "commands", entry: "**/.factory/commands/" },
@@ -4372,7 +4379,7 @@ function wrapCommand({
4372
4379
  }
4373
4380
 
4374
4381
  // src/cli/index.ts
4375
- var getVersion = () => "7.22.0";
4382
+ var getVersion = () => "7.23.0";
4376
4383
  function wrapCommand2(name, errorCode, handler) {
4377
4384
  return wrapCommand({ name, errorCode, handler, getVersion });
4378
4385
  }