Skip to content

docs(miner-guide): fix stale problem counts in output/debug examples - #264

Open
ygd58 wants to merge 1 commit into
ORO-AI:mainfrom
ygd58:docs/fix-problem-suite-count
Open

docs(miner-guide): fix stale problem counts in output/debug examples#264
ygd58 wants to merge 1 commit into
ORO-AI:mainfrom
ygd58:docs/fix-problem-suite-count

Conversation

@ygd58

@ygd58 ygd58 commented Aug 28, 2026

Copy link
Copy Markdown

What

data/suites/problem_suite_v3.json (the default --problem-file, documented two lines above as "Problem suite (30 problems)") currently has 30 problems total: 10 product + 10 shop + 10 voucher.

But the example output right below it showed (30 problems) for each category, implying 90 total, and the debugging example showed [1/90], [2/90], [3/90] — both left over from an earlier, larger version of the suite.

Why

A miner running the harness locally with the default suite gets [1/30] ... [30/30], not [1/90], and (10 problems) per category, not (30 problems). As written, the examples don't match what you'd actually see, which is confusing when you're comparing your own run's output against the docs.

Change

Updated the per-category problem counts (30 → 10) and the debug progress counter (/90 → /30) in the two examples to match the current suite file and the --problem-file table row above them. No code touched.

data/suites/problem_suite_v3.json has 30 problems total (10 product +
10 shop + 10 voucher), matching the '--problem-file' table row above.
But the 'Output' example showed '(30 problems)' per category (implying
90 total) and the 'Debugging Failed Problems' example showed [1/90],
[2/90], [3/90] — both left over from before the suite was trimmed to
30. Updated both examples to 10 problems/category and /30 total to
match the current suite file and the table row.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant