Shared external I/O (GitHub, Slack, markdown export, filenames). Not a separate Django app — import from tracker apps and commands. Contrast with per-app service APIs (database writes only).
| Package | README | Purpose |
|---|---|---|
github_ops/ |
github_ops/README.md | GitHub REST/GraphQL client, tokens, git clone/push/upload. |
slack_ops/ |
slack_ops/README.md | Slack API client, tokens, channels, messages, file fetch. |
md_ops/ |
md_ops/README.md | JSON/HTML → Markdown (issues, PRs, transcripts, GitHub export). |
file_ops/ |
file_ops/README.md | Cross-platform sanitize_filename. |
Long-form design notes: docs/operations/ (e.g. github.md).