mirror of
https://github.com/github/spec-kit
synced 2026-06-21 13:51:39 +00:00
c7eb2a4d11
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.
13 lines
369 B
JSON
13 lines
369 B
JSON
{
|
|
"schema_version": "1.0",
|
|
"workflows": {
|
|
"speckit": {
|
|
"name": "Full SDD Cycle",
|
|
"version": "1.0.0",
|
|
"description": "Runs specify \u2192 plan \u2192 tasks \u2192 implement with review gates",
|
|
"source": "bundled",
|
|
"installed_at": "2026-06-09T16:21:58.664402+00:00",
|
|
"updated_at": "2026-06-09T16:21:58.664408+00:00"
|
|
}
|
|
}
|
|
} |