rulesync 3.33.0 → 3.34.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/README.md +4 -0
- package/dist/index.cjs +366 -90
- package/dist/index.js +358 -82
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -324,6 +324,10 @@ cursor: # cursor specific parameters
|
|
|
324
324
|
alwaysApply: true
|
|
325
325
|
description: "Rulesync project overview and development guidelines for unified AI rules management CLI tool"
|
|
326
326
|
globs: ["*"]
|
|
327
|
+
antigravity: # antigravity specific parameters
|
|
328
|
+
trigger: "always_on" # always_on, glob, manual, or model_decision
|
|
329
|
+
globs: ["**/*"] # (optional) file patterns to match when trigger is "glob"
|
|
330
|
+
description: "When to apply this rule" # (optional) used with "model_decision" trigger
|
|
327
331
|
---
|
|
328
332
|
|
|
329
333
|
# Rulesync Project Overview
|