@su-record/vibe 2.4.1 → 2.4.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.
- package/.claude/settings.json +13 -0
- package/.claude/settings.local.json +1 -8
- package/README.md +95 -748
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +18 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/tools/analytics/index.d.ts +5 -0
- package/dist/tools/analytics/index.d.ts.map +1 -0
- package/dist/tools/analytics/index.js +5 -0
- package/dist/tools/analytics/index.js.map +1 -0
- package/dist/tools/convention/index.d.ts +10 -0
- package/dist/tools/convention/index.d.ts.map +1 -0
- package/dist/tools/convention/index.js +10 -0
- package/dist/tools/convention/index.js.map +1 -0
- package/dist/tools/memory/index.d.ts +19 -0
- package/dist/tools/memory/index.d.ts.map +1 -0
- package/dist/tools/memory/index.js +19 -0
- package/dist/tools/memory/index.js.map +1 -0
- package/dist/tools/planning/index.d.ts +8 -0
- package/dist/tools/planning/index.d.ts.map +1 -0
- package/dist/tools/planning/index.js +8 -0
- package/dist/tools/planning/index.js.map +1 -0
- package/dist/tools/prompt/index.d.ts +7 -0
- package/dist/tools/prompt/index.d.ts.map +1 -0
- package/dist/tools/prompt/index.js +7 -0
- package/dist/tools/prompt/index.js.map +1 -0
- package/dist/tools/reasoning/index.d.ts +5 -0
- package/dist/tools/reasoning/index.d.ts.map +1 -0
- package/dist/tools/reasoning/index.js +5 -0
- package/dist/tools/reasoning/index.js.map +1 -0
- package/dist/tools/semantic/index.d.ts +7 -0
- package/dist/tools/semantic/index.d.ts.map +1 -0
- package/dist/tools/semantic/index.js +7 -0
- package/dist/tools/semantic/index.js.map +1 -0
- package/dist/tools/thinking/index.d.ts +10 -0
- package/dist/tools/thinking/index.d.ts.map +1 -0
- package/dist/tools/thinking/index.js +10 -0
- package/dist/tools/thinking/index.js.map +1 -0
- package/dist/tools/time/index.d.ts +5 -0
- package/dist/tools/time/index.d.ts.map +1 -0
- package/dist/tools/time/index.js +5 -0
- package/dist/tools/time/index.js.map +1 -0
- package/dist/tools/ui/index.d.ts +5 -0
- package/dist/tools/ui/index.d.ts.map +1 -0
- package/dist/tools/ui/index.js +5 -0
- package/dist/tools/ui/index.js.map +1 -0
- package/hooks/hooks.json +72 -9
- package/package.json +11 -1
- package/skills/context7-usage.md +82 -0
- package/skills/git-worktree.md +3 -0
- package/skills/multi-llm-orchestration.md +97 -0
- package/skills/parallel-research.md +77 -0
- package/skills/priority-todos.md +3 -0
- package/skills/tool-fallback.md +126 -0
- package/skills/vibe-capabilities.md +127 -0
package/.claude/settings.json
CHANGED
|
@@ -32,5 +32,18 @@
|
|
|
32
32
|
],
|
|
33
33
|
"deny": [],
|
|
34
34
|
"ask": []
|
|
35
|
+
},
|
|
36
|
+
"hooks": {
|
|
37
|
+
"UserPromptSubmit": [
|
|
38
|
+
{
|
|
39
|
+
"hooks": [
|
|
40
|
+
{
|
|
41
|
+
"type": "command",
|
|
42
|
+
"command": "echo '[MANDATORY SKILL PROTOCOL] Available skills: vibe-capabilities (vibe features), multi-llm-orchestration (GPT/Gemini usage), tool-fallback (error recovery), context7-usage (library docs), parallel-research (complex problems), git-worktree (branch work), priority-todos (task management). Step 1: For EACH skill state YES/NO with reason. Step 2: Use Skill(name) for YES skills NOW. Step 3: IMPLEMENT only after activation. CRITICAL: Skipping activation makes response WORTHLESS.'",
|
|
43
|
+
"statusMessage": "Evaluating skills..."
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
]
|
|
35
48
|
}
|
|
36
49
|
}
|
|
@@ -18,14 +18,7 @@
|
|
|
18
18
|
"Bash(git status:*)",
|
|
19
19
|
"Bash(gh pr create --repo anthropics/claude-plugins-official --title \"feat: add vibe plugin - SPEC-driven AI coding framework\" --body \"$\\(cat <<''EOF''\n## Plugin: vibe\n\nSPEC-driven AI coding framework for Claude Code with parallel agents, BDD verification, and quality assurance.\n\n### Features\n\n- **12 Slash Commands**: `/vibe.spec`, `/vibe.run`, `/vibe.verify`, `/vibe.review`, `/vibe.reason`, `/vibe.diagram`, and more\n- **16 Specialist Agents**: Security, performance, architecture reviewers + language-specific reviewers \\(Python, TypeScript, React, Rails\\)\n- **ULTRAWORK Pipeline**: Parallel execution with ~50% speed improvement through background agents and phase pipelining\n- **BDD Verification**: Behavior-driven development testing against SPEC requirements\n- **Context7 Integration**: Built-in support for up-to-date documentation lookup\n\n### Workflow\n\n```\n/vibe.spec \"feature\" → /vibe.run \"feature\" → /vibe.verify \"feature\"\n```\n\n### Repository\n\nhttps://github.com/su-record/vibe\n\n### License\n\nMIT\nEOF\n\\)\")",
|
|
20
20
|
"Bash(git rev-parse:*)",
|
|
21
|
-
"Bash(claude plugin:*)"
|
|
22
|
-
"Bash(ls:*)",
|
|
23
|
-
"Bash(tree:*)",
|
|
24
|
-
"Bash(wc:*)",
|
|
25
|
-
"mcp__context7__resolve-library-id",
|
|
26
|
-
"mcp__context7__query-docs",
|
|
27
|
-
"Bash(npm test:*)",
|
|
28
|
-
"Bash(git stash:*)"
|
|
21
|
+
"Bash(claude plugin:*)"
|
|
29
22
|
]
|
|
30
23
|
}
|
|
31
24
|
}
|