Suggest workspace aliases
suggest_workspace_aliasesAvoid creating duplicate workspaces by checking existing workspaces that match a new alias URI using identity fingerprints.
Instructions
Purpose: Suggest existing workspaces that may match a new alias URI based on identity fingerprints. When to use: call before creating a new workspace for a repo that may have moved. Inputs: alias_uri is the new path; fingerprints are observed durable identifiers. Side effects: none beyond database reads. Output: candidate workspace matches with confidence evidence. Failure modes: returns an empty list when no fingerprints overlap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias_uri | Yes | New workspace URI or local path being evaluated. | |
| fingerprints | Yes | Observed identity fingerprints for the candidate workspace. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |