supermemory/data-generator/prompts
Dhravya 771be5cef8 fix: apply review feedback — fix double data/ prefix, semaphore bug, resume bug, consolidate duplicated code
- Fix worker.py writing to data/data/ instead of data/ (critical path bug)
- Fix semaphore recreation on every call due to checking _value instead of capacity
- Fix questions.py resume returning raw string instead of list[dict]
- Fix prompts/file_gen.py reading 'summary' instead of 'brief' from manifest
- Extract shared unwrap_json_list() and truncate_to_tokens() into utils.py
- Remove redundant validation report writes in generate.py
- Remove unused imports and dependencies
- Fix f-string logger calls to use lazy %s formatting
- Move calendar import to top-level in validator.py
- Use write_text() for atomic writes in repair_files()
- Strengthen test_resume_support to assert return type
2026-04-28 23:49:23 +00:00
..
__init__.py feat: add eval corpus data generator 2026-04-28 23:24:42 +00:00
fact_registry.py feat: add eval corpus data generator 2026-04-28 23:24:42 +00:00
file_gen.py fix: apply review feedback — fix double data/ prefix, semaphore bug, resume bug, consolidate duplicated code 2026-04-28 23:49:23 +00:00
questions.py feat: add eval corpus data generator 2026-04-28 23:24:42 +00:00
scenario_brief.py feat: add eval corpus data generator 2026-04-28 23:24:42 +00:00