list_projects
List all projects in a monorepo or multi-project workspace to identify the correct project for a user's active file, returning project names matching subfolder paths.
Instructions
Call this FIRST if unsure which project to use. In monorepos or multi-project workspaces, this lists all projects with decisions. Match the returned project name to the subfolder in the user's active file path. Example: if user is editing ".../my-app/src/component.tsx", look for project "my-app" in the results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Include detailed statistics (default: false) |