chore(release): 1.11.0 — Phase 1 diversifier + integration + infra#46
Merged
Conversation
Cuts 1.11.0 propagating the work merged since 1.10.1 to PyPI/npm. All new runtime parameters are opt-in; defaults preserve 1.10.x behavior bit-for-bit, so the bump is semver-safe. Headline additions: - kernel.diversifier (Phase 1 of #28) — Persona + PromptDiversifier + make_diversified_prompt_builder - SubagentRuntime.run(diversify=True) + (overall_timeout_s=...) + FanoutReport.status field - kernel/utils now wired into runtime hot paths (orjson opt-in acceleration is now actually live) - CI workflows (tests + tag-driven release) - CLI error handling robustness - targets.mjs unit tests - CONTRIBUTING.md Closes the in-repo portion of #29 (Phase 1). Output-side bench validation still runs in simplicio-dev-cli. https://claude.ai/code/session_017x8iBkSHhG83jiwHgjnqub
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.
Summary
Cuts v1.11.0 propagating ao PyPI todo o trabalho mergeado desde 1.10.1 (#39 diversifier, #40 utils integration, #41 CI, #42 timeout, #43 CLI errors, #44 targets tests, #45 CONTRIBUTING). Todas as adições de runtime são opt-in; defaults preservam 1.10.x bit-for-bit, então é semver-safe minor bump.
Já publicado
NPM_TOKEN+ empurrargit tag v1.11.0, orelease.yml(ci: add GitHub Actions for tests + release publication (closes #33) #41) publica automaticamenteMudanças headline (CHANGELOG.md tem o detalhe completo)
Added:
kernel.diversifier(Phase 1 of [Epic] Roadmap to v2.0 — real fan-out runtime #28) —Persona,PromptDiversifier,make_diversified_prompt_builderSubagentRuntime.run(diversify=True, diversify_seed=N)— opt-in persona injectionSubagentRuntime.run(overall_timeout_s=...)+ envYOOL_TUPLE_OVERALL_TIMEOUT_SFanoutReport.statusfield ("ok" | "timeout")--diversify,--diversify-seed,--overall-timeout-stest_diversifier.py+ 13 testestargets.test.mjsbenchmarks/diversifier_benchmark.py(200x lift na uniqueness no cenário realista).github/workflows/{tests,release}.ymlCONTRIBUTING.mdChanged:
kernel/utilsagora realmente wired no runtime ([Tech debt] kernel/utils is orphan code — integrate into runtime hot paths #32):TTLCachesubstituiReceiptCache,stable_digestconsolidado, JSON I/O do providers passa pordumps_bytes/loads→pip install orjsonagora silenciosamente acelera.Fixed:
Verificação
npm test15+6+3+13=37 Node + 88 Python verde.twine checkPASSED em sdist + wheel.pip install simplicio-prompt==1.11.0em venv limpo →import kernel; print(kernel.__version__)→1.11.0.from kernel.diversifier import PromptDiversifierOK.SubagentRuntime.runaceitadiversifyeoverall_timeout_s.Próximos passos
PYPI_API_TOKEN+NPM_TOKENem Settings → Secrets.git tag v1.11.0 && git push origin v1.11.0→ publica npm + smoke verify automático.simplicio-dev-clivalida Phase 1 → destrava Phase 2 ([Phase 2] Behavior consensus aggregator — kernel.aggregator.BehaviorConsensus #30).https://claude.ai/code/session_017x8iBkSHhG83jiwHgjnqub
Generated by Claude Code