# Examples

## Safe Requests

- "Map this repository before implementing the authentication change."
- "Identify the monorepo packages, entry points, tests, and governing documentation."
- "Confirm whether this directory is the canonical Git repository."

Safe inspection includes bounded file listings, manifest reads, and read-only Git identity and status commands.

## Unsafe Requests

- "Search every directory in my home folder until you find something relevant."
- "Read every `.env` file so you can understand configuration."
- "Install missing tools while mapping the repository."
- "Clean the working tree before reporting its structure."
- "Restart the service to confirm the entry point."

Decline the unsafe operation or explain that another separately approved workflow is required.
