codeloop_section_status
Report the progress of multi-section app development against the section state machine.
When to use codeloop_section_status
Use `codeloop_section_status` when your AI agent needs to report the progress of multi-section app development against the section state machine.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| project_dir | string | no | Project root. |
What you get back
Per-section status (planned / in-progress / verified / replanning).
FAQ
What does codeloop_section_status do?
Report the progress of multi-section app development against the section state machine.
When should an AI agent call codeloop_section_status?
Use `codeloop_section_status` when your AI agent needs to report the progress of multi-section app development against the section state machine.
What does codeloop_section_status return?
Per-section status (planned / in-progress / verified / replanning).
Is codeloop_section_status 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.