Skip to content

Hotfix update pacotes#49

Merged
albertomandlate merged 3 commits intomainfrom
hotfix-update-pacotes
Apr 14, 2026
Merged

Hotfix update pacotes#49
albertomandlate merged 3 commits intomainfrom
hotfix-update-pacotes

Conversation

@albertomandlate
Copy link
Copy Markdown
Contributor

No description provided.

Novo arquivo CLAUDE.md criado para orientar o uso do Claude Code no repositório. Inclui visão geral do projeto, instruções de build e testes, descrição da arquitetura dos diretórios e projetos, além da estratégia de branches baseada em Git Flow. Documento voltado para facilitar contribuições e entendimento da estrutura do código.
Atualiza a referência do pacote NuGet NPOI de 2.7.3 para 2.8.0 no arquivo SAF-T.Mozambique.csproj, garantindo compatibilidade com as últimas melhorias e correções do pacote.
@albertomandlate albertomandlate self-assigned this Apr 14, 2026
Copilot AI review requested due to automatic review settings April 14, 2026 12:11
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates a NuGet dependency version and adds a repository guidance file intended for Claude Code usage.

Changes:

  • Bump NPOI package version in SAF-T.Mozambique from 2.7.3 to 2.8.0.
  • Add CLAUDE.md with project/architecture notes and branch strategy guidance.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/SAF-T.Mozambique/SAF-T.Mozambique.csproj Updates the NPOI PackageReference version used by the Mozambique generator code.
CLAUDE.md Introduces repository guidance (commands, architecture summary, and Git Flow branch strategy).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CLAUDE.md Outdated
Comment on lines +36 to +45
Git Flow — usa hífens em vez de barras nos nomes de branches (compatibilidade com CI/CD):

```
main ← produção estável; merge apenas de release-* ou hotfix-*
develop ← integração contínua; merge apenas de feature-*, bugfix-* ou release-*
feature-* ← novas funcionalidades (base: develop, destino: develop)
bugfix-* ← correcções em desenvolvimento (base: develop, destino: develop)
release-* ← preparação de versão (base: develop, destino: main + develop)
hotfix-* ← correcções críticas em produção (base: main, destino: main + develop)
```
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

O conteúdo da secção "Estratégia de Branches" duplica (quase) integralmente as regras já documentadas em CONTRIBUTING.md. Isto tende a divergir ao longo do tempo. Sugestão: referenciar/linkar para CONTRIBUTING.md aqui, ou então declarar explicitamente que CLAUDE.md é a fonte de verdade e atualizar/remover a secção equivalente no CONTRIBUTING.md.

Suggested change
Git Flow — usa hífens em vez de barras nos nomes de branches (compatibilidade com CI/CD):
```
main ← produção estável; merge apenas de release-* ou hotfix-*
develop ← integração contínua; merge apenas de feature-*, bugfix-* ou release-*
feature-* ← novas funcionalidades (base: develop, destino: develop)
bugfix-* ← correcções em desenvolvimento (base: develop, destino: develop)
release-* ← preparação de versão (base: develop, destino: main + develop)
hotfix-* ← correcções críticas em produção (base: main, destino: main + develop)
```
A estratégia de branches deste repositório está documentada em `CONTRIBUTING.md`.
Consulta esse ficheiro para as regras de Git Flow, convenções de nomenclatura e destinos de merge.

Copilot uses AI. Check for mistakes.
@albertomandlate
Copy link
Copy Markdown
Contributor Author

@copilot apply changes based on the comments in this thread

…CONTRIBUTING.md

Agent-Logs-Url: https://github.com/SimansoftMZ/SAF-T/sessions/b291d351-8a72-4854-a84a-615331952a14

Co-authored-by: albertomandlate <14326204+albertomandlate@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 14, 2026

@copilot apply changes based on the comments in this thread

Done. The duplicated branch strategy content in CLAUDE.md has been replaced with a reference to CONTRIBUTING.md (commit c6ebe81).

@albertomandlate albertomandlate merged commit f266449 into main Apr 14, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants