# Feed Manager Source Context (`src/`)

This file scopes conventions for backend application code under `feed-manager/src/`.

## Inheritance

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

## Local Conventions

- Keep reusable/domain logic in `src/`; do not place client-specific business rules here unless explicitly designed as pluggable client modules.
- Prefer small, testable services/repositories with explicit dependencies.
- Keep Shopify integration code isolated under `src/Integrations/Shopify/`.
