mirror of
https://github.com/github/spec-kit.git
synced 2026-01-30 04:32:02 +00:00
Consistency updates to commands
This commit is contained in:
@@ -5,12 +5,14 @@ scripts:
|
||||
ps: scripts/powershell/check-prerequisites.ps1 -Json
|
||||
---
|
||||
|
||||
The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty).
|
||||
## User Input
|
||||
|
||||
User input:
|
||||
```text
|
||||
$ARGUMENTS
|
||||
```
|
||||
|
||||
You **MUST** consider the user input before proceeding (if not empty).
|
||||
|
||||
`$ARGUMENTS
|
||||
`
|
||||
## Execution Steps
|
||||
|
||||
1. **Setup**: Run `{SCRIPT}` from repo root and parse JSON for FEATURE_DIR and AVAILABLE_DOCS list.
|
||||
|
||||
Reference in New Issue
Block a user