From 2ea06aff70ef354350d710efd5eb5925b03cfb3f Mon Sep 17 00:00:00 2001 From: pdmarf <135653545+pdmarf@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:52:15 +0100 Subject: [PATCH] Add README with Claude Code context path Documents the macOS working directory and how to resume Claude Code sessions. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f730998 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Security Tools + +A collection of security scripts versioned in this repository. + +## Claude Code Context + +This project is maintained with Claude Code. The working directory on macOS is: + +``` +/Users/petermarfleet/code/bin/security +``` + +To resume work in Claude Code from this directory: + +```bash +cd /Users/petermarfleet/code/bin/security +claude +```