Consistency updates to commands

This commit is contained in:
den (work)
2025-10-03 21:31:58 -07:00
parent a172e4cb6e
commit 8374777206
8 changed files with 208 additions and 104 deletions

View File

@@ -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.