needs-you escalations carry a live @mention (mib007 mention crash fixed)
mib007's mention path is fixed (Nirlabinc/mib007 PR #32): mention resolution is now fire-and-forget server-side (a lookup failure can no longer 500 the POST after the insert), and an @handle matching an active workspace-member user's lower(name) creates a comment.mention notification. - update_body: the needs-you escalation line now emits a real @handle instead of the zwsp-neutralised one, so the human actually gets pinged. - neutralize() stays for all ledger-derived text (titles/details/notes): item text containing @aros/@ellie must not accidentally fire an agent reply. - bridge.env: PULSE_BRIDGE_MENTION nir -> rapidnir. 'nir' resolves to nothing (mentions match lower(user.name) over ACTIVE workspace members; the only human members of Nirlab Command Center are Board and RapidNir). Co-Authored-By: Claude Fable 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01YECpkAwQUwgu7NVy91R8fW
This commit is contained in:
+6
-2
@@ -4,8 +4,12 @@ PULSE_BRIDGE_MIB_BASE=http://127.0.0.1:5520
|
||||
# Nirlab Command Center (founder workspace) — where the Pulse/Activity feed lives
|
||||
PULSE_BRIDGE_WORKSPACE_ID=293d29db-4978-4c54-a92e-b24d4c0a7115
|
||||
PULSE_BRIDGE_CHANNEL=activity
|
||||
# handle used in "@nir NEEDS YOU:" escalation comments
|
||||
PULSE_BRIDGE_MENTION=nir
|
||||
# handle used in "@… NEEDS YOU:" escalation comments. Must be the lower(name)
|
||||
# of an ACTIVE member of the workspace above — mib007 resolves user mentions by
|
||||
# lower(u.name) over workspace_memberships. "nir" does not resolve here (the
|
||||
# only human members are Board/local-board and RapidNir/rapidnir-admin), so we
|
||||
# mention RapidNir — Nir's account in the Nirlab Command Center workspace.
|
||||
PULSE_BRIDGE_MENTION=rapidnir
|
||||
PULSE_BRIDGE_POSTER_NAME=Ledger
|
||||
PULSE_BRIDGE_SHRE_ITEMS=/Users/aibot/.local/bin/shre-items
|
||||
PULSE_BRIDGE_STATE=/Users/aibot/.shre/pulse-bridge/state.json
|
||||
|
||||
Reference in New Issue
Block a user