From 1bf843fd010ecb1a8828e48cea8f0d99622fe3cd Mon Sep 17 00:00:00 2001 From: cproudlock Date: Thu, 11 Dec 2025 17:15:27 -0500 Subject: [PATCH] Document environment access limitations for Claude MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add section clarifying dev vs production access - Note that Zabbix, prod IIS, prod DB, prod logs are inaccessible - Clarify user must relay prod info and deploy changes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 2521484..00e8ff2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -12,6 +12,24 @@ ShopDB is a Classic ASP/VBScript web application for managing manufacturing shop - **Server:** IIS on Windows VM (192.168.122.151:8080) - **Version Control:** Gitea (localhost:3000) +## Environment Access + +**Claude can access (dev environment):** +- Dev MySQL database via Docker (localhost:3306) +- Dev IIS via Windows VM (192.168.122.151:8080) +- Local files and Gitea + +**Claude CANNOT access (production):** +- Production IIS server +- Production IIS logs +- Production MySQL database +- Zabbix server (10.48.130.113) + +For production tasks, user must: +- Relay production data/logs to Claude +- Deploy files to production IIS +- Execute database changes on production + ## Key Architecture ### Database Schema (Phase 2 - Current)