v1.11.0 — Feature Implementation Release
BingguPack v1.11.0
v1.11.0 is a feature implementation release that builds on the v1.10.0 installable MCP stable baseline. (PyPI publish is not performed in this release.)
Included
- Phase 1 package modularization with a new
binggupack/package scripts/smoke_test.pypreserved as a backward-compatible wrapper- smoke logic moved into package code (
binggupack/pack/smoke.py) - interactive save gate prototype (
binggupack/cli/interactive_save.py) - non-TTY fail-closed behavior
- pack/workflow examples expanded to 4 synthetic scenarios (travel / patent_intel / restaurant_brand / generic_handoff)
pyproject.tomlpackaging metadata and build-system readiness- isolated venv sdist/wheel build verification
- wheel install/import/entrypoint/selftest verification
Safety
- local-first
- preview-first
- candidate-first
- evidence-backed
- no AI autosave
- human-confirmed save gate preserved
save_candidate(dry_run=false)remains blocked byG4_no_auto- production write: 0
- OpenCrab ingest: 0
- G4 bypass: 0
- operating ledger durable write: 0
- PyPI publish: 0
Compatibility
python scripts/smoke_test.pyremains supportedpython scripts/install_claude_mcp.pyremains supported- MCP 8 tools remain exposed
- v1.10.0 tag remains fixed at
d15e6d6
Known remaining work
- 116-script mass migration remains future work
- interactive save gate can be expanded after further gate-level testing
- PyPI publish is not performed in this release