linkque-cli-v2 1.0.2-beta.0

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 (5) hide show
  1. package/README.md +12 -0
  2. package/dev/worker.js +4264 -0
  3. package/linkquejs.js +31606 -0
  4. package/package.json +16 -0
  5. package/worker.js +194469 -0
package/README.md ADDED
@@ -0,0 +1,12 @@
1
+ # Linkque CLI Portable
2
+
3
+ 该目录已内联 AgentDev/Dev 调试链路所需的 JavaScript 依赖,不需要安装内网 npm 包。
4
+
5
+ ```bash
6
+ npm install -g .
7
+ linkquejs --version --json
8
+ ```
9
+
10
+ 也可以不安装,直接执行 `node linkquejs.js <command>`。
11
+
12
+ `agentbuild` 依赖额外构建资产,不属于该公网调试包的支持范围。