Skip to content

Commit d7c5ae8

Browse files
author
didier
committed
Adds spec for fix-cline-workflows-implementation
1 parent b66dc43 commit d7c5ae8

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

openspec/changes/fix-cline-workflows-implementation/proposal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

0 commit comments

Comments
 (0)