Add README with Claude Code context path

Documents the macOS working directory and how to resume Claude Code sessions.
This commit is contained in:
pdmarf
2026-04-17 21:52:15 +01:00
parent 93b02d0124
commit 2ea06aff70

18
README.md Normal file
View File

@@ -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
```