What problem does it solve?
Bottle provides a unified, scriptable entry point to manage the Open Horizon Labs toolset (ba, wm, sg) from a single CLI, reducing setup friction and coordinating sessions across tools.
Core Features & Use Cases
- Single orchestration point: Install, configure, and run all Bottle-enabled tools with a consistent interface.
- Codex integration ready: Sets up Codex skills and sessions within the ecosystem.
- Use Case: A developer initializes a new Codex session workflow by running bottle install stable and then bottle integrate codex, followed by dive and memory commands to manage context and learnings.
Quick Start
Install the ecosystem and Codex integration with: bottle install stable && bottle integrate codex
This installs the stable bottle (ba, wm, sg tools) and configures Codex integration for Codex workflows.
Then start a session with bottle dive fix, check status with bottle status, and synchronize knowledge with ba and wm as tasks progress.