Completed the documentation update and removed the completed roadmap

This commit is contained in:
2026-05-26 07:15:36 -05:00
parent c3fe88c9fa
commit 2091b58066
22 changed files with 23 additions and 392 deletions

View File

@@ -48,8 +48,9 @@ Typical sequence:
1. Confirm prompt/profile directories resolve through config or flags.
2. Confirm required input files exist and map to prompt input names.
3. Confirm required API-key environment variables are set.
4. Run `render` for preflight when changing prompt/profile/input wiring.
5. Run `run` for actual generation.
4. Confirm the selected profile's model endpoint is reachable from the process environment.
5. Run `render` for preflight when changing prompt/profile/input wiring.
6. Run `run` for actual generation.
## Secrets Handling