LICENSE
README.md
pyproject.toml
src/prodcycle/__init__.py
src/prodcycle/api_client.py
src/prodcycle/cli.py
src/prodcycle.egg-info/PKG-INFO
src/prodcycle.egg-info/SOURCES.txt
src/prodcycle.egg-info/dependency_links.txt
src/prodcycle.egg-info/entry_points.txt
src/prodcycle.egg-info/top_level.txt
src/prodcycle/formatters/normalize.py
src/prodcycle/formatters/prompt.py
src/prodcycle/formatters/sarif.py
src/prodcycle/formatters/table.py
src/prodcycle/utils/config.py
src/prodcycle/utils/fs.py
src/prodcycle/utils/vcs.py
tests/test_api_key_required.py
tests/test_body_read_retry.py
tests/test_ci_detection.py
tests/test_claude_hook_output.py
tests/test_collect_hook_cursor.py
tests/test_collect_hook_cursor_post_tool_use.py
tests/test_collect_hook_files.py
tests/test_collect_order_parity.py
tests/test_config.py
tests/test_cursor_hook_output.py
tests/test_cursor_init.py
tests/test_file_size_utf8_parity.py
tests/test_finding_format.py
tests/test_hook_command_format_parity.py
tests/test_hook_skip_outside_repo.py
tests/test_init_quickstart.py
tests/test_prodcycleignore.py
tests/test_retry_502_504.py
tests/test_utf8_strict_decode_parity.py
tests/test_vcs_local_only.py
tests/test_version.py