status
Inspect a project's tasks and their current progress. View each task's ID, title, and status to decide whether to run pending tasks or build new work.
Instructions
Show a project's tasks and their current state.
Use when: you want to inspect what work exists and how far it has progressed,
e.g. before deciding whether to ``run`` pending tasks or ``build`` new work.
Do NOT use when: the project isn't registered — call ``scan`` first, or
``list_projects`` to find the right path. Related: ``list_projects``,
``run``, ``build``.
Side effects: none — read-only, calls no LLM, idempotent.
Returns the project's tasks, each with its id, title, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to a registered project's directory (the one containing its project.yaml). Must be a directory that has been registered via ``scan``. Example: '/Users/me/code/my-api'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |