From 5e6877e8f3fb552fce3367ff273167d2cf6af75f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 22 Feb 2026 23:20:56 -0600 Subject: chore: add docs/ to .gitignore and untrack personal files docs/ contains session history, personal workflows, and private protocols that shouldn't be in a public repository. --- docs/announcements/inbox-gitkeep.txt | 10 ---------- docs/announcements/the-purpose-of-this-directory.org | 18 ------------------ 2 files changed, 28 deletions(-) delete mode 100644 docs/announcements/inbox-gitkeep.txt delete mode 100644 docs/announcements/the-purpose-of-this-directory.org (limited to 'docs/announcements') diff --git a/docs/announcements/inbox-gitkeep.txt b/docs/announcements/inbox-gitkeep.txt deleted file mode 100644 index f8946c2..0000000 --- a/docs/announcements/inbox-gitkeep.txt +++ /dev/null @@ -1,10 +0,0 @@ -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 diff --git a/docs/announcements/the-purpose-of-this-directory.org b/docs/announcements/the-purpose-of-this-directory.org deleted file mode 100644 index ae3f756..0000000 --- a/docs/announcements/the-purpose-of-this-directory.org +++ /dev/null @@ -1,18 +0,0 @@ -The purpose of this directory is to contain one-off instructions for every project using these templates. - -Example: -- restructing of the claude-specific directories. -- announcements of new workflows and how to use them. -- one-off topics to be discussed with Craig when the templates are sync'd. - -How The Directory Is Used -- Craig will decide that all projects will need to perform an action (reorganizing files, adding info to NOTES or protocols, removing unused workflows) -- Craig will add the instructions as a file in this directory -- When the project syncs templates, they will inherit new files in the directory -- They will discuss the instructions with Craig to ensure he knows they have understood the instructions and have the opportunity to ask any clarifying questions before executing the instructions. -- They will then execute the instructions. -- They will inform Craig of the results of executing the instructions (success, failure, and any observations). -- Typically, they will delete the instructions when complete unless the instructions explicitly state to do otherwise. - - -NOTE: This file should always remain in the directory for future reference. This file may be overwritten by a template sync, but should never otherwise be deleted by claude. -- cgit v1.2.3