v0.3.9: REPOSIT_TOKEN priority fix
Changes
- fix:
REPOSIT_TOKENenvironment variable now properly overrides config file tokens
Environment variables should have highest priority over config files. Previously REPOSIT_TOKEN only filled in missing tokens; now it overrides all backend tokens as documented.
Config Priority Order (unchanged)
~/.reposit/config.json(global) - lowest.reposit.json(project-local) - medium- Environment variables - highest