Commit graph

12 commits

Author SHA1 Message Date
Michael Cahill
31342a5b31 docs(M01): CI report Run 4 closeout verification
Made-with: Cursor
2026-03-07 23:12:57 -08:00
Michael Cahill
0bd566f5b3 docs(M01): milestone closeout, audit, and M02 plan
Made-with: Cursor
2026-03-07 22:39:54 -08:00
Michael Cahill
2f6640490c docs(M01): update CI report and run3 with dynamic stub results
Made-with: Cursor
2026-03-07 21:38:49 -08:00
Michael Cahill
bdda999f81 ci(M01): replace manual LDM stubs with dynamic stub module
Made-with: Cursor
2026-03-07 21:03:52 -08:00
Michael Cahill
9a83c70e6c ci(M01): add ldm.models.diffusion.ddim stub
Made-with: Cursor
2026-03-07 18:59:16 -08:00
Michael Cahill
bc3bd812dd M01: add sgm denoiser_scaling, discretizer, DiffusionEngine, GeneralConditioner stubs; M01_run3 and M01_summary
Made-with: Cursor
2026-03-07 16:25:26 -08:00
Michael Cahill
1bbc0f4e59 docs(M01): M01_run2 analysis - paths assert, cache seeding required
Made-with: Cursor
2026-03-07 16:03:31 -08:00
Michael Cahill
31588a1e59 M01: Skip prepare-environment in CI (deterministic bootstrap)
- Add --exit handling when --skip-prepare-environment (launch.py)
- Setup: python launch.py --skip-prepare-environment --skip-torch-cuda-test --exit
- Smoke: python launch.py --skip-prepare-environment --skip-torch-cuda-test --test-server --use-cpu all --exit

CI no longer depends on external git clones. Requires repositories cache to be seeded.

Made-with: Cursor
2026-03-07 15:57:52 -08:00
Michael Cahill
f2db027b93 M01: Revert GITHUB_TOKEN (Repository not found). Document run analysis.
Made-with: Cursor
2026-03-07 15:42:37 -08:00
Michael Cahill
9ae76265ba M01: Add --no-build-isolation to clip install in launch_utils
Fixes pkg_resources in pip's isolated build env. Build-time fix only.

Made-with: Cursor
2026-03-07 15:38:39 -08:00
Michael Cahill
cb4b152935 M01: Add PIP_NO_BUILD_ISOLATION to fix CLIP pkg_resources in build env
Made-with: Cursor
2026-03-07 15:36:51 -08:00
Michael Cahill
9b96c9165c M01: CI truthfulness, SHA pinning, smoke path
- Remove same-repo PR skip condition (CI runs on all PRs)
- Install setuptools before env setup; add --do-not-download-clip
- Add pip-audit (non-blocking) before environment setup
- Add smoke startup step (verify app boots before full tests)
- Add --cov-fail-under=60 coverage threshold
- Pin GitHub Actions to commit SHAs
- Add .gitattributes for CRLF/LF normalization
- Add M01 plan and toolcalls ledger

Made-with: Cursor
2026-03-07 15:35:32 -08:00