aboutsummaryrefslogtreecommitdiff
path: root/.ai/scripts/gmail-fetch-attachments.py
Commit message (Collapse)AuthorAgeFilesLines
* fix(gmail): Improve safe_filename to handle .. prefixesCraig Jennings2026-05-081-2/+11
| | | | | | Strip leading ".." sequences instead of stripping all leading dots, so dotfiles like ".gitignore" are preserved while still preventing directory traversal via "../foo" style names. ```
* chore(ai): initialize project notes and Claude tooling surfacesCraig Jennings2026-05-061-0/+171
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.