@rayburst/cc 3.0.2 → 3.0.3

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
@@ -105,7 +105,7 @@ Restart Claude Code, then run the one-time setup:
105
105
  ```
106
106
 
107
107
  This prompts for:
108
- - **Rayburst API key** — get one at [rayburst.app/settings/api-keys](https://www.rayburst.app/settings/api-keys) (starts with `rb_user_`)
108
+ - **Rayburst API key** — get one at [https://www.rayburst.app/profile?tab=mcp-agents](https://www.rayburst.app/profile?tab=mcp-agents) (starts with `rb_user_`)
109
109
  - **Project URL** — the base URL of your running app (e.g. `http://localhost:3000`)
110
110
  - **Board** — picks from your org's boards via the API
111
111
  - **Project IDs** — frontend and backend project UUIDs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rayburst/cc",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "type": "module",
5
5
  "description": "Always-on product context for Claude Code. Automatically injects feature atlas and acceptance criteria into every coding session.",
6
6
  "author": {