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.
25 lines
611 B
YAML
25 lines
611 B
YAML
installed:
|
|
- agent-context
|
|
- bug
|
|
settings:
|
|
auto_execute_hooks: true
|
|
hooks:
|
|
after_specify:
|
|
- extension: agent-context
|
|
command: speckit.agent-context.update
|
|
enabled: true
|
|
optional: true
|
|
priority: 10
|
|
prompt: Execute speckit.agent-context.update?
|
|
description: Refresh agent context after specification
|
|
condition: null
|
|
after_plan:
|
|
- extension: agent-context
|
|
command: speckit.agent-context.update
|
|
enabled: true
|
|
optional: true
|
|
priority: 10
|
|
prompt: Execute speckit.agent-context.update?
|
|
description: Refresh agent context after planning
|
|
condition: null
|