chore: import upstream snapshot with attribution
CI / test (20, macos-latest) (push) Has been cancelled
CI / test (20, ubuntu-latest) (push) Has been cancelled
CI / test (22, macos-latest) (push) Has been cancelled
CI / test (22, ubuntu-latest) (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:01:18 +08:00
commit 979fb22d7c
613 changed files with 113494 additions and 0 deletions
@@ -0,0 +1,22 @@
{
"name": "@agentmemory/fs-watcher",
"version": "0.1.0",
"description": "Filesystem connector for agentmemory — emits observations on file changes.",
"type": "module",
"bin": {
"agentmemory-fs-watcher": "./bin.mjs"
},
"main": "./watcher.mjs",
"exports": {
".": "./watcher.mjs"
},
"files": ["watcher.mjs", "bin.mjs", "README.md"],
"engines": { "node": ">=20" },
"license": "Apache-2.0",
"homepage": "https://github.com/rohitg00/agentmemory/tree/main/integrations/filesystem-watcher",
"repository": {
"type": "git",
"url": "https://github.com/rohitg00/agentmemory.git",
"directory": "integrations/filesystem-watcher"
}
}