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.
- package/README.md +1 -1
- 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.
|