disconnect_project_source
Reverse a project's source binding to fix a wrong folder or stop tracking; preview removal without confirm, affects only that project.
Instructions
Remove a project node's local source binding and its receipt. The reversal of connect_project_source — use it when the wrong folder was bound, or to stop measuring. Without confirm: true it only reports what would be removed. Other projects' bindings are never touched, and no ontology markdown changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Required to write. Default false lists the binding that would be removed. | |
| projectSlug | Yes | Project node slug whose source binding should be removed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| remedy | No | ||
| changed | Yes | ||
| removed | Yes | ||
| bindings | Yes | ||
| contract | Yes | ||
| nextCall | No | ||
| confirmed | Yes | ||
| projectSlug | Yes | ||
| projectSource | No |