chore/205-env-example
main
No consumers after #262 removed llmProvider from bundle entries. WORKFLOW_CURSOR_WORKSPACE has no env var counterpart, not added. 小橘 🍊
- Remove non-existent: WORKFLOW_LLM_BASE_URL, WORKFLOW_LLM_MODEL, WORKFLOW_CURSOR_LLM_PROVIDER - Add missing: WORKFLOW_CURSOR_COMMAND (required for develop workflow) 小橘 🍊
Documents all environment variables used across the workflow engine: - LLM config (base URL, API key, model) - Cursor agent config (model, timeout, provider) - Hermes agent config (model, timeout) - Storage and display options Fixes #205