mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-17 07:26:27 +00:00
docs(agents): clarify test and submit command behavior in AGENTS.md
This commit is contained in:
@@ -49,8 +49,10 @@ All from the repo root (a Bun workspace over `apps/*`):
|
|||||||
bun run pick # scaffold a solution via leetcode-cli (fuzzy picker; hides problems
|
bun run pick # scaffold a solution via leetcode-cli (fuzzy picker; hides problems
|
||||||
# already under work/, caches index+descriptions in
|
# already under work/, caches index+descriptions in
|
||||||
# ~/.local/share/leetcode/data.db — see apps/cli/db.ts)
|
# ~/.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)
|
# most recently tested first, stamped in the db on exit 0)
|
||||||
|
bun run submit # submit ONE solution to LeetCode (newest scaffold first, nothing
|
||||||
|
# hidden; last_submitted stamped in the db on exit 0)
|
||||||
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user