From 4de1508cb84e6959f40370f9dc75cad4ddbce876 Mon Sep 17 00:00:00 2001 From: ajmallesh Date: Mon, 12 Jan 2026 17:22:53 -0800 Subject: [PATCH] chore: add .env.example and simplify .gitignore --- .env.example | 8 ++++++++ .gitignore | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..9378e66 --- /dev/null +++ b/.env.example @@ -0,0 +1,8 @@ +# Shannon Environment Configuration +# Copy this file to .env and fill in your credentials + +# Anthropic API Key (required - choose one) +ANTHROPIC_API_KEY=your-api-key-here + +# OR use OAuth token instead +# CLAUDE_CODE_OAUTH_TOKEN=your-oauth-token-here diff --git a/.gitignore b/.gitignore index b91c4cf..f0e66bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ node_modules/ .shannon-store.json .env -agent-logs/ -/audit-logs/ +audit-logs/ dist/