@rayburst/cc 3.0.3 → 3.0.4

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.
@@ -0,0 +1,32 @@
1
+ {
2
+ "name": "rayburst",
3
+ "owner": {
4
+ "name": "Rayburst",
5
+ "email": "hello@rayburst.app"
6
+ },
7
+ "metadata": {
8
+ "description": "Always-on product context for Claude Code — features, acceptance criteria, and board cards injected automatically.",
9
+ "version": "3.0.3"
10
+ },
11
+ "plugins": [
12
+ {
13
+ "name": "rayburst",
14
+ "source": "./",
15
+ "description": "Always-on product context for Claude Code. Automatically injects your Rayburst Product Requirement Registry (features, Gherkin acceptance criteria, board cards) into every coding session.",
16
+ "version": "3.0.3",
17
+ "author": {
18
+ "name": "Rayburst"
19
+ },
20
+ "category": "development",
21
+ "keywords": [
22
+ "mcp",
23
+ "product-management",
24
+ "feature-tracking",
25
+ "acceptance-criteria",
26
+ "board",
27
+ "qa-validation",
28
+ "gherkin"
29
+ ]
30
+ }
31
+ ]
32
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rayburst/cc",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
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": {