@amaster.ai/employee-runtime-connector 0.1.1-beta.89 → 0.1.1-beta.90
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.
|
@@ -6474,7 +6474,9 @@ function resolvedDependencySections(context, input, contextScope, snapshotFreshn
|
|
|
6474
6474
|
"Accepted predecessor outputs are binding inputs unless this issue explicitly requests reconsideration.",
|
|
6475
6475
|
"Before any downstream document/artifact write, review request, status mutation, or completion, perform every Required read.",
|
|
6476
6476
|
"Current-issue documents, parent-issue documents, summaries, and workspace files are not substitutes for these predecessor documents.",
|
|
6477
|
-
"Compare each returned latestRevisionId with the expected value. On revision mismatch, do not perform downstream writes; report it."
|
|
6477
|
+
"Compare each returned latestRevisionId with the expected value. On revision mismatch, do not perform downstream writes; report it.",
|
|
6478
|
+
"These predecessor reads establish exact input provenance; they do not automatically become deliverables of the current Issue.",
|
|
6479
|
+
"Unless the Multi-acceptance parent closure contract below explicitly applies, do not copy predecessor document or work-product refs into the current Issue Delivery Manifest. Cite the exact predecessor revision in the derived output and let the runtime Context Manifest preserve the audit edge; publish only deliverables that the current Issue owns."
|
|
6478
6480
|
] : [],
|
|
6479
6481
|
...multiAcceptanceLines,
|
|
6480
6482
|
...tuples.flatMap((tuple, index) => {
|
|
@@ -11835,7 +11837,7 @@ var source_acquisition_compatibility_default = {
|
|
|
11835
11837
|
};
|
|
11836
11838
|
|
|
11837
11839
|
// src/amaster-runtime-daemon.mjs
|
|
11838
|
-
var CONNECTOR_VERSION = "0.1.1-beta.
|
|
11840
|
+
var CONNECTOR_VERSION = "0.1.1-beta.90";
|
|
11839
11841
|
var CONNECTOR_CONTRACT_VERSION = "2026-06-04.v1";
|
|
11840
11842
|
var SOURCE_ACQUISITION_CAPABILITY = source_acquisition_compatibility_default.profileVersion;
|
|
11841
11843
|
var daemonRequire = createRequire(import.meta.url);
|
package/dist/amaster-runtime.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import { basename, dirname, join, resolve } from "node:path";
|
|
|
6
6
|
import { homedir, hostname } from "node:os";
|
|
7
7
|
import { fileURLToPath } from "node:url";
|
|
8
8
|
|
|
9
|
-
const CONNECTOR_VERSION = "0.1.1-beta.
|
|
9
|
+
const CONNECTOR_VERSION = "0.1.1-beta.90";
|
|
10
10
|
|
|
11
11
|
const CAPABILITIES = [
|
|
12
12
|
"remote_registration",
|