{
  "enabled": true,
  "name": "Sync Tasks on Edit",
  "description": "Automatically sync workspace when tasks.md is edited",
  "version": "1",
  "when": {
    "type": "fileEdited",
    "patterns": [
      "**/tasks.md"
    ]
  },
  "then": {
    "type": "askAgent",
    "prompt": "The tasks.md file has been updated. Please review the changes and update the workspace status if needed. Run `kse workspace sync` to synchronize."
  }
}
