labgate 0.5.4 → 0.5.6

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 +1 -1
  2. package/package.json +5 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # LabGate
2
2
 
3
- Policy-controlled sandboxes for LLM coding agents on HPC systems.
3
+ Policy-controlled sandboxes for AI coding agents. Built for HPC clusters.
4
4
 
5
5
  ## Current Product Focus
6
6
 
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "labgate",
3
- "version": "0.5.4",
4
- "description": "Policy-controlled sandboxes for LLM coding agents on HPC",
3
+ "version": "0.5.6",
4
+ "description": "Policy-controlled sandboxes for AI coding agents https://labgate.dev",
5
+ "homepage": "https://labgate.dev",
6
+ "keywords": ["sandbox", "claude", "codex", "hpc", "slurm", "ai-agent", "container", "apptainer"],
5
7
  "bin": {
6
8
  "labgate": "bin/labgate.js"
7
9
  },
@@ -41,5 +43,5 @@
41
43
  "engines": {
42
44
  "node": ">=18"
43
45
  },
44
- "license": "UNLICENSED"
46
+ "license": "SEE LICENSE AT https://labgate.dev"
45
47
  }