List CRUMB projects in the workspace
crumb_list_projectsEnumerate CRUMB project files (.cru) with size, modification time, and SHA-256 digest, allowing discovery of projects without explicit paths.
Instructions
Enumerates .cru files under the workspace root (or one subdirectory) with size, modification time, and SHA-256 digest, so a model can discover projects without being handed a path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Workspace-relative directory ref to list | . |
| limit | No | ||
| recursive | No | ||
| includeDigests | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| context | Yes | ||
| summary | Yes | ||
| diagnostics | Yes | ||
| nextActions | Yes | ||
| contractVersion | Yes |