chore: add project configuration and agent skills

- Add requirements.txt with pytest and requests dependencies
- Add TDD Python Specialist skill for test-driven workflow
- Add Git & Changelog skill for conventional commits
- Configure .opencode/skills/ directory structure
This commit is contained in:
Luca Sacchi Ricciardi
2026-04-02 16:27:30 +02:00
parent 7def30702f
commit 702f50cc30
3 changed files with 30 additions and 0 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
pytest
requests