Before: spawner-ui.env is missing SPARK_BUILDER_REPO so /creator plan fails with "Builder repo not found: /Users/cyprian/.spark/modules/spawner-ui/spark-intelligence-builder".
After: Manually adding SPARK_BUILDER_REPO to spawner-ui.env fixes the issue. /creator plan now stages successfully.
Repro steps:
- Run spark setup normally
- Check ~/.spark/config/modules/spawner-ui.env - SPARK_BUILDER_REPO is missing
- Compare with ~/.spark/config/modules/spark-telegram-bot.env which correctly has SPARK_BUILDER_REPO set
- Send /creator plan in Telegram and observe the wrong path error
Before: spawner-ui.env is missing SPARK_BUILDER_REPO so /creator plan fails with "Builder repo not found: /Users/cyprian/.spark/modules/spawner-ui/spark-intelligence-builder".
After: Manually adding SPARK_BUILDER_REPO to spawner-ui.env fixes the issue. /creator plan now stages successfully.
Repro steps: