Loading...
Loading...
Cria mensagens de commit no estilo Conventional Commits — usar quando o usuário pede "commit", "git commit", ou após mudanças prontas para serem registradas no histórico.
npx skill4agent add marcioaltoe/skills commit-stylefeatfixrefactordocstestchoreperfstylefeat(auth):fix(api):refactor(cli):BREAKING CHANGE: <descrição>Closes #123Refs #123feat(auth): add token refresh flow
Sessions were expiring mid-task and forcing users to restart.
The refresh runs silently 30s before expiry.
Closes #142fix(cli): handle empty skills/ directory without crashingupdate filesfix: change line 42 of auth.ts to use Date.now()featrefactorfeat