@pattern-stack/codegen 0.13.0 → 0.13.1

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.
@@ -8623,6 +8623,19 @@ var SURFACE_REGISTRY = {
8623
8623
  noCapsConst: "NO_TRANSCRIPT_CAPABILITIES",
8624
8624
  l2Ports: [],
8625
8625
  readPrimitive: true
8626
+ },
8627
+ // messaging (swe-brain ADR-0008) — interaction surface like transcript: the
8628
+ // adapter contributes per-entity change sources for `channel` + `message`
8629
+ // (`conversation` is domain-derived by segmentation, not vendor-read). The
8630
+ // capability descriptor adds an optional `canWrite` flag for the bot-user write
8631
+ // path, which ships dark in v1; the scaffold still only constructs `entities`.
8632
+ messaging: {
8633
+ packageName: "@pattern-stack/codegen-messaging",
8634
+ portType: "MessagingPort",
8635
+ capabilitiesType: "MessagingCapabilities",
8636
+ noCapsConst: "NO_MESSAGING_CAPABILITIES",
8637
+ l2Ports: [],
8638
+ readPrimitive: true
8626
8639
  }
8627
8640
  };
8628
8641
  var SCAFFOLD_SENTINEL2 = "// <CODEGEN-SCAFFOLD-V1>";