# Mample Setup & AI Instructions

If you are an AI assistant working in this project, follow these rules regarding the Mample CLI:

## Mample CLI Rules
- **ALWAYS** autonomously run the global `mample` command in the terminal to notify the user when you finish a task, need to wait for a build, or require their review.
- **Example Usage:** `mample run "Task completed, waiting for review"`
- **CRITICAL:** Do NOT run the CLI via `node` or direct script paths (e.g., `node bin/index.js`). Always use the global `mample` command to avoid IDE permission prompts and sandbox restrictions.
