From 036226ed74a59b7cf74e5125ada5183547004af3 Mon Sep 17 00:00:00 2001 From: Keysat Date: Mon, 15 Jun 2026 20:55:38 -0500 Subject: [PATCH] Scope the email guide to the top-level digest send files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Extend docs/guides/email.md paths: frontmatter (and its AGENTS.md index entry) to include backend/digest_mailer.py and backend/smtp_send.py, so the guide auto-loads when editing the outbound-digest send path — not just backend/email_integration/**. Portability-checker: compliant. --- AGENTS.md | 2 +- docs/guides/email.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 2a98c6b..5be816b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -61,7 +61,7 @@ Subsystem rules live in `docs/guides/` and lazy-load in Claude Code via `.claude - **Thesis logic** (`backend/thesis_*.py`, `backend/mcp/architect_*.py`) → `docs/guides/thesis.md` - **Redaction or any MCP/Claude path** (`backend/redaction/`, `backend/mcp/`) → `docs/guides/redaction.md` - **Ingest / retrieval** (`backend/ingest/`) → `docs/guides/spark-ingest.md` -- **Email capture / drafts** (`backend/email_integration/`) → `docs/guides/email.md` +- **Email capture / drafts + digest send** (`backend/email_integration/`, `backend/digest_mailer.py`, `backend/smtp_send.py`) → `docs/guides/email.md` - **Building or deploying the s9pk** (`start9/`) → `docs/guides/packaging.md` ## Conventions diff --git a/docs/guides/email.md b/docs/guides/email.md index 5c100cf..b91652d 100644 --- a/docs/guides/email.md +++ b/docs/guides/email.md @@ -1,6 +1,8 @@ --- paths: - backend/email_integration/** + - backend/digest_mailer.py + - backend/smtp_send.py --- # Email capture & drafts (Gmail)