phase-10.5: screener enhancements

This commit is contained in:
saikiranvella
2026-06-11 19:18:19 -04:00
parent bac00ab5d5
commit e953822bab
51 changed files with 3745 additions and 36 deletions
+3
View File
@@ -12,6 +12,9 @@
"lint": "eslint . --ext .ts,.js",
"lint:fix": "eslint . --ext .ts,.js --fix",
"screen:daily": "tsx bin/daily-screen.ts",
"news:poll": "tsx bin/poll-news.ts",
"digest:daily": "tsx bin/daily-digest.ts",
"discord:test": "tsx bin/test-discord.ts",
"format": "prettier --write \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\"",
"format:check": "prettier --check \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\"",
"prepare": "husky"