# Feed Manager Client Context (`clients/`)

This file scopes conventions for client-specific assets under `feed-manager/clients/`.

## Inheritance

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

## Local Conventions

- Each client must live in its own folder: `clients/<client-name>/`.
- Keep client-specific config/mappings/output isolated to that client directory.
- Shared integrations and reusable logic belong in project-level code, not client folders.
