Scope the email guide to the top-level digest send files

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.
This commit is contained in:
Keysat
2026-06-15 20:55:38 -05:00
parent 661ad35ee5
commit 036226ed74
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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
+2
View File
@@ -1,6 +1,8 @@
---
paths:
- backend/email_integration/**
- backend/digest_mailer.py
- backend/smtp_send.py
---
# Email capture & drafts (Gmail)