26 lines
807 B
JSON
26 lines
807 B
JSON
{
|
|
"name": "bp",
|
|
"description": "Blueprint-driven Claude Code autopilot. Smart preparation over endless iterations - AI analyzes patterns, creates solid implementation plans, delivers working code in 15 minutes.",
|
|
"version": "1.4.1",
|
|
"author": {
|
|
"name": "Croffasia",
|
|
"email": "support@vibecodekit.dev",
|
|
"url": "https://github.com/croffasia"
|
|
},
|
|
"agents": [
|
|
"./claude/agents/codebase-research.md",
|
|
"./claude/agents/preflight-prp.md",
|
|
"./claude/agents/research-agent.md",
|
|
"./claude/agents/team-lead-task-breakdown.md"
|
|
],
|
|
"commands": [
|
|
"./claude/commands/execute-prp.md",
|
|
"./claude/commands/generate-prp.md",
|
|
"./claude/commands/execute-task.md",
|
|
"./claude/commands/init.md",
|
|
"./claude/commands/brainstorm.md"
|
|
],
|
|
"mcp": [
|
|
"./.mcp.json"
|
|
]
|
|
} |