feat: enhance Mattermost integration with focused context for standups and improved channel filtering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user