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

29
archives/slack/README.md Normal file
View File

@@ -0,0 +1,29 @@
# Slack Archive
Use this directory for historical Slack exports that should be available to the workspace when old evidence is needed.
## Recommended Layout
Preferred:
- `archives/slack/export/`
Extracted Slack export directory
Optional:
- `archives/slack/export.zip`
Raw zip kept for reference only
## Important
- The current importer works with the extracted export directory, not the zip directly.
- Keep raw archive content here, not under `ai/` or `knowledge/`.
- This directory is ignored by git except for this README and `.gitignore`.
## Why Here
This keeps:
- raw historical evidence separate from curated memory
- project memory clean
- historical context available when the agent needs to recover old Jira, people, or decision context