mirror of
https://github.com/github/spec-kit.git
synced 2026-02-03 06:23:36 +00:00
Consistency updates to commands
This commit is contained in:
@@ -5,11 +5,15 @@ scripts:
|
||||
ps: scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks
|
||||
---
|
||||
|
||||
The user input 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
|
||||
```
|
||||
|
||||
`$ARGUMENTS`
|
||||
You **MUST** consider the user input before proceeding (if not empty).
|
||||
|
||||
## Outline
|
||||
|
||||
1. Run `{SCRIPT}` from repo root and parse FEATURE_DIR and AVAILABLE_DOCS list. All paths must be absolute.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user