File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
openspec/changes/fix-cline-workflows-implementation Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ The Cline implementation was architecturally incorrect. According to Cline's off
88- ** BREAKING** : Existing Cline users will need to re-run ` openspec init ` to get the corrected workflow files
99
1010## Impact
11- - Affected specs: cli-init (Cline tool configuration )
11+ - Affected specs: cli-init (corrected Cline workflow paths )
1212- Affected code: ` src/core/configurators/slash/cline.ts ` , test files, README.md
13- - New files: ` .clinerules/workflows/openspec-*.md ` (replaces ` .clinerules/openspec-*.md ` )
13+ - Modified files: ` .clinerules/workflows/openspec-*.md ` (moved from ` .clinerules/openspec-*.md ` )
Original file line number Diff line number Diff line change 1+ # Delta for CLI Init
2+
3+ ## MODIFIED Requirements
4+ ### Requirement: Slash Command Configuration
5+
6+ #### Scenario: Generating slash commands for Cline
7+ - ** WHEN** the user selects Cline during initialization
8+ - ** THEN** create ` .clinerules/workflows/openspec-proposal.md ` , ` .clinerules/workflows/openspec-apply.md ` , and ` .clinerules/workflows/openspec-archive.md `
9+ - ** AND** populate each file from shared templates so command text matches other tools
10+ - ** AND** include Cline-specific Markdown heading frontmatter
11+ - ** AND** each template includes instructions for the relevant OpenSpec workflow stage
You can’t perform that action at this time.
0 commit comments