- 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
12 lines
382 B
Markdown
12 lines
382 B
Markdown
Skill: Git & Changelog Manager
|
|
|
|
Istruzioni per la gestione dei commit e del versionamento.
|
|
|
|
Standard
|
|
|
|
Conventional Commits: Ogni commit deve iniziare con feat:, fix:, docs:, test:, refactor:, chore:.
|
|
|
|
Atomic Commits: Un commit per ogni singola modifica funzionale.
|
|
|
|
Common Changelog: Dopo ogni feat o fix, aggiorna CHANGELOG.md nella sezione [Unreleased] o nella versione corrente.
|