ai-rulez 3.3.1 → 3.3.2

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.
Files changed (2) hide show
  1. package/README.md +31 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -392,14 +392,45 @@ Reference external rule sources:
392
392
 
393
393
  ```yaml
394
394
  includes:
395
+ # Git repository via HTTPS
395
396
  - name: company-standards
396
397
  source: https://github.com/company/ai-rules.git
397
398
  ref: main
399
+ include:
400
+ - rules
401
+ - context
402
+ - skills
403
+ - agents
404
+ merge_strategy: local-override
405
+
406
+ # Git repository via SSH
407
+ - name: shared-configs
408
+ source: git@github.com:organization/shared-ai-rulez.git
409
+ ref: main
410
+ include:
411
+ - rules
412
+ - context
413
+ merge_strategy: local-override
398
414
 
415
+ # Local relative path
399
416
  - name: local-standards
400
417
  source: ../shared-rules
418
+ include:
419
+ - rules
420
+ - skills
421
+ merge_strategy: local-override
401
422
  ```
402
423
 
424
+ **Supported Git URL formats:**
425
+ - HTTPS: `https://github.com/owner/repo.git`
426
+ - SSH: `git@github.com:owner/repo.git`
427
+ - SSH protocol: `ssh://git@github.com/owner/repo.git`
428
+
429
+ **Include options:**
430
+ - `include`: List of content types to fetch (`rules`, `context`, `skills`, `agents`)
431
+ - `merge_strategy`: How to handle conflicts (`local-override`, `remote-override`)
432
+ - `ref`: Branch, tag, or commit SHA
433
+
403
434
  See the [Includes documentation](https://goldziher.github.io/ai-rulez/includes/) for more details.
404
435
 
405
436
  </details>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-rulez",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "⚡ One config to rule them all. Centralized AI assistant configuration management - generate rules for Claude, Cursor, Copilot, Windsurf and more from a single YAML file.",
5
5
  "keywords": [
6
6
  "ai",