You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add managed Python venv with platform-specific setup/build/validate scripts
Replace ad-hoc dependency installation with a formal virtual environment workflow:
- Add requirements.txt with pinned minimum versions for all dependencies
- Add .python-version (3.11) for pyenv/asdf integration
- Add scripts/setup.sh and setup.bat to create .venv/ with system dep auto-install
(Homebrew on macOS, apt on Linux, winget/MSYS2 guidance on Windows)
- Add scripts/validate.sh and validate.bat with component selection (all/entities/briefs)
- Add scripts/build.sh and build.bat with component selection (all/entities/briefs/pdf)
- Remove unsafe --break-system-packages auto-install hacks from pipeline scripts
- Update CI workflow to use requirements.txt and run all pipeline steps
- Update all documentation to reference wrapper scripts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments