Skip to content
2 changes: 1 addition & 1 deletion openspec/specs/ai-tool-paths/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The `AI_TOOLS` array SHALL include `skillsDir` for tools that support the Agent
#### Scenario: Windsurf paths defined

- **WHEN** looking up the `windsurf` tool
- **THEN** `skillsDir` SHALL be `.windsurf`
- **THEN** `skillsDir` SHALL be `.devin`

#### Scenario: Kimi Code paths defined

Expand Down
2 changes: 1 addition & 1 deletion openspec/specs/cli-init/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The command SHALL display progress indicators during initialization to provide c
- **AND** display progress with ora spinners:
- Show spinner: "⠋ Creating OpenSpec structure..."
- Then success: "✔ OpenSpec structure created"
- Show spinner: "⠋ Configuring AI tools..."
- Show spinner for each tool: "Setting up <tool.name>..."
- Then success: "✔ AI tools configured"

### Requirement: Directory Creation
Expand Down
2 changes: 1 addition & 1 deletion openspec/specs/specs-sync-skill/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ The skill SHALL provide clear feedback on what was applied.

#### Scenario: No changes needed
- **WHEN** main specs already match delta specs
- **THEN** display "Specs already in sync - no changes needed"
- **THEN** display "Specs already in sync; no files changed."
2 changes: 1 addition & 1 deletion openspec/specs/telemetry/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The system SHALL display a one-line telemetry disclosure notice on the first com
#### Scenario: First command execution
- **WHEN** a user runs their first openspec command
- **AND** telemetry is enabled
- **THEN** the system displays: "Note: OpenSpec collects anonymous usage stats. Opt out: OPENSPEC_TELEMETRY=0"
- **THEN** the system displays: "Note: OpenSpec collects anonymous usage stats. Opt out: OPENSPEC_TELEMETRY=0 or openspec config set telemetry.enabled false"

#### Scenario: Subsequent command execution
- **WHEN** a user has already seen the notice (noticeSeen: true in config)
Expand Down
Loading