feat(cli): add SQLite cache, shared solution runner, and submit command

This commit is contained in:
Prad Nukala
2026-08-26 15:25:35 -04:00
parent f1445a071f
commit d57d75efcc
6 changed files with 307 additions and 102 deletions
+1
View File
@@ -5,6 +5,7 @@
"scripts": {
"pick": "bun ./pick.ts",
"test": "bun ./test.ts",
"submit": "bun ./submit.ts",
"sync": "bun ./sync.ts",
"close-solved": "bun ./close-solved.ts",
"close-topics": "bun ./close-topics.ts"