@amaster.ai/employee-runtime-connector 0.1.0-beta.25 → 0.1.0-beta.26
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
//
|
|
2
|
+
// MirrorX runtime connector daemon bundle.
|
|
3
3
|
|
|
4
4
|
// src/amaster-runtime-daemon.mjs
|
|
5
5
|
import { createHash as createHash6 } from "node:crypto";
|
|
@@ -2302,7 +2302,7 @@ function governedReadSection(context) {
|
|
|
2302
2302
|
function fixedRules(input, includeIssueLine) {
|
|
2303
2303
|
return [
|
|
2304
2304
|
"## AMaster Runtime Connector Task",
|
|
2305
|
-
"You are executing a task dispatched by
|
|
2305
|
+
"You are executing a task dispatched by MirrorX from the central control plane.",
|
|
2306
2306
|
"Work only inside the declared workspace. Make concrete progress and finish with a concise result summary.",
|
|
2307
2307
|
"Do not install operating-system or user-global packages, and do not use host package managers such as brew, apt, yum, or global pip/npm installs. Use tools already available or workspace-local dependencies or virtual environments. If a required renderer or evaluator is unavailable, keep the source artifact, record the exact verification gap, and do not mutate the host.",
|
|
2308
2308
|
`- command id: ${input.commandId}`,
|
|
@@ -4700,7 +4700,7 @@ function readWorkspaceStatus(cwd, opts = {}) {
|
|
|
4700
4700
|
}
|
|
4701
4701
|
|
|
4702
4702
|
// src/amaster-runtime-daemon.mjs
|
|
4703
|
-
var CONNECTOR_VERSION = "0.1.0-beta.
|
|
4703
|
+
var CONNECTOR_VERSION = "0.1.0-beta.26";
|
|
4704
4704
|
var CONNECTOR_CONTRACT_VERSION = "2026-06-04.v1";
|
|
4705
4705
|
var MAX_CHECKPOINT_BYTES = 20 * 1024 * 1024;
|
|
4706
4706
|
var CHECKPOINT_TTL_MS = 24 * 60 * 60 * 1e3;
|
package/dist/amaster-runtime.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { dirname, join, resolve } from "node:path";
|
|
|
5
5
|
import { homedir, hostname } from "node:os";
|
|
6
6
|
import { fileURLToPath } from "node:url";
|
|
7
7
|
|
|
8
|
-
const CONNECTOR_VERSION = "0.1.0-beta.
|
|
8
|
+
const CONNECTOR_VERSION = "0.1.0-beta.26";
|
|
9
9
|
|
|
10
10
|
const CAPABILITIES = [
|
|
11
11
|
"remote_registration",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amaster.ai/employee-runtime-connector",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.0-beta.26",
|
|
4
|
+
"description": "MirrorX runtime connector CLI and daemon",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|