Skip to content

Commit f2d5c7a

Browse files
retsohuangclaude
andcommitted
🔧 chore: update Spectra config and remove verify step from workflow
- Remove `/spectra:verify` from CLAUDE.md and AGENTS.md workflow docs - Add locale, tdd, and audit settings to openspec/config.yaml Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent ea464c1 commit f2d5c7a

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Spectra Instructions
44

5-
This project uses Spectra for Spec-Driven Development (SDD). Specs live in `openspec/specs/`, change proposals in `openspec/changes/`.
5+
This project uses Spectra for Spec-Driven Development(SDD). Specs live in `openspec/specs/`, change proposals in `openspec/changes/`.
66

77
## Use `/spectra:*` skills when:
88

@@ -11,11 +11,11 @@ This project uses Spectra for Spec-Driven Development (SDD). Specs live in `open
1111
- Tasks are ready to implement → `/spectra:apply`
1212
- There's an in-progress change to continue → `/spectra:ingest`
1313
- User asks about specs or how something works → `/spectra:ask`
14-
- Implementation is done → `/spectra:verify` then `/spectra:archive`
14+
- Implementation is done → `/spectra:archive`
1515

1616
## Workflow
1717

18-
discuss? → propose → apply ⇄ ingest → verify → archive
18+
discuss? → propose → apply ⇄ ingest → archive
1919

2020
- `discuss` is optional — skip if requirements are clear
2121
- Requirements change mid-work? Plan mode → `ingest` → resume `apply`

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Spectra Instructions
44

5-
This project uses Spectra for Spec-Driven Development (SDD). Specs live in `openspec/specs/`, change proposals in `openspec/changes/`.
5+
This project uses Spectra for Spec-Driven Development(SDD). Specs live in `openspec/specs/`, change proposals in `openspec/changes/`.
66

77
## Use `/spectra:*` skills when:
88

@@ -11,11 +11,11 @@ This project uses Spectra for Spec-Driven Development (SDD). Specs live in `open
1111
- Tasks are ready to implement → `/spectra:apply`
1212
- There's an in-progress change to continue → `/spectra:ingest`
1313
- User asks about specs or how something works → `/spectra:ask`
14-
- Implementation is done → `/spectra:verify` then `/spectra:archive`
14+
- Implementation is done → `/spectra:archive`
1515

1616
## Workflow
1717

18-
discuss? → propose → apply ⇄ ingest → verify → archive
18+
discuss? → propose → apply ⇄ ingest → archive
1919

2020
- `discuss` is optional — skip if requirements are clear
2121
- Requirements change mid-work? Plan mode → `ingest` → resume `apply`

openspec/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
schema: spec-driven
2+
locale: en
3+
tdd: true
24
claude_slash_commands: false
35
parallel_tasks: true
6+
audit: true
47

58
# Project context (optional)
69
# This is shown to AI when creating artifacts.

0 commit comments

Comments
 (0)