Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/reference/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,10 +415,6 @@ inputs:
type: string
default: "copilot"
prompt: "Integration to use (e.g. claude, copilot, gemini)"
scope:
type: string
default: "full"
enum: ["full", "backend-only", "frontend-only"]

steps:
- id: specify
Expand Down
2 changes: 1 addition & 1 deletion workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ specify workflow run ./my-workflow.yml --input spec="Build a user authentication
```bash
specify workflow run speckit \
--input spec="Build a user authentication system with OAuth support" \
--input scope="backend-only"
--input integration="claude"
```

## Step Types
Expand Down
4 changes: 0 additions & 4 deletions workflows/speckit/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ inputs:
type: string
default: "auto"
prompt: "Integration to use (e.g. claude, copilot, gemini; 'auto' uses the project's initialized integration)"
scope:
type: string
default: "full"
enum: ["full", "backend-only", "frontend-only"]

steps:
- id: specify
Expand Down