remove_tracked_file
Stop tracking a file so Metis no longer watches it for changes. Removes a file from the tracked list without affecting the file itself.
Instructions
Stop tracking a file so Metis no longer watches it for changes.
Removes a single file from the tracked-files list (the files the dashboard
Planning tab scans for activity). Use this when a file is no longer relevant
or was added by mistake. The file on disk is never touched — only its
tracking record is deleted. The inverse of add_tracked_file.
Args:
path: Absolute path of the file to stop tracking. Must match the path
exactly as it was registered.
Returns:
A confirmation that tracking stopped, or a note if the path was not in
the tracking list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |