Added
- pip Installation Instructions – All documentation now includes pip installation commands alongside uv, making Spec Kitty accessible to users who prefer traditional Python package management.
- Multiple Installation Methods – Documented three installation paths: PyPI (stable), GitHub (development), and one-time usage (pipx/uvx).
Changed
- Documentation Consistency – Updated README.md, docs/index.md, docs/installation.md, and docs/quickstart.md to provide both pip and uv commands throughout.
- Installation Recommendations – PyPI installation now marked as recommended for stable releases, with GitHub source for development versions.
Fixed
- Packaging Issues – Removed duplicate
.kittifyforce-include that caused "Duplicate filename in local headers" errors on PyPI. - Test Dependencies – Added
pip install -e .[test]to workflows to ensure all project dependencies available for tests.