@amaster.ai/employee-runtime-connector 0.1.1-beta.29 → 0.1.1-beta.30

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.
@@ -4958,7 +4958,7 @@ function optionalTaskWikiContextSection(context) {
4958
4958
  path: readString(candidate.path),
4959
4959
  title: readString(candidate.title),
4960
4960
  excerpt: readString(candidate.excerpt)
4961
- })).filter((candidate) => candidate.pageRevisionId && candidate.path && candidate.excerpt && ["projection_backed", "manual_cited"].includes(candidate.provenanceKind)).slice(0, 5);
4961
+ })).filter((candidate) => candidate.pageRevisionId && candidate.path && candidate.excerpt && ["projection_backed", "manual_cited", "accepted_outcome"].includes(candidate.provenanceKind)).slice(0, 5);
4962
4962
  const bundleId = readString(snapshot.bundleId);
4963
4963
  const bodyHash = readString(snapshot.bodyHash);
4964
4964
  const ready = snapshot.status === "ready" && bundleId && bodyHash && candidates.length > 0;
@@ -9414,7 +9414,7 @@ function assertSourceAcquisitionRuntimeAuthority({
9414
9414
  }
9415
9415
 
9416
9416
  // src/amaster-runtime-daemon.mjs
9417
- var CONNECTOR_VERSION = "0.1.1-beta.29";
9417
+ var CONNECTOR_VERSION = "0.1.1-beta.30";
9418
9418
  var CONNECTOR_CONTRACT_VERSION = "2026-06-04.v1";
9419
9419
  var SOURCE_ACQUISITION_CAPABILITY = "source_acquisition_v1";
9420
9420
  var SOURCE_ACQUISITION_PROFILE_VERSION = "source_acquisition_v1";
@@ -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.29";
9
+ const CONNECTOR_VERSION = "0.1.1-beta.30";
10
10
 
11
11
  const CAPABILITIES = [
12
12
  "remote_registration",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amaster.ai/employee-runtime-connector",
3
- "version": "0.1.1-beta.29",
3
+ "version": "0.1.1-beta.30",
4
4
  "description": "MirrorX runtime connector CLI and daemon",
5
5
  "license": "MIT",
6
6
  "type": "module",