feat: Implement Slack export importer and enhance README documentation for historical context recovery

This commit is contained in:
2026-04-09 16:01:30 -06:00
parent 332fbca1c5
commit dab9dabd92
7 changed files with 584 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ This directory contains helpers that automate:
- standup generation
- manager update drafting
- Mattermost-ready message formatting
- historical Slack import
The default workspace Mattermost extractor now lives in:
@@ -43,3 +44,14 @@ Expected behavior:
- return a non-zero exit code on failure
OpenCode can then use that output to refresh `ai/inbox/mattermost-latest.md` proactively.
Historical Slack exports can also be imported through:
- `python3 scripts/slack/import_slack_export.py ...`
- `/slack-import ...`
Recommended raw archive location:
- `archives/slack/export/`
The importer can auto-detect `fidelity*` channels and auto-tune message selection for very large exports.