@dfosco/storyboard 0.11.6 → 0.11.7

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/package.json +1 -1
  2. package/scaffold/gitignore +7 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dfosco/storyboard",
3
- "version": "0.11.6",
3
+ "version": "0.11.7",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Storyboard prototyping framework — core engine, React integration, and canvas",
@@ -26,24 +26,6 @@ yarn-debug.log*
26
26
  yarn-error.log*
27
27
  .playwright-profile
28
28
 
29
- .github/skills/_archive
30
- .github/skills/primer-primitives
31
- .github/skills/primer-components-catalog
32
- .github/skills/primer-screenshot-builder
33
- .github/skills/primer-screenshot-patterns
34
- .github/skills/primer-url-builder
35
- .github/skills/playwright-cli
36
- .worktrees
37
- worktrees
38
- # Agent symlinks are build targets — source of truth is .agents/agents/
39
- # storyboard setup creates symlinks for Copilot CLI and Claude Code
40
- .github/agents/_buddy-rails.md
41
- .github/agents/_buddy.md
42
- .github/agents/terminal-agent.md
43
- .github/agents/prompt-agent.md
44
- .claude/agents/
45
- _*.md
46
-
47
29
  # Compiled UI bundle (built before publish, not tracked in git)
48
30
  packages/core/dist/storyboard-ui.*
49
31
 
@@ -63,7 +45,14 @@ assets/canvas/snapshots/~*
63
45
  assets/.storyboard-public/terminal-snapshots/~*
64
46
  src/canvas/**/drafts/
65
47
  src/prototypes/**/drafts/
48
+ _*.md
66
49
  .sync-target
50
+ .worktrees
51
+ .claude/agents/
52
+ worktrees
53
+ .workleafs
54
+ workleafs
55
+
67
56
  # <!-- runtime-state --end-->
68
57
 
69
58
  # Integration test results (ephemeral local artifacts)