docs(agents): enhance bun run pick description and add bun run submit command

This commit is contained in:
Prad Nukala
2026-08-26 15:25:44 -04:00
parent 180134597d
commit 22ebb82e55
+4 -1
View File
@@ -46,8 +46,11 @@ flowchart LR
All from the repo root (a Bun workspace over `apps/*`): All from the repo root (a Bun workspace over `apps/*`):
```sh ```sh
bun run pick # scaffold a solution via leetcode-cli (fuzzy picker) bun run pick # scaffold a solution via leetcode-cli (fuzzy picker; hides problems
# already under work/, caches index+descriptions in
# ~/.local/share/leetcode/data.db — see apps/cli/db.ts)
bun run test # run ONE solution against LeetCode's judge (not a test suite) bun run test # run ONE solution against LeetCode's judge (not a test suite)
bun run submit # submit ONE solution to LeetCode (same picker as test)
bun run sync # work/ → apps/docs/content/ pages bun run sync # work/ → apps/docs/content/ pages
bun run dev|build # Blume docs site (runs in apps/docs/) bun run dev|build # Blume docs site (runs in apps/docs/)
bun run close-solved -- --dry-run # issue reconcilers (also DRY_RUN=1) bun run close-solved -- --dry-run # issue reconcilers (also DRY_RUN=1)