Merged
Conversation
- Introduced `openspec-onboard` skill for guided onboarding through a complete workflow cycle, including task selection, proposal creation, and implementation. - Added `openspec-sync-specs` skill to sync delta specs from a change to main specs, allowing for intelligent merging of requirements. - Created `openspec-verify-change` skill to verify that implementation matches change artifacts, ensuring completeness, correctness, and coherence before archiving. - Updated AGENTS.md to remove outdated instructions and streamline guidance for AI assistants. - Added a new configuration file `config.yaml` for project context and per-artifact rules to enhance customization.
- Implemented AddressesResource to handle address lookup operations via the Address API. - Added methods for looking up addresses by postal code and searching by term or filter. - Introduced validation for postal codes and search terms. - Updated NfeConfig to support separate API keys for Address API. - Created integration tests for AddressesResource to ensure functionality. - Added unit tests for AddressesResource covering various scenarios and validations. - Updated types to include address-related interfaces and response structures. - Enhanced error handling for invalid inputs and API responses.
📋 OpenAPI Spec Validation✅ All specs validated and types generated successfully Specs processed:
Generated types available as artifact in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Descrição
Esta PR adiciona suporte completo para a API de Consulta de Endereços da NFE.io, permitindo que usuários do SDK realizem buscas de endereços por CEP ou termos de pesquisa.
✨ Principais Mudanças
🆕 Nova Funcionalidade: AddressesResource
🔑 Suporte Multi-API Key
addressApiKeyopcional noNfeConfig🧪 Testes Completos
📚 Exemplos e Documentação
🛠️ Infraestrutura OpenSpec
📊 Estatísticas
🔧 Breaking Changes
Nenhum. Esta é uma adição retrocompatível - código existente continua funcionando sem alterações.
💡 Exemplo de Uso
🚀 Deploy Notes
Não requer ações especiais. Após merge:
npm run buildnpm publish