Initial Commit

This commit is contained in:
2026-03-25 22:08:03 -05:00
parent 50be5b7ce7
commit 618a503bd9
32 changed files with 4390 additions and 0 deletions

28
.github/agents/copilot-instructions.md vendored Normal file
View File

@@ -0,0 +1,28 @@
Auto-generated from all feature plans. Last updated: 2026-03-06
## Active Technologies
- N/A - stateless proxy, no persistence layer (001-drive-proxy-adapter)
- Node.js 18+ (LTS), JavaScript ES2022+ with ES modules + Node.js built-ins only otherwise (001-drive-proxy-adapter)
- Node.js >=18.0.0 (ES modules) + axios (HTTP client), jsonwebtoken (JWT for Google auth), uuid (request IDs), xmlbuilder2 (sitemap generation) (001-document-export)
- N/A (stateless proxy, no database) (001-document-export)
## Project Structure
```text
src/
tests/
```
## Commands
# Add commands for Node.js v20.x LTS (with fallback support for v18.x LTS)
## Code Style
Node.js v20.x LTS (with fallback support for v18.x LTS): Follow standard conventions
## Recent Changes
<!-- MANUAL ADDITIONS START -->
<!-- MANUAL ADDITIONS END -->