From eb81505f9e313772b94dfa21b9dbbc83a76e3234 Mon Sep 17 00:00:00 2001 From: Ben Buttigieg <70525+BenBtg@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:11:13 +0100 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- templates/commands/converge.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/commands/converge.md b/templates/commands/converge.md index c96606458..df44a01b8 100644 --- a/templates/commands/converge.md +++ b/templates/commands/converge.md @@ -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.