From d10eae13e5b90aadc7c512e168ad21f5b1328fa5 Mon Sep 17 00:00:00 2001 From: Felipe Coutinho Date: Tue, 7 Apr 2026 10:52:39 -0300 Subject: [PATCH] Revise versioning and commit message guidelines Updated versioning instructions to include README.md updates and clarified commit message guidelines. --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index b1fa3cf..ebfa76c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -16,9 +16,10 @@ 3. **Periods** usam formato `YYYY-MM` (ex: `"2025-11"`). Utils em `src/shared/utils/period/`. 4. **Moeda**: R$ com 2 decimais. DB: `numeric(12, 2)`. Utils em `src/shared/utils/currency.ts`. 5. **Revalidation**: usar `revalidateForEntity("entity")` de `src/shared/lib/actions/helpers.ts` apos mutations. -6. **Versionamento**: registrar mudancas no `CHANGELOG.md` seguindo Keep a Changelog, também altere o `package.json`. +6. **Versionamento**: registrar mudancas no `CHANGELOG.md` seguindo Keep a Changelog, também altere o `package.json` e `readme.md`. 7. **Comunicacao**: responder em portugues clara e direta com o time. 8. **Commit messages**: agrupar por natureza. em pt-br. seguindo o padrao do sistema. +9. **README.md**: sempre que fizer alteracoes significativas, atualize o README.md. ---