From 295d985a3db1edb0620d733fc99e6525344b4fbd Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 16:00:41 -0700 Subject: [PATCH] docs: add Setup wiki page --- Setup.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Setup.md diff --git a/Setup.md b/Setup.md new file mode 100644 index 0000000..a67afcc --- /dev/null +++ b/Setup.md @@ -0,0 +1,13 @@ +# Setup + +## Purpose + +Automation project. Keep credentials, sessions, tokens, user data, and platform-policy boundaries explicit. + +## Local Requirements + +Document runtime, toolchain, hardware, environment variables, and dependency setup here. + +## First Run + +Add the smallest known-good setup path. Keep secrets in local environment files that are ignored by Git.