feat: Implement Mattermost sync functionality and enhance workspace context management

This commit is contained in:
2026-04-09 14:46:50 -06:00
parent e92c07b8b1
commit 0173e3d376
18 changed files with 740 additions and 7 deletions

1
ai/inbox/.gitkeep Normal file
View File

@@ -0,0 +1 @@

11
ai/inbox/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Mattermost Inbox
This directory stores raw or semi-processed communication captured from Mattermost before it is promoted into the persistent workspace context.
Recommended usage:
- `mattermost-latest.md` contains the most recent capture
- timestamped snapshots can be stored here if needed
- durable facts should be promoted into `ai/logs/`, `ai/state/`, or `ai/context/`
This directory is intentionally treated as an inbox, not as the final source of truth.