Skip to content

v1.11.0 — Feature Implementation Release

Choose a tag to compare

@darkjokee-arch darkjokee-arch released this 25 Jun 07:05

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.py preserved 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.toml packaging 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 by G4_no_auto
  • production write: 0
  • OpenCrab ingest: 0
  • G4 bypass: 0
  • operating ledger durable write: 0
  • PyPI publish: 0

Compatibility

  • python scripts/smoke_test.py remains supported
  • python scripts/install_claude_mcp.py remains 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