diff --git a/openspec/specs/ai-tool-paths/spec.md b/openspec/specs/ai-tool-paths/spec.md index 4394812570..e575af1ee2 100644 --- a/openspec/specs/ai-tool-paths/spec.md +++ b/openspec/specs/ai-tool-paths/spec.md @@ -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 diff --git a/openspec/specs/cli-init/spec.md b/openspec/specs/cli-init/spec.md index 9653180de2..43fac85a58 100644 --- a/openspec/specs/cli-init/spec.md +++ b/openspec/specs/cli-init/spec.md @@ -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 ..." - Then success: "✔ AI tools configured" ### Requirement: Directory Creation diff --git a/openspec/specs/specs-sync-skill/spec.md b/openspec/specs/specs-sync-skill/spec.md index 3d14288802..8da9107fe6 100644 --- a/openspec/specs/specs-sync-skill/spec.md +++ b/openspec/specs/specs-sync-skill/spec.md @@ -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." diff --git a/openspec/specs/telemetry/spec.md b/openspec/specs/telemetry/spec.md index 07dc851f84..3444b94d26 100644 --- a/openspec/specs/telemetry/spec.md +++ b/openspec/specs/telemetry/spec.md @@ -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)