denis@keisei — keiseikit-browse — 144×42
⌘1
KEISEIKIT v0.16.2DAEMON UPSLEEP 03:07
session 4f3amem 47/2002026-05-01 05:21

/primitives / kei-notify-slack

kei-notify-slack

Slack incoming-webhook NotifyChannel impl for kei-runtime-core (Wave 8). POST JSON with severity-coloured attachments. Mocked tests via wiremock.

taglineSlack incoming-webhook NotifyChannel impl for kei-runtime-core (Wave 8). POST JS
languageRust
# install single binary
$ curl -fsSL keiseikit.dev/primitives/kei-notify-slack/install.sh | bash
▸ download .sh
# after install
$ kei-notify-slack --help
# settings.json snippet
"hooks": {
  "PostToolUse": [
    { "match": "Edit|Write",
      "hooks": ["~/.claude/hooks/kei-notify-slack.sh"] }
  ]
}

other primitives