aboutsummaryrefslogtreecommitdiff
path: root/.ai/workflows/send-email.org
Commit message (Collapse)AuthorAgeFilesLines
* docs(protocols): surface cmail-action send as the default email pathCraig Jennings2026-05-301-35/+15
| | | | An org-drill session asked to send a follow-up email first claimed it couldn't, then hand-built MIME through msmtp, because nothing told it cmail send exists. I added a "Sending Email" subsection to protocols.org (read every session): cmail (c@cjennings.net) is the default for personal mail, dmail for work, and cmail-action send is the tool, with one-liner examples for body-file, attachments, Cc/Bcc, and threaded replies. I also rewrote send-email.org Step 4, replacing the inline-Python heredoc that taught the hard way with the cmail-action send call.
* chore(ai): initialize project notes and Claude tooling surfacesCraig Jennings2026-05-061-0/+198
Replace the seed notes.org with project-specific context (layout, install modes, task tracker location, recent inflection point). Bring in the synced template surfaces (protocols, workflows, scripts, references, retrospectives, someday-maybe) as tracked content for this content/documentation project.