fix(landlock-run): close release integration gaps (review round 2)

This commit is contained in:
Hypatia May
2026-08-06 10:52:46 +08:00
parent 598f9719f4
commit d3aa337c26
13 changed files with 46 additions and 37 deletions

View File

@@ -3,6 +3,11 @@
"version": "0.0.1",
"type": "module",
"description": "Landlock self-restrict-then-exec launcher for sandboxing subprocesses on Linux: per-platform prebuilt static binaries plus the JS seam that resolves, probes, and speaks their CLI contract",
"repository": {
"type": "git",
"url": "git+https://github.com/deepseek-harness/deepseek-harness.git",
"directory": "native/landlock-run/packages/entry"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {

View File

@@ -2,6 +2,11 @@
"name": "node-addon-landlock-run-linux-arm64",
"version": "0.0.1",
"description": "Prebuilt landlock-run Landlock launcher binary for linux-arm64 (static musl) — resolved as a file path by node-addon-landlock-run, never imported",
"repository": {
"type": "git",
"url": "git+https://github.com/deepseek-harness/deepseek-harness.git",
"directory": "native/landlock-run/packages/linux-arm64"
},
"os": [
"linux"
],

View File

@@ -2,6 +2,11 @@
"name": "node-addon-landlock-run-linux-x64",
"version": "0.0.1",
"description": "Prebuilt landlock-run Landlock launcher binary for linux-x64 (static musl) — resolved as a file path by node-addon-landlock-run, never imported",
"repository": {
"type": "git",
"url": "git+https://github.com/deepseek-harness/deepseek-harness.git",
"directory": "native/landlock-run/packages/linux-x64"
},
"os": [
"linux"
],