ruleshare 0.1.1 → 0.1.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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -123,6 +123,16 @@ ruleshare remove typescript
123
123
  | Alias | `alias:path/file.md` |
124
124
  | URL | `https://example.com/rules.md` |
125
125
 
126
+ ## Private Repos
127
+
128
+ Private GitHub repos work automatically if you have the [GitHub CLI](https://cli.github.com/) authenticated:
129
+
130
+ ```bash
131
+ gh auth login
132
+ ```
133
+
134
+ No additional configuration needed. Ruleshare tries unauthenticated access first, then falls back to `gh` for private repos.
135
+
126
136
  ## License
127
137
 
128
138
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ruleshare",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Sync shared Claude Code rules from remote sources",
5
5
  "type": "module",
6
6
  "bin": {