What problem does it solve?
This Skill allows developers to develop, modify, test, or debug the Pibo codebase in an isolated Docker container, protecting the live host gateway from potential crashes or errors during development.
Core Features & Use Cases
- Isolated Development: Develop and test changes in a Docker container without affecting the live host gateway.
- Version Control: Create a new Git worktree for every task, ensuring a clean environment for development.
- Quick Iteration: Run builds, tests, and the gateway inside the container, allowing for quick iterations on changes.
- Use Case: Use this skill when working on Pibo, improving Pibo, fixing bugs in Pibo, or testing changes to the Pibo codebase in isolation.
Quick Start
To start a Docker container for developing Pibo, run: pibo compute dev spawn --worktree <branch-name> --repo <REPO>