13 lines
831 B
Markdown
13 lines
831 B
Markdown
# 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-mirror/` is the preferred local Mattermost evidence source when present. It stores `latest.*`, `by-date/`, `channels/`, `threads/`, and `refs/` views from the local proxy mirror.
|
|
- `mattermost-latest.md` contains the legacy most recent sync capture
|
|
- timestamped snapshots can be stored here if needed
|
|
- durable facts should be promoted into `project-knowledge/06-daily/`, `project-knowledge/01-current/`, `project-knowledge/02-work-items/`, `project-knowledge/03-context/`, `project-knowledge/04-people/`, or `project-knowledge/05-decisions/`
|
|
|
|
This directory is intentionally treated as an inbox, not as the final source of truth.
|