robotrock 1.3.0 → 1.3.1

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -12,10 +12,10 @@ bun add robotrock
12
12
 
13
13
  ## Agent skill (Cursor, Claude Code, etc.)
14
14
 
15
- Install the RobotRock agent skill from [skills.sh](https://skills.sh/quintenb/robotrock-skills/robotrock) to teach coding agents how to integrate the SDK:
15
+ Install the RobotRock agent skill from [skills.sh](https://skills.sh/robotrock-io/robotrock-skills/robotrock) to teach coding agents how to integrate the SDK:
16
16
 
17
17
  ```bash
18
- npx skills add quintenb/robotrock-skills --skill robotrock
18
+ npx skills add robotrock-io/robotrock-skills --skill robotrock
19
19
  ```
20
20
 
21
21
  For Trigger.dev, also install `@trigger.dev/sdk`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "robotrock",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Human-in-the-loop approval workflows for AI agents",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -113,10 +113,10 @@
113
113
  "homepage": "https://docs.robotrock.io",
114
114
  "repository": {
115
115
  "type": "git",
116
- "url": "git+https://github.com/quintenb/robotrock-sdk.git"
116
+ "url": "git+https://github.com/robotrock-io/robotrock-sdk.git"
117
117
  },
118
118
  "bugs": {
119
- "url": "https://github.com/quintenb/robotrock-sdk/issues"
119
+ "url": "https://github.com/robotrock-io/robotrock-sdk/issues"
120
120
  },
121
121
  "dependencies": {
122
122
  "zod": "^4.4.3"