From 22ebb82e55f88e4c23a5b612d6caa631c356c4ce Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Wed, 26 Aug 2026 15:25:44 -0400 Subject: [PATCH] docs(agents): enhance `bun run pick` description and add `bun run submit` command --- AGENTS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 364ab37..792b2ef 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -46,8 +46,11 @@ flowchart LR All from the repo root (a Bun workspace over `apps/*`): ```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 submit # submit ONE solution to LeetCode (same picker as test) bun run sync # work/ → apps/docs/content/ pages bun run dev|build # Blume docs site (runs in apps/docs/) bun run close-solved -- --dry-run # issue reconcilers (also DRY_RUN=1)