원클릭으로
release
Cut a ChimeraBoost release — version bump, CHANGELOG, build, PyPI upload, tag, GitHub release
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Cut a ChimeraBoost release — version bump, CHANGELOG, build, PyPI upload, tag, GitHub release
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Regenerate or read the strength vs slowdown Pareto (the north-star chart; head-to-head win-rate axis)
Run the validated A/B experiment protocol for a proposed library change — benchmark, sign-test, gate, ship-or-revert
Re-run and evaluate ChimeraBoost on TabArena (sealed holdout, report-only) — env setup, run/eval recipe, cache gotchas, Windows fixes
| name | release |
| description | Cut a ChimeraBoost release — version bump, CHANGELOG, build, PyPI upload, tag, GitHub release |
Pre-flight: working tree clean on main, full test suite green, no unmerged feature branches that
belong in this release (check git branch — the user forgets housekeeping).
pyproject.toml version = "X.Y.Z" and
chimeraboost/__init__.py __version__.[Unreleased] to [X.Y.Z] - YYYY-MM-DD. Watch for clobbered version
headers from past merges.python -m build → dist/chimeraboost-X.Y.Z* (sdist + wheel).twine upload dist/chimeraboost-X.Y.Z* (needs the PyPI token; if absent, ask the
user — do NOT tag until upload succeeds, the TabArena pip_extra pins chimeraboost>=).git tag vX.Y.Z && git push origin main vX.Y.Z. Always git fetch first —
the user pushes README edits directly to origin/main.gh is unauthenticated here. Get a token via
printf 'protocol=https\nhost=github.com\n\n' | git credential fill → set GH_TOKEN for the
gh release create vX.Y.Z call. If that fails, tell the user to create it manually.pip index versions chimeraboost (or the PyPI page) shows X.Y.Z.Known drift traps (both have happened):
pip install chimeraboost. If defaults or speed changed, release before citing numbers.