@ericrisco/rsc 0.1.15 → 0.1.16

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 CHANGED
@@ -71,7 +71,7 @@ Run it inside any project and describe what you want. Working on the catalog
71
71
  itself? Clone and link:
72
72
 
73
73
  ```bash
74
- git clone https://github.com/ericrisco/skills.git ~/rsc-skills
74
+ git clone https://github.com/ericrisco/rsc-harness.git ~/rsc-skills
75
75
  cd ~/rsc-skills && npm install && npm link
76
76
  ```
77
77
 
package/manifest.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.15",
2
+ "version": "0.1.16",
3
3
  "counts": {
4
4
  "skills": 231
5
5
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ericrisco/rsc",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Eric Risco's agent-skills catalog as a granular, self-recommending CLI installer.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -47,13 +47,13 @@
47
47
  ],
48
48
  "license": "MIT",
49
49
  "author": "Eric Risco",
50
- "homepage": "https://github.com/ericrisco/skills#readme",
50
+ "homepage": "https://github.com/ericrisco/rsc-harness#readme",
51
51
  "repository": {
52
52
  "type": "git",
53
- "url": "git+https://github.com/ericrisco/skills.git"
53
+ "url": "git+https://github.com/ericrisco/rsc-harness.git"
54
54
  },
55
55
  "bugs": {
56
- "url": "https://github.com/ericrisco/skills/issues"
56
+ "url": "https://github.com/ericrisco/rsc-harness/issues"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public"