rulesync 9.0.2 → 9.1.1

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/README.md CHANGED
@@ -93,20 +93,20 @@ The tables below show whether each tool supports a given feature (✅ = supporte
93
93
  | Cline | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | ✅ |
94
94
  | Kilo Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
95
95
  | Roo Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
96
- | Rovodev (Atlassian) | ✅ | | ✅ | | ✅ | ✅ | | ✅ |
97
- | Takt | ✅ | | | ✅ | ✅ | ✅ | | ✅ |
96
+ | Rovodev (Atlassian) | ✅ | | ✅ || ✅ | ✅ | | ✅ |
97
+ | Takt | ✅ | || ✅ | ✅ | ✅ | | ✅ |
98
98
  | Vibe Code | ✅ | ✅ | ✅ | | ✅ | ✅ | ✅ | ✅ |
99
99
  | Qwen Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
100
- | Reasonix | | | ✅ | | | | | |
100
+ | Reasonix | | | ✅ || | |||
101
101
  | Kiro ⚠️ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
102
102
  | Kiro CLI | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
103
- | Kiro IDE | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | ✅ |
103
+ | Kiro IDE | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ || ✅ |
104
104
  | Google Antigravity IDE | ✅ | | ✅ | ✅ | | ✅ | ✅ | ✅ |
105
- | Google Antigravity CLI | ✅ | ✅ | ✅ | | | ✅ | ✅ | ✅ |
105
+ | Google Antigravity CLI | ✅ | ✅ | ✅ || | ✅ | ✅ | ✅ |
106
106
  | JetBrains AI Assistant | ✅ | ✅ | | | | ✅ | | |
107
- | JetBrains Junie | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
107
+ | JetBrains Junie | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ ||
108
108
  | AugmentCode | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
109
- | Devin Desktop | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
109
+ | Devin Desktop | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ ||
110
110
  | Warp | ✅ | ✅ | ✅ | | | ✅ | | ✅ |
111
111
  | Replit | ✅ | | | | | ✅ | | |
112
112
  | Pi Coding Agent | ✅ | | | ✅ | | ✅ | | |
@@ -130,7 +130,7 @@ The tables below show whether each tool supports a given feature (✅ = supporte
130
130
  ### Deprecation notes
131
131
 
132
132
  - **Google Antigravity (`antigravity-ide` / `antigravity-cli`)** — Antigravity 2.0 splits into two products with separate global config trees: the desktop **`antigravity-ide`** and the **`antigravity-cli`** (`agy`). For project-scope rules, **both `antigravity-ide` and `antigravity-cli`** emit the root rule as a plain cross-tool **`AGENTS.md`** at the project root (the Gemini-lineage discovery order is `AGENTS.md`, `CONTEXT.md`, `GEMINI.md`; the IDE has read `AGENTS.md` since v1.20.3) and non-root rules under `.agents/rules/`.
133
- - **Kiro (`kiro`)** — Kiro's IDE and CLI use diverging config formats (IDE: Markdown subagents `.kiro/agents/*.md` and `.kiro/hooks/*.kiro.hook`; CLI: JSON agent-config subagents `.kiro/agents/*.json` and hooks in `.kiro/agents/default.json`), so `kiro` is split into **`kiro-cli`** and **`kiro-ide`**. The legacy `kiro` target remains as a **deprecated alias** with its current behavior unchanged. The two targets share every surface except **subagents** (Markdown vs JSON); Kiro IDE multi-file `.kiro.hook` hooks are not yet supported, so use `kiro-cli` for agent hooks.
133
+ - **Kiro (`kiro`)** — Kiro's IDE and CLI use diverging config formats (IDE: Markdown subagents `.kiro/agents/*.md` and structured JSON hooks `.kiro/hooks/*.json`; CLI: JSON agent-config subagents `.kiro/agents/*.json` and hooks in `.kiro/agents/default.json`), so `kiro` is split into **`kiro-cli`** and **`kiro-ide`**. The legacy `kiro` target remains as a **deprecated alias** with its current behavior unchanged. The two targets share every surface except **subagents** (Markdown vs JSON) and **hooks**; Kiro IDE hooks are emitted as a single `.kiro/hooks/rulesync.json` (`{ "version": "v1", "hooks": [ ... ] }`) in project (`.kiro/hooks/`) and global (`~/.kiro/hooks/`) scope, while the CLI uses `.kiro/agents/default.json`. Global skills (`~/.kiro/skills/`) and global Kiro IDE subagents (`~/.kiro/agents/`) are supported too, as are global Kiro CLI commands (`~/.kiro/prompts/`) and subagents (`~/.kiro/agents/`).
134
134
 
135
135
  Some features accept per-feature options (e.g., Claude Code's `ignore` feature supports `fileMode: "local"` to write to `settings.local.json` instead of `settings.json`). See [Configuration > Per-feature options](https://dyoshikawa.github.io/rulesync/guide/configuration#per-feature-options) for details.
136
136
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- const require_import = require("../import-BhqQwWah.cjs");
2
+ const require_import = require("../import-cNqo0ZxT.cjs");
3
3
  let commander = require("commander");
4
4
  let zod_mini = require("zod/mini");
5
5
  let node_path = require("node:path");
@@ -1261,6 +1261,7 @@ const DERIVED_PATHS_NOT_GITIGNORED = /* @__PURE__ */ new Set([
1261
1261
  "**/.antigravity/settings.json",
1262
1262
  "**/.claude/settings.json",
1263
1263
  "**/.claude/settings.local.json",
1264
+ "**/.devin/config.json",
1264
1265
  "**/.factory/settings.json",
1265
1266
  "**/.gemini/settings.json",
1266
1267
  "**/.zed/settings.json",
@@ -1442,6 +1443,11 @@ const GITIGNORE_ENTRY_REGISTRY = [
1442
1443
  feature: "skills",
1443
1444
  entry: "**/.agents/skills/"
1444
1445
  },
1446
+ {
1447
+ target: "rovodev",
1448
+ feature: "commands",
1449
+ entry: "**/.rovodev/prompts.yml"
1450
+ },
1445
1451
  {
1446
1452
  target: "devin",
1447
1453
  feature: "skills",
@@ -6479,7 +6485,7 @@ function wrapCommand$1({ name, errorCode, handler, getVersion, loggerFactory = c
6479
6485
  }
6480
6486
  //#endregion
6481
6487
  //#region src/cli/index.ts
6482
- const getVersion = () => "9.0.2";
6488
+ const getVersion = () => "9.1.1";
6483
6489
  function wrapCommand(name, errorCode, handler) {
6484
6490
  return wrapCommand$1({
6485
6491
  name,
package/dist/cli/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { $ as CLIError, A as IgnoreProcessor, At as RULESYNC_LOCAL_CONFIG_RELATIVE_FILE_PATH, B as toolCommandFactories, Bt as RULESYNC_SOURCES_LOCK_RELATIVE_FILE_PATH, C as PermissionsProcessorToolTargetSchema, Ct as RULESYNC_COMMANDS_RELATIVE_DIR_PATH, D as McpProcessorToolTargetSchema, Dt as RULESYNC_HOOKS_FILE_NAME, E as McpProcessor, Et as RULESYNC_CURATED_SKILLS_RELATIVE_DIR_PATH, F as HooksProcessorToolTargetSchema, Ft as RULESYNC_PERMISSIONS_FILE_NAME, G as CLAUDECODE_SKILLS_DIR_PATH, H as CLAUDECODE_LOCAL_RULE_FILE_NAME, Ht as formatError, I as toolHooksFactories, It as RULESYNC_PERMISSIONS_RELATIVE_FILE_PATH, J as stringifyFrontmatter, K as RulesyncCommand, L as RulesyncHooks, Lt as RULESYNC_RELATIVE_DIR_PATH, M as toolIgnoreFactories, Mt as RULESYNC_MCP_RELATIVE_FILE_PATH, N as RulesyncIgnore, Nt as RULESYNC_MCP_SCHEMA_URL, O as toolMcpFactories, Ot as RULESYNC_HOOKS_RELATIVE_FILE_PATH, P as HooksProcessor, Pt as RULESYNC_OVERVIEW_FILE_NAME, Q as JsonLogger, R as CommandsProcessor, Rt as RULESYNC_RULES_RELATIVE_DIR_PATH, S as PermissionsProcessor, St as RULESYNC_AIIGNORE_RELATIVE_FILE_PATH, T as RulesyncPermissions, Tt as RULESYNC_CONFIG_SCHEMA_URL, U as CLAUDECODE_MEMORIES_DIR_NAME, Ut as ALL_FEATURES, V as CLAUDECODE_DIR, Vt as RULESYNC_SUBAGENTS_RELATIVE_DIR_PATH, W as CLAUDECODE_SETTINGS_LOCAL_FILE_NAME, Wt as ALL_FEATURES_WITH_WILDCARD, X as findControlCharacter, Y as ConfigResolver, Z as ConsoleLogger, _ as toolSkillFactories, _t as ALL_TOOL_TARGETS, a as RulesProcessor, at as fileExists, b as RulesyncSkillFrontmatterSchema, bt as MAX_FILE_SIZE, c as RulesyncRule, ct as getHomeDirectory, d as SubagentsProcessorToolTargetSchema, dt as readFileContent, et as ErrorCodes, f as toolSubagentFactories, ft as removeDirectory, g as SkillsProcessorToolTargetSchema, gt as writeFileContent, h as SkillsProcessor, ht as toPosixPath, i as convertFromTool, it as ensureDir, j as IgnoreProcessorToolTargetSchema, jt as RULESYNC_MCP_FILE_NAME, k as RulesyncMcp, kt as RULESYNC_IGNORE_RELATIVE_FILE_PATH, l as RulesyncRuleFrontmatterSchema, lt as isSymlink, m as RulesyncSubagentFrontmatterSchema, mt as removeTempDirectory, n as checkRulesyncDirExists, nt as createTempDirectory, o as RulesProcessorToolTargetSchema, ot as findFilesByGlobs, p as RulesyncSubagent, pt as removeFile, q as RulesyncCommandFrontmatterSchema, r as generate, rt as directoryExists, s as toolRuleFactories, st as getFileSize, t as importFromTool, tt as checkPathTraversal, u as SubagentsProcessor, ut as listDirectoryFiles, v as getLocalSkillDirNames, vt as ALL_TOOL_TARGETS_WITH_WILDCARD, w as toolPermissionsFactories, wt as RULESYNC_CONFIG_RELATIVE_FILE_PATH, x as SKILL_FILE_NAME$1, xt as RULESYNC_AIIGNORE_FILE_NAME, y as RulesyncSkill, yt as ToolTargetSchema, z as CommandsProcessorToolTargetSchema, zt as RULESYNC_SKILLS_RELATIVE_DIR_PATH } from "../import-zmpFGK87.js";
2
+ import { $ as CLIError, A as IgnoreProcessor, At as RULESYNC_LOCAL_CONFIG_RELATIVE_FILE_PATH, B as toolCommandFactories, Bt as RULESYNC_SOURCES_LOCK_RELATIVE_FILE_PATH, C as PermissionsProcessorToolTargetSchema, Ct as RULESYNC_COMMANDS_RELATIVE_DIR_PATH, D as McpProcessorToolTargetSchema, Dt as RULESYNC_HOOKS_FILE_NAME, E as McpProcessor, Et as RULESYNC_CURATED_SKILLS_RELATIVE_DIR_PATH, F as HooksProcessorToolTargetSchema, Ft as RULESYNC_PERMISSIONS_FILE_NAME, G as CLAUDECODE_SKILLS_DIR_PATH, H as CLAUDECODE_LOCAL_RULE_FILE_NAME, Ht as formatError, I as toolHooksFactories, It as RULESYNC_PERMISSIONS_RELATIVE_FILE_PATH, J as stringifyFrontmatter, K as RulesyncCommand, L as RulesyncHooks, Lt as RULESYNC_RELATIVE_DIR_PATH, M as toolIgnoreFactories, Mt as RULESYNC_MCP_RELATIVE_FILE_PATH, N as RulesyncIgnore, Nt as RULESYNC_MCP_SCHEMA_URL, O as toolMcpFactories, Ot as RULESYNC_HOOKS_RELATIVE_FILE_PATH, P as HooksProcessor, Pt as RULESYNC_OVERVIEW_FILE_NAME, Q as JsonLogger, R as CommandsProcessor, Rt as RULESYNC_RULES_RELATIVE_DIR_PATH, S as PermissionsProcessor, St as RULESYNC_AIIGNORE_RELATIVE_FILE_PATH, T as RulesyncPermissions, Tt as RULESYNC_CONFIG_SCHEMA_URL, U as CLAUDECODE_MEMORIES_DIR_NAME, Ut as ALL_FEATURES, V as CLAUDECODE_DIR, Vt as RULESYNC_SUBAGENTS_RELATIVE_DIR_PATH, W as CLAUDECODE_SETTINGS_LOCAL_FILE_NAME, Wt as ALL_FEATURES_WITH_WILDCARD, X as findControlCharacter, Y as ConfigResolver, Z as ConsoleLogger, _ as toolSkillFactories, _t as ALL_TOOL_TARGETS, a as RulesProcessor, at as fileExists, b as RulesyncSkillFrontmatterSchema, bt as MAX_FILE_SIZE, c as RulesyncRule, ct as getHomeDirectory, d as SubagentsProcessorToolTargetSchema, dt as readFileContent, et as ErrorCodes, f as toolSubagentFactories, ft as removeDirectory, g as SkillsProcessorToolTargetSchema, gt as writeFileContent, h as SkillsProcessor, ht as toPosixPath, i as convertFromTool, it as ensureDir, j as IgnoreProcessorToolTargetSchema, jt as RULESYNC_MCP_FILE_NAME, k as RulesyncMcp, kt as RULESYNC_IGNORE_RELATIVE_FILE_PATH, l as RulesyncRuleFrontmatterSchema, lt as isSymlink, m as RulesyncSubagentFrontmatterSchema, mt as removeTempDirectory, n as checkRulesyncDirExists, nt as createTempDirectory, o as RulesProcessorToolTargetSchema, ot as findFilesByGlobs, p as RulesyncSubagent, pt as removeFile, q as RulesyncCommandFrontmatterSchema, r as generate, rt as directoryExists, s as toolRuleFactories, st as getFileSize, t as importFromTool, tt as checkPathTraversal, u as SubagentsProcessor, ut as listDirectoryFiles, v as getLocalSkillDirNames, vt as ALL_TOOL_TARGETS_WITH_WILDCARD, w as toolPermissionsFactories, wt as RULESYNC_CONFIG_RELATIVE_FILE_PATH, x as SKILL_FILE_NAME$1, xt as RULESYNC_AIIGNORE_FILE_NAME, y as RulesyncSkill, yt as ToolTargetSchema, z as CommandsProcessorToolTargetSchema, zt as RULESYNC_SKILLS_RELATIVE_DIR_PATH } from "../import-DywcWsgJ.js";
3
3
  import { Command } from "commander";
4
4
  import { nonnegative, optional, refine, z } from "zod/mini";
5
5
  import * as path$1 from "node:path";
@@ -1259,6 +1259,7 @@ const DERIVED_PATHS_NOT_GITIGNORED = /* @__PURE__ */ new Set([
1259
1259
  "**/.antigravity/settings.json",
1260
1260
  "**/.claude/settings.json",
1261
1261
  "**/.claude/settings.local.json",
1262
+ "**/.devin/config.json",
1262
1263
  "**/.factory/settings.json",
1263
1264
  "**/.gemini/settings.json",
1264
1265
  "**/.zed/settings.json",
@@ -1440,6 +1441,11 @@ const GITIGNORE_ENTRY_REGISTRY = [
1440
1441
  feature: "skills",
1441
1442
  entry: "**/.agents/skills/"
1442
1443
  },
1444
+ {
1445
+ target: "rovodev",
1446
+ feature: "commands",
1447
+ entry: "**/.rovodev/prompts.yml"
1448
+ },
1443
1449
  {
1444
1450
  target: "devin",
1445
1451
  feature: "skills",
@@ -6477,7 +6483,7 @@ function wrapCommand$1({ name, errorCode, handler, getVersion, loggerFactory = c
6477
6483
  }
6478
6484
  //#endregion
6479
6485
  //#region src/cli/index.ts
6480
- const getVersion = () => "9.0.2";
6486
+ const getVersion = () => "9.1.1";
6481
6487
  function wrapCommand(name, errorCode, handler) {
6482
6488
  return wrapCommand$1({
6483
6489
  name,