feat(cli): add terminal stats dashboard and solution detection utilities

This commit is contained in:
Prad Nukala
2026-08-31 18:56:42 -04:00
parent 7bae7b2920
commit b86f36daf1
6 changed files with 784 additions and 5 deletions
+1
View File
@@ -4,6 +4,7 @@
"type": "module",
"scripts": {
"pick": "bun ./pick.ts",
"stats": "bun ./stats.ts",
"test": "bun ./test.ts",
"submit": "bun ./submit.ts",
"sync": "bun ./sync.ts",