diff --git a/.gitignore b/.gitignore index 700b4c7..efb5e32 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ __pycache__/ data/ repos/ .venv/ +dist/ +build/ +*.egg-info/ diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4e6deaa --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [0.2.1] - 2026-08-04 +### Fixed +- PyPI metadata: switched to SPDX license expression, removed deprecated License classifier +### Added +- keywords/classifiers for PyPI discoverability + +## [0.2.0] - 2026-08-03 +### Added +- Full ~45-function API (bug query, lifecycle, fix-apply, live monitoring, LLM/token tracking, DB maintenance) +- Multi-provider LLM fallback +- live_monitor.py (spawn-and-own or tail-log modes) +- Go client package, extended npm client (5 → 49 methods) +- RPC dispatcher + CORS support in server.py +### Fixed +- Every Phase 1 stabilization bug (see PR history) \ No newline at end of file diff --git a/tests/__pycache__/test_config.cpython-314-pytest-8.3.5.pyc b/tests/__pycache__/test_config.cpython-314-pytest-8.3.5.pyc deleted file mode 100644 index d9d923b..0000000 Binary files a/tests/__pycache__/test_config.cpython-314-pytest-8.3.5.pyc and /dev/null differ diff --git a/tests/__pycache__/test_folder_reader.cpython-314-pytest-8.3.5.pyc b/tests/__pycache__/test_folder_reader.cpython-314-pytest-8.3.5.pyc deleted file mode 100644 index 98163d9..0000000 Binary files a/tests/__pycache__/test_folder_reader.cpython-314-pytest-8.3.5.pyc and /dev/null differ diff --git a/tests/__pycache__/test_server.cpython-314-pytest-8.3.5.pyc b/tests/__pycache__/test_server.cpython-314-pytest-8.3.5.pyc deleted file mode 100644 index e60599e..0000000 Binary files a/tests/__pycache__/test_server.cpython-314-pytest-8.3.5.pyc and /dev/null differ diff --git a/tests/__pycache__/test_test_runner.cpython-314-pytest-8.3.5.pyc b/tests/__pycache__/test_test_runner.cpython-314-pytest-8.3.5.pyc deleted file mode 100644 index 910dcb7..0000000 Binary files a/tests/__pycache__/test_test_runner.cpython-314-pytest-8.3.5.pyc and /dev/null differ diff --git a/tests/__pycache__/test_ticket_store.cpython-314-pytest-8.3.5.pyc b/tests/__pycache__/test_ticket_store.cpython-314-pytest-8.3.5.pyc deleted file mode 100644 index f97735f..0000000 Binary files a/tests/__pycache__/test_ticket_store.cpython-314-pytest-8.3.5.pyc and /dev/null differ