setup-vibeflow 0.7.0 → 0.10.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/index.js +0 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -11,7 +11,6 @@ const BRANCH = 'main';
11
11
 
12
12
  const COPILOT_FILES = [
13
13
  { src: 'github/prompts/vibeflow-analyze.prompt.md', dest: '.github/prompts/vibeflow-analyze.prompt.md' },
14
- { src: 'github/prompts/vibeflow-analyze-satellite.prompt.md', dest: '.github/prompts/vibeflow-analyze-satellite.prompt.md' },
15
14
  { src: 'github/prompts/vibeflow-audit.prompt.md', dest: '.github/prompts/vibeflow-audit.prompt.md' },
16
15
  { src: 'github/prompts/vibeflow-discover.prompt.md', dest: '.github/prompts/vibeflow-discover.prompt.md' },
17
16
  { src: 'github/prompts/vibeflow-gen-spec.prompt.md', dest: '.github/prompts/vibeflow-gen-spec.prompt.md' },
@@ -20,7 +19,6 @@ const COPILOT_FILES = [
20
19
  { src: 'github/prompts/vibeflow-stats.prompt.md', dest: '.github/prompts/vibeflow-stats.prompt.md' },
21
20
  { src: 'github/prompts/vibeflow-teach.prompt.md', dest: '.github/prompts/vibeflow-teach.prompt.md' },
22
21
  { src: 'github/agents/vibeflow-architect.agent.md', dest: '.github/agents/vibeflow-architect.agent.md' },
23
- { src: 'github/skills/vibeflow-spec-driven-dev/SKILL.md', dest: '.github/skills/vibeflow-spec-driven-dev/SKILL.md' },
24
22
  { src: 'github/instructions/vibeflow/vibeflow.instructions.md', dest: '.github/instructions/vibeflow/vibeflow.instructions.md' },
25
23
  ];
26
24
 
@@ -28,7 +26,6 @@ const CURSOR_FILES = [
28
26
  { src: 'rules/vibeflow.mdc', dest: '.cursor/rules/vibeflow.mdc' },
29
27
  { src: 'rules/vibeflow-architect.mdc', dest: '.cursor/rules/vibeflow-architect.mdc' },
30
28
  { src: 'skills/vibeflow-analyze/SKILL.md', dest: '.cursor/skills/vibeflow-analyze/SKILL.md' },
31
- { src: 'skills/vibeflow-analyze-satellite/SKILL.md', dest: '.cursor/skills/vibeflow-analyze-satellite/SKILL.md' },
32
29
  { src: 'skills/vibeflow-audit/SKILL.md', dest: '.cursor/skills/vibeflow-audit/SKILL.md' },
33
30
  { src: 'skills/vibeflow-discover/SKILL.md', dest: '.cursor/skills/vibeflow-discover/SKILL.md' },
34
31
  { src: 'skills/vibeflow-gen-spec/SKILL.md', dest: '.cursor/skills/vibeflow-gen-spec/SKILL.md' },
@@ -36,7 +33,6 @@ const CURSOR_FILES = [
36
33
  { src: 'skills/vibeflow-quick/SKILL.md', dest: '.cursor/skills/vibeflow-quick/SKILL.md' },
37
34
  { src: 'skills/vibeflow-teach/SKILL.md', dest: '.cursor/skills/vibeflow-teach/SKILL.md' },
38
35
  { src: 'skills/vibeflow-stats/SKILL.md', dest: '.cursor/skills/vibeflow-stats/SKILL.md' },
39
- { src: 'skills/vibeflow-spec-driven-dev/SKILL.md', dest: '.cursor/skills/vibeflow-spec-driven-dev/SKILL.md' },
40
36
  ];
41
37
 
42
38
  const EDITIONS = {
@@ -72,7 +68,6 @@ const GITIGNORE_BLOCKS = {
72
68
  .vibeflow/
73
69
  .github/prompts/vibeflow-*.prompt.md
74
70
  .github/agents/vibeflow-architect.agent.md
75
- .github/skills/vibeflow-spec-driven-dev/
76
71
  .github/instructions/vibeflow/
77
72
  `,
78
73
  cursor: `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "setup-vibeflow",
3
- "version": "0.7.0",
3
+ "version": "0.10.1",
4
4
  "description": "Install Vibeflow (spec-driven development) in your project",
5
5
  "bin": {
6
6
  "setup-vibeflow": "./index.js"