Adds the specify CLI's .specify/ scaffolding (templates, PowerShell automation scripts, constitution memory) and the .claude/skills/speckit-* slash commands for spec-driven development (constitution, specify, clarify, plan, tasks, checklist, analyze, implement, converge). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
16 lines
276 B
JSON
16 lines
276 B
JSON
{
|
|
"version": "0.16.4",
|
|
"integration_state_schema": 1,
|
|
"installed_integrations": [
|
|
"claude"
|
|
],
|
|
"integration_settings": {
|
|
"claude": {
|
|
"script": "ps",
|
|
"invoke_separator": "-"
|
|
}
|
|
},
|
|
"integration": "claude",
|
|
"default_integration": "claude"
|
|
}
|