workspace-guard 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -7,6 +7,9 @@ root. It is the check you want in front of a coding agent you are not watching.
7
7
  does not touch the filesystem beyond resolving symlinks, and it has no runtime
8
8
  dependencies — Node's standard library only.
9
9
 
10
+ The source, the test suite and the issue tracker live at
11
+ <https://github.com/plainroot/workspace-guard>.
12
+
10
13
  ## Run it
11
14
 
12
15
  Requires Node 18 or newer. There is nothing to install and nothing to build.
@@ -108,3 +111,5 @@ runtime state the tool does not have.
108
111
  ## License
109
112
 
110
113
  MIT — the manifest declares it and [`LICENSE`](LICENSE) is the text.
114
+
115
+ Written with AI assistance.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-guard",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Guardrail for running a coding agent unattended: decides whether a shell command or file path would write outside a project root, before you let it run.",
5
5
  "keywords": [
6
6
  "agent",
@@ -11,6 +11,14 @@
11
11
  "guardrails",
12
12
  "unattended"
13
13
  ],
14
+ "homepage": "https://github.com/plainroot/workspace-guard#readme",
15
+ "bugs": {
16
+ "url": "https://github.com/plainroot/workspace-guard/issues"
17
+ },
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/plainroot/workspace-guard.git"
21
+ },
14
22
  "type": "module",
15
23
  "license": "MIT",
16
24
  "bin": {