@adaptic/maestro 1.7.0 → 1.7.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptic/maestro",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "description": "Maestro — Autonomous AI agent operating system. Deploy AI employees on dedicated Mac minis.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -378,7 +378,7 @@ export function toInboxItems(parsed) {
378
378
  from_ceo: true,
379
379
  tagged_urgent: false,
380
380
  contains_deadline: false,
381
- mentions_sophie: true,
381
+ mentions_agent: true,
382
382
  },
383
383
  raw_ref: parsed.slackTs
384
384
  ? `slack:${parsed.slackChannel || "unknown"}:${parsed.slackTs}`
@@ -412,7 +412,7 @@ export function toInboxItems(parsed) {
412
412
  from_ceo: action.caller_privilege === "ceo",
413
413
  tagged_urgent: action.priority === "critical",
414
414
  contains_deadline: PRIORITY_SIGNALS.high.test(action.context),
415
- mentions_sophie: true,
415
+ mentions_agent: true,
416
416
  },
417
417
  raw_ref: action.source_ref || "",
418
418
  }));