From 3595aa8a8122da543676717fb5825044eee99a9d Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 19 Feb 2026 16:14:30 -0600 Subject: docs: sync templates, process announcements, update todo headers Synced workflows, scripts, and protocols from templates. Processed 4 announcements (calendar cross-visibility, gcalcli, open-tasks, summarize-emails). Renamed todo.org headers to project-named convention. --- docs/announcements/inbox-gitkeep.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/announcements/inbox-gitkeep.txt (limited to 'docs/announcements/inbox-gitkeep.txt') diff --git a/docs/announcements/inbox-gitkeep.txt b/docs/announcements/inbox-gitkeep.txt new file mode 100644 index 0000000..f8946c2 --- /dev/null +++ b/docs/announcements/inbox-gitkeep.txt @@ -0,0 +1,10 @@ +The inbox/ directory was disappearing between sessions because git doesn't track +empty directories. A .gitkeep file has been added to fix this. + +Action: If your project has an inbox/ directory, ensure it contains a .gitkeep file: + + touch inbox/.gitkeep + +If your project doesn't have an inbox/ directory yet, create one with .gitkeep: + + mkdir -p inbox && touch inbox/.gitkeep -- cgit v1.2.3