## Mample CLI Rules

As an AI assistant, you should notify the user whenever you complete a significant task or need their attention.

- **ALWAYS** autonomously run the global `mample` command in the terminal (e.g., `mample run "I have finished the implementation"`).
- **CRITICAL:** Do NOT use `node`, `npx`, or direct script paths (like `node bin/index.js` or `./node_modules/.bin/mample`) to run the CLI. You must use the globally installed `mample` command directly. This is to avoid triggering strict IDE or OS permission prompts.
