Commit graph

21 commits

Author SHA1 Message Date
Michael Cahill
ffad3a73ee docs(M02): run1, summary, audit, ledger update
Made-with: Cursor
2026-03-08 15:57:49 -07:00
Michael Cahill
7484170dda ci(M02): set coverage baseline 33%, defer 60% to M04
Made-with: Cursor
2026-03-08 15:53:22 -07:00
Michael Cahill
fa0575c929 ci(M02): enforce coverage gate on combined pytest+server coverage
Made-with: Cursor
2026-03-08 15:48:46 -07:00
Michael Cahill
fbd17d1162 M02: API CI truthfulness, fake inference for txt2img/img2img, CONTRIBUTING
Made-with: Cursor
2026-03-08 15:43:47 -07:00
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
Michael Cahill
5a4c02f69c docs(M00): milestone closeout, ledger update, invariant registry confirmation
- Update ledger with CI run IDs 22794525690 (Linter ✓), 22794525698 (Tests ✗)
- Refresh M00_summary.md and M00_audit.md per governance closeout
- Add M00_run2.md (latest CI analysis)

Made-with: Cursor
2026-03-06 23:58:55 -08:00
Michael Cahill
9aa37b3d5e docs(M00): ledger final commit d0efa188
Made-with: Cursor
2026-03-06 23:14:44 -08:00
Michael Cahill
d0efa1889b docs(M00): fix ledger commit SHA to cdfe1285
Made-with: Cursor
2026-03-06 23:14:37 -08:00
Michael Cahill
cdfe12854c docs(M00): milestone closeout, invariant registry, ledger update
- Add Invariant Registry and Serena Refactor Principles to serena.md
- Create M00_run1.md, M00_summary.md, M00_audit.md
- Update milestone ledger: M00 Completed
- Document CI evidence (Linter pass; Tests fail pre-existing)

Made-with: Cursor
2026-03-06 23:14:30 -08:00
Michael Cahill
0a8ade1a9f M00: Program kickoff, baseline freeze, phase map, E2E verification
- docs/serena.md: Living ledger, phase map, invariants, milestone table
- docs/milestones/M00/: M00_plan, preflight, e2e_baseline, ci_inventory, toolcalls
- scripts/dev/: run_m00_baseline_e2e.ps1, .sh (thin verification helpers)
- Baseline tag baseline-pre-refactor created on 82a973c0

No runtime/structural changes. Behavior-preserving docs and verification only.

Made-with: Cursor
2026-03-06 19:17:49 -08:00