Onda 5 (B4) — remove o placeholder vazio btv-eval#71
Merged
Conversation
O pacote `btv-eval` era um placeholder vazio (só docstring, nada o importava) — "podia enganar quem procura a avaliação" (§9.2). A avaliação A/B real vive no Rust (`btv-schemas::experiment` / `btv experiment`); a avaliação runtime do squad é `btv_squad/evaluation.py::ContinuousEvaluator`. Remover é o caminho honesto (item B4 do roadmap). - Removido `python/packages/btv-eval/`; tirado de `python/pyproject.toml` (dependência + source do workspace); `uv.lock` regenerado (`uv lock`). - docs/documentacao reconciliadas: "5 pacotes Python" → "4" e contagem `.py` 87 → 86 (README, diagramas/01,03,14, dados/00,16, referencia/11, mapeamentos/01,04); 09-analise-critica marca o item RESOLVIDO. Verificação local: `uv run pytest` 200/200; nenhuma referência a btv-eval sobrou fora das docs (que agora descrevem a remoção). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DkWvx5G1XqRZwybmCErshc
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.
Onda 5, item B4 — remover
btv-evalPrimeiro item não-breaking da Onda 5 (as Ondas 1–3 e a L2/#70 já estão em
main).O pacote
btv-evalera um placeholder vazio (só docstring, nada o importava) que "podia enganar quem procura a avaliação" (§9.2 da análise crítica). A avaliação A/B real vive no Rust (btv-schemas::experiment/btv experiment); a avaliação runtime do squad ébtv_squad/evaluation.py::ContinuousEvaluator. Remover é o caminho honesto.python/packages/btv-eval/; tirado depython/pyproject.toml(dependência + source do workspace uv);uv.lockregenerado.docs/documentacaoreconciliadas: "5 pacotes Python" → "4" e contagem.py87 → 86 (README, diagramas/01,03,14, dados/00,16, referencia/11, mapeamentos/01,04);09-analise-criticamarca o item RESOLVIDO.Verificação local
cd python && uv run pytest→ 200/200uv locklimpo (removeubtv-eval); zero referência abtv-evalfora das docs🤖 Generated with Claude Code
Generated by Claude Code