> The lookout. Watches CPU, load, memory, disk, temps and GPU, then pings Discord or Telegram when something breaks, and again when it heals.
> Source: https://orochibraru.com/baba/docs · Site index: https://orochibraru.com/llms.txt

# Baba documentation

The lookout. Watches CPU, load, memory, disk, temps and GPU, then pings Discord or Telegram when something breaks, and again when it heals.

The Markdown in [the project repo](https://github.com/orochibraru/baba/tree/main/docs) is the source of truth;
these pages are generated from it.

- [Baba](https://orochibraru.com/baba/docs/readme.md): > Named after the lookout pirate in the French comic book Astérix, always watching for trouble on the horizon.
- [Contributing](https://orochibraru.com/baba/docs/contributing.md): 1. Create src/lib/notifiers/<name>.ts — export a Zod schema and a class extending AbstractNotifier 2. Add the schema import and union entry in src/config.ts 3…
- [Configuration Reference](https://orochibraru.com/baba/docs/config.md): All settings below can be placed in config.json at the project root. Unknown fields are rejected — use the exact key names shown. Every field is optional…
- [Environment Variables](https://orochibraru.com/baba/docs/env.md): Every setting in config.json can be overridden with an environment variable. Values are applied before Zod validation, so type coercion and defaults still…
