mirror of
https://github.com/github/spec-kit.git
synced 2026-07-11 10:34:06 +08:00
The plan command's outline listed two bullets labeled Phase 1 and the completion report said the command ends after "Phase 2 planning", but the Phases section only defines Phase 0 and Phase 1. Phase 2 (tasks.md) belongs to the tasks command, as plan-template.md states. The duplicated "Phase 1: Update agent context" bullet is a leftover from before the agent-context extension: core no longer ships an agent script, and the update runs via the extension's after_plan hook. Fixes #1036 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>