| name | untag-session |
| description | Removes a tag from a session. The session itself is not deleted. |
To remove a tag:
-
First list existing tags so the user can identify which one to remove:
node ./scripts/sync-engine.js tags
-
Ask the user which tag they want to remove.
-
Run the untag command:
node ./scripts/sync-engine.js untag <tag-name>
Example:
node ./scripts/sync-engine.js untag auth-refactor
-
The tag removal is committed and pushed to the remote sync repository.
Important: Removing a tag does NOT delete the session — it only removes the friendly alias. The session remains accessible by its UUID.