Add a Future direction section to the README noting the API is synchronous today and async interfaces/adapters may be added later without breaking existing sync usage.
Remove redundant pythonpath = ["."] from pytest config — uv sync already installs the package into the venv, so manual repo-root path setup is unnecessary.
## Summary
- Add a **Future direction** section to the README noting the API is synchronous today and async interfaces/adapters may be added later without breaking existing sync usage.
- Remove redundant `pythonpath = ["."]` from pytest config — `uv sync` already installs the package into the venv, so manual repo-root path setup is unnecessary.
## Test plan
- [x] `uv run pytest tests/unit/ -m "not integration" -v` — 95 passed
- [x] `uv run pytest -m integration -v` — 58 passed
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
pythonpath = ["."]from pytest config —uv syncalready installs the package into the venv, so manual repo-root path setup is unnecessary.Test plan
uv run pytest tests/unit/ -m "not integration" -v— 95 passeduv run pytest -m integration -v— 58 passedTest Coverage Report:
Test Coverage Report: