docs: announce lightweight perf deps for Python mapper (closes #82)#84
Merged
Conversation
Issue #82 requires the documentation to acknowledge that the Python package no longer ships dependency-free and instead pulls in orjson and diskcache for the performance optimizations that landed on main. Update both READMEs and the changelog accordingly, plus add a dedicated changelog entry summarizing the __slots__ models, orjson serialization, and persistent file-processing cache. Closes #82. https://claude.ai/code/session_01JdmemqddwFnvbceWyuDE8m
`npx --yes commitlint --extends @commitlint/config-conventional` only fetches the `commitlint` package, leaving `@commitlint/config-conventional` unresolved inside npx's temporary install. The PR title check then crashes with "Cannot find module '@commitlint/config-conventional'" before any rule runs, which is why every recent PR has been failing DoD at this step despite otherwise green CI. Pass both packages via `-p` so npx provisions them together. https://claude.ai/code/session_01JdmemqddwFnvbceWyuDE8m
Merged
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.
Resumo
Fecha #82. O trabalho técnico de otimização (orjson, diskcache,
__slots__) já foi paramainnos commits78443e5,9d3d0f8,af5b58b,dfbffaf. Faltava o item da issue: "A documentação deve mencionar que o pacote Python usa dependências leves de performance (orjsonediskcache), não mais 'sem dependências'."Mudanças
README.md— substitui "dependency-free Python package" por descrição com as deps.README.pt-BR.md— mesma correção em português.CHANGELOG.md— adiciona entrada dedicada para as otimizações de performance fechando 🔧 Implementar Otimizações de Performance no simplicio-mapper #82 e remove a frase "dependency-free" que já não é precisa.Validação
unittest)FileProcessingCacheTestetest_primary_models_use_slots)npm run lint)Refs #82.
https://claude.ai/code/session_01JdmemqddwFnvbceWyuDE8m
Generated by Claude Code