Acknowledgements

Table of contents

  1. Acknowledgements
    1. The Pi project
    2. Runtime & tools
    3. Communication & workflow
    4. The cheasee-pi CLI
    5. Security & pipeline
    6. Open source tools
    7. License

The Pi project

Cheasee-Pi stands on the shoulders of the Pi coding agent — the extensible AI coding harness that makes all of this possible. Pi’s extension API, prompt template system, and modular architecture are the foundation of this project.

Runtime & tools

  • scrapling — Memory-optimized web scraper with progressive fetching
  • rtk — Token-saving CLI proxy that rewrites agent shell commands for 60-90% less output
  • GitHub CLI (gh) — GitHub API client powering issues, PRs, and releases
  • Zed — The editor

Communication & workflow

  • Caveman — Origin of the caveman communication style (“why use many token when few word do trick”). Cheasee-Pi ships an in-house multi-level caveman mode extension built on the same idea.
  • Ponytail — Origin of the lazy senior dev mode (YAGNI, stdlib-first, minimal code). Installed as a package and extended with in-house audit, review, and debt skills.

The cheasee-pi CLI

  • Go — Build language for the cheasee-pi binary
  • Charmbracelet huh — Terminal UI forms for interactive prompts
  • cobra — CLI framework
  • go-git — Git repository operations
  • cli/oauth — Device-flow OAuth for GitHub authentication

Security & pipeline

  • osv-scanner — Vulnerability scanning across lockfiles in the audit pipeline
  • @octokit — GitHub API client used by the supervisor pipeline

Open source tools

License

Cheasee-Pi is distributed under the MIT License. Third-party components are used under their own licenses (see SBOM) — mostly OSI-approved permissive licenses, with GPL only in standard system tools (git, universal-ctags, wget). No AGPL.


Copyright © 2026 SchneiderDaniel. Distributed under the MIT License.

This site uses Just the Docs, a documentation theme for Jekyll.