# Repo Archetypes

## Common shapes

- single app or service
- package library or SDK
- monorepo with apps and shared packages
- polyglot platform repo with infra and service code
- legacy mixed repo with partial migrations and duplicate tooling

## Why the shape matters

Repo shape predicts where commands live, where ownership is concentrated, and whether shared contracts or root config are likely to create change risk.
