1. Install Operator in your coding agent
Follow the integration steps for the coding agent you use. For Claude Code, open the command input and run:2. Enable Operator for a project directory
With the plugin installed and authentication set up:- Open a repository in Claude Code.
- Start a new session (the SessionStart hook will check your key and status).
- Enable Operator for the current directory, for example:
--max-iterations n to set the max number of stops to trigger; the default is 10.
This creates a hidden project config directory, writes a project local config file with max_iterations and other loop settings, and marks the directory as Operator managed. Once enabled, tasks and goals you describe in that directory are tracked across stops.
3. Send a task to Operator
If Operator is activated, it will trigger for the next query that you send in Claude Code, keeping the loop active for as long as the original task is not completed. Operator also has a console UI where you can ask what happened on your goals. From the console you can:- Ask what your coding agent has done so far.
- Ask which tasks are finished, in progress, or blocked.
- Ask why a previous run stopped or what it tried last.
Next steps
- Learn more about the agent loop in How it works.
- Explore concrete workflows in Use cases.
- If you use Claude Code, wire in more of your stack using the Claude Code integration guide.