this repo has no description
1// DEPRECATED: This file is no longer used. 2// 3// The Apps Script is now built from wrapper.ts which imports the main classifier.ts 4// This ensures the Apps Script always uses the same logic as the TypeScript version. 5// 6// To build: bun run gas 7// Source: src/apps-script/wrapper.ts + src/classifier.ts 8// 9// This file is kept for reference only.