codeloop_check_workflow
Workflow-enforcement check that fails loudly if you skipped verify, screenshots, recordings, or gate_check before declaring a task complete.
When to use codeloop_check_workflow
Use `codeloop_check_workflow` when your AI agent needs to workflow-enforcement check that fails loudly if you skipped verify, screenshots, recordings, or gate_check before declaring a task complete.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| task_id | string | no | Task identifier or section name. |
| project_dir | string | no | Project root. |
What you get back
List of missing prerequisite calls + the exact tool calls required next.
FAQ
What does codeloop_check_workflow do?
Workflow-enforcement check that fails loudly if you skipped verify, screenshots, recordings, or gate_check before declaring a task complete.
When should an AI agent call codeloop_check_workflow?
Use `codeloop_check_workflow` when your AI agent needs to workflow-enforcement check that fails loudly if you skipped verify, screenshots, recordings, or gate_check before declaring a task complete.
What does codeloop_check_workflow return?
List of missing prerequisite calls + the exact tool calls required next.
Is codeloop_check_workflow part of the CodeLoop MCP server?
Yes. CodeLoop ships as an MCP server installed via `npx codeloop init`. Cursor and Claude Code call it automatically once the User Rule (Cursor) or CLAUDE.md (Claude Code) is in place.