Commit graph

7 commits

Author SHA1 Message Date
Michael Cahill
595ea21752 docs(M05): closeout — summary, audit, ledger, M06 seed
Made-with: Cursor
2026-03-09 22:53:27 -07:00
Michael Cahill
0654b9a9f7 docs(M05): update M05_run2 with Quality success (22888808682)
Made-with: Cursor
2026-03-09 22:41:55 -07:00
Michael Cahill
715db891f3 docs(M05): add M05_run2.md CI report for fix PR
Made-with: Cursor
2026-03-09 16:43:19 -07:00
Michael Cahill
3039abb1a0 fix(M05): ensure config exists so opts.data populated for test_opts_override
When opts.load() gets FileNotFoundError, opts.data = {}.
temporary_opts only applies overrides for keys in opts.data.
Initialize fixture now creates minimal config.json when missing.

Made-with: Cursor
2026-03-09 15:33:11 -07:00
Michael Cahill
cbf1dbc59b docs(M05): add M05_run1.md CI analysis report
Made-with: Cursor
2026-03-09 14:49:48 -07:00
Michael Cahill
5fe8245957 M05: Override isolation / temporary opts seam
- Add modules/runtime_utils.py with temporary_opts context manager
- Refactor process_images() to use temporary_opts for override application
- Preserve opts.set(is_api=True, run_callbacks=False) and setattr restore
- Add test/quality/test_opts_override.py (samples_save, restore_afterwards)
- Model/VAE reload and token merging remain in process_images per decisions

Made-with: Cursor
2026-03-09 14:14:13 -07:00
Michael Cahill
9952611b02 docs(M04): closeout - summary, audit, ledger, M05 seed
Made-with: Cursor
2026-03-09 12:45:58 -07:00