بنقرة واحدة
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 ويثبّتها لك.
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
استنادا إلى تصنيف SOC المهني
| 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.