Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 396 Bytes

File metadata and controls

15 lines (8 loc) · 396 Bytes

Uses uv. Run tests like this:

uv run pytest

Run the development version of the tool like this:

uv run claude-code-transcripts --help

Always practice TDD: write a faliing test, watch it fail, then make it pass.

Commit early and often. Commits should bundle the test, implementation, and documentation changes together.

Run Black to format code before you commit:

uv run black .