-
Notifications
You must be signed in to change notification settings - Fork 9
Open
0 / 10 of 1 issue completedLabels
Description
Chat Mode/Agent Name
Setup Guide Runner
Type
Custom Agent
Purpose
Automate running setup steps from README.
The agent parses and executes setup instructions directly, reducing manual intervention and errors. It ensures smoother on-boarding and consistent developer environments.
Applicable for code assets/repos targeted for being reused by many developers.
Requirements
- Must extract, interpret, and run README steps reliably.
- Should support multiple operating systems (e.g., Windows, macOS, Linux) and detect/handle OS-specific instructions.
- Flag errors and allow debugging of steps.
- Provide minimal UI/configuration; enable single-command execution for local setup.
- Should offer clear logging and feedback during execution.
WilliamBerryiii