@rovecode-labs/sdk 0.1.0 → 0.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rovecode-labs/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "license": "AGPL-3.0-only",
5
5
  "author": "9Code Labs",
6
6
  "repository": {
@@ -9,7 +9,7 @@
9
9
  "directory": "packages/sdk"
10
10
  },
11
11
  "homepage": "https://github.com/9Code-Labs/rovecode-community#readme",
12
- "description": "Embed the rovecode coding-agent harness in your own Bun/TypeScript process: sessions, streamed prompts, background subagent tasks, and the live agent tree — one client, one engine.",
12
+ "description": "Embed the rovecode coding-agent harness in your own Bun/TypeScript process: sessions, streamed prompts, background subagent tasks, and the live agent tree \u2014 one client, one engine.",
13
13
  "type": "module",
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.js",
@@ -48,4 +48,4 @@
48
48
  "subagents",
49
49
  "workflows"
50
50
  ]
51
- }
51
+ }