Skip to content

Tags: jlevy/flowmark

Tags

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #60 from jlevy/claude/release-v0.7.2

skill: bump DISCOVERY_VERSION to v0.7.2

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #53 from jlevy/claude/skill-uvx-pin-and-runbook

feat: reliable self-maintaining skill pins + self-documenting setup (prep v0.7.1)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #48 from jlevy/claude/stoic-davinci-cuxuV

Release review for 0.7.0: public inline API + table/reference-link fixes

v0.6.5

Toggle v0.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #40 from jlevy/codex/cli-help-sync-2026-02-25

feat(cli): align help footer with Rust and add agent guidance

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #31 from jlevy/claude/review-flowmark-pr-UQ93f

Fix trailing whitespace in code block empty lines (improved PR #30)

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #27 from jlevy/claude/fix-tag-bug-mBEjY

Fix extra newline before tags on continuation lines

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #23 from jlevy/feature/benchmark-tooling

Fix performance regression and simplify tag handling

v0.6.0

Toggle v0.6.0's commit message
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>

v0.5.8

Toggle v0.5.8's commit message
Fix type warning and code formatting for CI