Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

feat: @dalroot 멘션 시 호스트 notify-dalroot 자동 호출 #547

@dalsoop

Description

@dalsoop

Summary

leader가 MM에서 @dalroot를 멘션하면, 호스트의 notify-dalroot가 자동 호출되어 Claude Code hook으로 알림이 전달되어야 함.

Current State

  • dalroot → leader: dalcenter tell 로 가능
  • leader → dalroot: 방법 없음 (notify-dalroot를 수동 호출해야 함)

Proposed Flow

leader (컨테이너 안): dalcli-leader post "@dalroot PR #550 올림"
  → matterbridge → MM 채널
  → 호스트의 dalroot-listener가 @dalroot 멘션 감지
  → notify-dalroot "<team>" "<message>" "broadcast"
  → /var/lib/dalcenter/notifications/dalroot/pane-*/
  → Claude Code UserPromptSubmit hook
  → dalroot 컨텍스트에 자동 주입

Implementation Options

  1. 호스트에 dalroot-listener 데몬: matterbridge stream을 polling, @dalroot 멘션 감지 시 notify-dalroot 호출
  2. dalcenter daemon에 내장: daemon이 bridge stream에서 @dalroot 멘션을 감지하면 notify-dalroot 호출
  3. matterbridge webhook: matterbridge에 outgoing webhook 설정, @dalroot 멘션 시 호스트 endpoint 호출

Option 2가 가장 자연스러움 — daemon이 이미 bridge에 연결되어 있으니.

Dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions