From f6710203c7bb488cf7b4af7f242ee9e8c12a0dc9 Mon Sep 17 00:00:00 2001 From: "Peter.Morton" Date: Sat, 7 Mar 2026 10:35:03 -0600 Subject: [PATCH] Reorganize project structure: relocate proxy.js and global directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Move src/proxy.js → src/proxyScripts/proxy.js - Move global/ → src/globalVariables/ - Update constitution.md to reflect new file locations - Update all documentation references to new paths - Consolidate all source code under src/ directory Constitution version: 1.15.0 → 1.16.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .specify/memory/constitution.md | 140 +++++++++++++----- .../google_drive_settings.json | 23 +++ src/{ => proxyScripts}/proxy.js | 0 3 files changed, 123 insertions(+), 40 deletions(-) create mode 100644 src/globalVariables/google_drive_settings.json rename src/{ => proxyScripts}/proxy.js (100%) diff --git a/.specify/memory/constitution.md b/.specify/memory/constitution.md index ebf8bb8..aaf2ffe 100644 --- a/.specify/memory/constitution.md +++ b/.specify/memory/constitution.md @@ -1,5 +1,49 @@