mirror of
https://github.com/github/spec-kit
synced 2026-06-21 13:51:39 +00:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -85,12 +85,10 @@ skip constitution checks gracefully rather than failing.
|
||||
### 1. Initialize Convergence Context
|
||||
|
||||
Run `{SCRIPT}` once from repo root and parse JSON for FEATURE_DIR and AVAILABLE_DOCS. Derive absolute paths:
|
||||
|
||||
- SPEC = FEATURE_DIR/spec.md
|
||||
- PLAN = FEATURE_DIR/plan.md
|
||||
- TASKS = FEATURE_DIR/tasks.md
|
||||
- CONSTITUTION = `.specify/memory/constitution.md` (if present)
|
||||
|
||||
- CONSTITUTION = `/memory/constitution.md` (if present)
|
||||
If `plan.md` or `tasks.md` is missing, STOP with a clear, actionable message naming the
|
||||
prerequisite command to run (`__SPECKIT_COMMAND_PLAN__` for a missing plan,
|
||||
`__SPECKIT_COMMAND_TASKS__` for missing tasks). Do not produce partial output.
|
||||
|
||||
Reference in New Issue
Block a user