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
fix: remove redundant force-include that breaks sdist→wheel build (#34)
The force-include entries for the skills directory caused
FileNotFoundError when building a wheel from the sdist because
the paths reference `src/flowmark/skills` which doesn't exist
in the extracted sdist layout. The skills directory is already
included automatically via `packages = ["src/flowmark"]` since
it contains an __init__.py.
https://claude.ai/code/session_01BaZnGPWit2L4H5ykXpTP1q
Co-authored-by: Claude <noreply@anthropic.com>
Improve publishing docs with systematic release checklist
- Expand publishing.md with step-by-step release process for humans and agents
- Add pre-release checklist, semantic versioning guidance, and release notes format
- Fix typo: pyproject.yml → pyproject.toml
- Add reference to publishing.md from development.md
- Update Makefile format-docs target to include docs/*.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>