feat: integrate environment configuration into development workflow

- Auto-create .env file from template during setup-dev
- Add validate-config target to Makefile for configuration validation
- Update check-uv.sh to use environment variable for GitHub URL
- Provide helpful setup messages and next steps for developers
This commit is contained in:
William Valentin
2025-09-14 15:57:50 -07:00
parent b32cfcab2d
commit 69f6fd1827
2 changed files with 16 additions and 3 deletions

View File

@@ -233,7 +233,7 @@ fi
echo ""
echo -e "${CYAN}For more information:${NC}"
echo -e " ${BLUE}UnitForge: https://github.com/unitforge/unitforge${NC}"
echo -e " ${BLUE}UnitForge: ${GITHUB_URL:-https://github.com/will666/unitforge}${NC}"
echo -e " ${BLUE}uv docs: https://github.com/astral-sh/uv${NC}"
# Exit with appropriate code