// DEPRECATED: This file is no longer used. // // The Apps Script is now built from wrapper.ts which imports the main classifier.ts // This ensures the Apps Script always uses the same logic as the TypeScript version. // // To build: bun run gas // Source: src/apps-script/wrapper.ts + src/classifier.ts // // This file is kept for reference only.