Project status
ouroboros_project_statusRebuild a project's complete run status from persisted Ouroboros session events, avoiding partial output on identity conflicts, projection failures, or limit overruns.
Instructions
Resolve a project identity and rebuild its complete read-only run status from persisted Ouroboros session events. Identity conflicts, projection failures, and limits below the complete population return no partial record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Complete-run safety cap. The query fails instead of truncating when the matching population exceeds this value. | |
| workspace | No | Optional canonical project-relative workspace filter. | |
| project_dir | No | Project or workspace directory. Defaults to the MCP server caller directory captured at startup. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runs | Yes | ||
| run_count | Yes | ||
| project_id | Yes | ||
| project_root | Yes | ||
| schema_version | No | ||
| workspace_path | No |