diff --git a/package.json b/package.json index 3e42158..ed08976 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "OpenCode plugin that prevents agents/tools from reading or editing sensitive .env* files, while still allowing safe inspection via EnvSitter.", "license": "MIT", "type": "module", + "repository": { + "type": "git", + "url": "git+https://github.com/boxpositron/envsitter-guard.git" + }, "exports": { ".": { "types": "./dist/index.d.ts",