- Added .vscode/settings.json to configure pytest as the testing framework.
- Created AGENTS.md to provide concise guidance for AI coding agents, including project setup, testing, and best practices.
- Remove poetry.lock (project migrated to uv)
- Update pyproject.toml to use uv/hatchling format with bumped dependency versions
- Regenerate uv.lock with updated package versions
Co-authored-by: furyhawk <831682+furyhawk@users.noreply.github.com>