Files
github-spec-kit/.specify/integration.json
Ben Buttigieg c7eb2a4d11 Add /speckit.converge SDD artifacts and project scaffolding
Dogfood the converge feature through Spec Kit's own workflow:

- spec.md, plan.md, tasks.md, research, data-model, contracts, quickstart
- requirements checklist for the feature
- ratified constitution v1.0.0 (.specify/memory)
- Specify project scaffolding (.specify/, .github agent + prompt files)

Defines a built-in /speckit.converge command that assesses spec/plan/tasks
against the codebase and appends remaining work as new tasks (no git, no
change tracking, append-only). Implementation not yet started.

Excludes unrelated working-tree changes to agents.py, extensions.py,
test_extensions.py, catalog.community.json, and README.md.
2026-06-16 14:50:40 +01:00

16 lines
285 B
JSON

{
"version": "0.10.1.dev0",
"integration_state_schema": 1,
"installed_integrations": [
"copilot"
],
"integration_settings": {
"copilot": {
"script": "sh",
"invoke_separator": "."
}
},
"integration": "copilot",
"default_integration": "copilot"
}