Bundles must run without env vars — env vars are overrides, not requirements. Single function: env(name, fallback) always returns string with a default. - Removed requireEnv and optionalEnv - Updated bundle entries, tests, and skill docs 小橘 🍊
- requireEnv(name, message) — throws with custom error message - optionalEnv(name, fallback?) — returns fallback or null - Update develop and solve-issue bundle entries to use shared helpers - Remove inline requireEnv/optionalEnv and wrapAgentAsAdapter usage - Add tests for both functions 小橘 🍊