by virtengine
Autonomous supervisor for AI coding workflows
# Add to your Claude Code skills
git clone https://github.com/virtengine/bosunBosun is a production-grade supervisor for AI coding agents. It routes tasks across executors, automates PR lifecycles, and keeps operators in control through Telegram, the Mini App dashboard, and optional WhatsApp notifications.
<p align="center"> <a href="https://bosun.virtengine.com">Website</a> · <a href="https://bosun.virtengine.com/docs/">Docs</a> · <a href="https://github.com/virtengine/bosun?tab=readme-ov-file#bosun">GitHub</a> · <a href="https://www.npmjs.com/package/bosun">npm</a> · <a href="https://github.com/virtengine/bosun/issues">Issues</a> </p> <p align="center"> <img src="site/social-card.png" alt="bosun — AI agent supervisor" width="100%" /> </p> <p align="center"> <a href="https://github.com/virtengine/bosun/actions/workflows/ci.yaml"><img src="https://github.com/virtengine/bosun/actions/workflows/ci.yaml/badge.svg?branch=main" alt="CI" /></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg" alt="License" /></a> <a href="https://www.npmjs.com/package/bosun"><img src="https://img.shields.io/npm/v/bosun.svg" alt="npm" /></a> </p>npm install -g bosun
cd your-repo
bosun
First run launches setup automatically. You can also run setup directly:
bosun --setup
Requires:
.sh wrappers) or PowerShell 7+ (for .ps1 wrappers)gh) recommendedNo comments yet. Be the first to share your thoughts!
/weekly to generate the operator weekly agent-work report on demand./report weekly as an alias..env: TELEGRAM_WEEKLY_REPORT_ENABLED, TELEGRAM_WEEKLY_REPORT_DAY, TELEGRAM_WEEKLY_REPORT_HOUR (UTC), and TELEGRAM_WEEKLY_REPORT_DAYS.Published docs (website): https://bosun.virtengine.com/docs/
Source docs (markdown): _docs/ is the source of truth for long-form documentation. The website should be generated from the same markdown content so docs stay in sync.
Key references: