diffing 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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -209,7 +209,7 @@ Exposes four powerful tools directly to your agent: `await_review`, `list_commen
209
209
  ### C. Agent Skills
210
210
  You can install diffing skills directly into your AI coding assistant:
211
211
  ```bash
212
- npx skills add diffing
212
+ npx skills add ahmedragab20/diffing
213
213
  ```
214
214
  Provides three primary commands to coordinate reviews:
215
215
  1. **`/diffing-start-review`** — Launches the review server.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diffing",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "local-first CLI for reviewing, navigating, and discussing git diffs with AI",
5
5
  "type": "module",
6
6
  "license": "MIT",