# Shared project instructions

Use this file as the cross-tool contract for coding agents. Replace the TODO lines
with facts that are true for this repository, then review the file like code.

## Setup

- TODO: install command
- TODO: local development command

## Quality gates

- TODO: lint command
- TODO: test command
- TODO: build command

## Project map

- TODO: where the application code lives
- TODO: where tests and generated files live

## Safety boundaries

- Never commit secrets, credentials, or local environment files.
- Ask before destructive changes, production changes, or data deletion.

## Definition of done

- Run the relevant checks.
- Summarize changed behavior and remaining risks.
