Resolve merge conflicts integrating Codexsupport with upstream Windsurf updates

This commit is contained in:
honjo-hiroaki-gtt
2025-09-20 23:42:36 +09:00
15 changed files with 630 additions and 201 deletions

View File

@@ -10,6 +10,7 @@ The text the user typed after `/specify` in the triggering message **is** the fe
Given that feature description, do this:
1. Run the script `{SCRIPT}` from repo root and parse its JSON output for BRANCH_NAME and SPEC_FILE. All file paths must be absolute.
**IMPORTANT** You must only ever run this script once. The JSON is provided in the terminal as output - always refer to it to get the actual content you're looking for.
2. Load `templates/spec-template.md` to understand required sections.
3. Write the specification to SPEC_FILE using the template structure, replacing placeholders with concrete details derived from the feature description (arguments) while preserving section order and headings.
4. Report completion with branch name, spec file path, and readiness for the next phase.