feat: enhance Mattermost integration with focused context for standups and improved channel filtering

This commit is contained in:
2026-05-20 07:47:19 -06:00
parent 3d4da1919a
commit ee35f70c3e
6 changed files with 142 additions and 15 deletions

View File

@@ -19,6 +19,13 @@ MATTERMOST_MIRROR_LATEST_LIMIT=200
# Optional channel allowlist. Comma-separated channel IDs. Empty means all captured channels.
MATTERMOST_MIRROR_CHANNEL_IDS=
# Optional AI context channel filter for reader commands such as:
# python3 scripts/mattermost-proxy/read-context.py --mode standup --today YYYY-MM-DD
# Use readable channel names or channel IDs. Keep project-specific values in your local .env
# or active profile setup, not in reusable scripts.
# Example: project-main,project-standup,dm-you--manager
AIW_MATTERMOST_CONTEXT_CHANNELS=
# Write compact raw REST/WebSocket evidence in addition to normalized messages.
# Keep disabled by default to avoid large files.
MATTERMOST_MIRROR_WRITE_RAW=0