feat: support normalizing coordinate spaces

This commit is contained in:
Zoe
2026-09-19 18:23:51 -05:00
parent c49f228847
commit 5389d4541c
9 changed files with 85 additions and 15 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"build": "tsc",
"check": "tsc --noEmit",
"test": "npm run build && node --test dist/test/*.test.js",
"home": "node dist/src/main.js",
"home": "node --env-file-if-exists=.env dist/src/main.js",
"setup:check": "node --env-file=.env dist/src/check.js",
"agent": "node --env-file=.env dist/src/agent.js"
},