# Feed Manager CLI Context (`bin/`)

This file scopes conventions for CLI scripts under `feed-manager/bin/`.

## Inheritance

- Inherit all project-level rules from `feed-manager/CLAUDE.md`.

## Local Conventions

- CLI commands should orchestrate services from `src/` and avoid embedding business logic directly.
- Emit concise, machine-readable-friendly output where practical.
- Keep command behavior idempotent and safe for cron/scheduled execution.
