DEFECT-001: lorem count parameters are ignored by runtime generation
Summary
lorem.words(wordCount=5) and related lorem.* count parameters are accepted by the deployed generator but do not control the generated output count. The clearest repeatable case is lorem.words(wordCount=5), which generated three words per row instead of five.
Environment
Steps To Reproduce
- Open the deployed app.
- Expand
Test Data.
- Switch to schema text mode.
- Enter this schema:
words
lorem.words(wordCount=5)
- Set row count to 5.
- Click
Generate.
Expected Result
Each generated row should contain five words, or the app should reject/clarify the unsupported parameter.
Actual Result
Generation completes successfully, but each sampled row contains three words. Final review evidence also showed lorem.words(wordCount=1), lorem.sentence(wordCount=3), and lorem.lines(lineCount=5) not honoring exact requested counts.
Evidence

Local-only replication video: ../videos/defect-lorem-count-params-ignored.webm
Supporting data: ../support/final-review-execute-now-results.json, ../logs/removed-deprecated-test-log.md
Repeatability
Repeatable in the main final review loop and the removed/deprecated subagent lane.
Parent exploratory review: #296
Evidence bundle path: docs/testing/20260701/issue-286-001/
DEFECT-001: lorem count parameters are ignored by runtime generation
Summary
lorem.words(wordCount=5)and relatedlorem.*count parameters are accepted by the deployed generator but do not control the generated output count. The clearest repeatable case islorem.words(wordCount=5), which generated three words per row instead of five.Environment
Steps To Reproduce
Test Data.Generate.Expected Result
Each generated row should contain five words, or the app should reject/clarify the unsupported parameter.
Actual Result
Generation completes successfully, but each sampled row contains three words. Final review evidence also showed
lorem.words(wordCount=1),lorem.sentence(wordCount=3), andlorem.lines(lineCount=5)not honoring exact requested counts.Evidence
Local-only replication video:
../videos/defect-lorem-count-params-ignored.webmSupporting data:
../support/final-review-execute-now-results.json,../logs/removed-deprecated-test-log.mdRepeatability
Repeatable in the main final review loop and the removed/deprecated subagent lane.
Parent exploratory review: #296
Evidence bundle path: docs/testing/20260701/issue-286-001/