Skip to main content

implement-integration

Implements NeoHaskell INTEGRATION modules under Integrations/ for a context, in the GREEN phase when a verified integration node (outbound or inbound) needs code. Covers three patterns: outbound per-trigger (nullary marker type, EntityOf instance, pure handleEvent, outboundIntegration macro, stubbed with Integration.none plus a TODO); inbound timer or webhook via Integration.Inbound and Integration.Timer; and stateful lifecycle outbound via withOutboundLifecycle. Use when asked to fire a cross-aggregate command from an event, wire a periodic timer, add a stateful worker, run a real side effect (decode the event and shell out via Subprocess), or safely stub an outbound handler. Never panic inside handleEvent — use Integration.none. Do NOT use for a command's decide (implement-command), event payload (implement-event-and-update-entity), query/combine (implement-query), or registering the integration in App.hs (wire-feature). This is NeoHaskell — IO, Either, pure, and dollar-sign application are all wrong here.

跳到安装

来源信息

仓库
neohaskell/skills
最近来源活动
2026年7月3日 11:07
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。