iiRecord
Agentic AI Atlas · Plugin file-watcher
background-monitor:plugin-watcha5c.ai
II.
BackgroundMonitor JSON

background-monitor:plugin-watch

Structured · live

Plugin file-watcher json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/lifecycle-stubs/canonical-stubs.yamlCluster · extensions
Record JSON
{
  "id": "background-monitor:plugin-watch",
  "_kind": "BackgroundMonitor",
  "_file": "extensions/lifecycle-stubs/canonical-stubs.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Plugin file-watcher",
    "manifestPath": "plugins/example-portable-extension/monitor.json",
    "command": "node monitor.js",
    "triggers": [
      "file-change"
    ],
    "lifecycle": "persistent",
    "outputs": [
      "file"
    ]
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "plugin:example-portable-extension",
      "to": "background-monitor:plugin-watch",
      "kind": "contains_monitor",
      "attributes": {}
    }
  ]
}