Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.03 KB

File metadata and controls

20 lines (13 loc) · 1.03 KB

core.operations

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).

Subpackages

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.

Docs

Long-form design notes: docs/operations/ (e.g. github.md).

Tests

../tests/operations/ and ../tests/github_ops/