2 Commits

Author SHA1 Message Date
ncantu
a4e8a325a2 Generalize local H6 run reports with a parameterized profile
**Motivations:**
- Avoid one-profile-per-state duplication for local H6 completeness checks
- Reuse a single strict verifier for any versioned local H6 artefacts set

**Root causes:**
- The initial local_H6_E1 profile was state-specific and not reusable for other E

**Correctifs:**
- Factor local H6 verification into a generic union-vs-lift equality check

**Evolutions:**
- Add `local_H6` profile with `--local-h6-artefacts-dir`
- Keep `local_H6_E1` as a stable alias to the E1 artefacts directory
- Document the generalized usage and update the E1 report output

**Pages affectées:**
- applications/collatz/collatz_k_scripts/collatz_generate_run_report.py
- docs/collatz_run_report_format.md
- docs/features/collatz_run_report_generator.md
- docs/collatz_run_report_2026-03-09_local_H6_E1.md
2026-03-09 00:42:41 +01:00
ncantu
70ee05cf37 Version local H6(E1) artefacts and add local_H6_E1 report profile
**Motivations:**
- Make H6(E1) artefacts citeable/reproducible in-repo
- Generate a standard report without relying on ignored OUT/

**Root causes:**
- applications/collatz/out/ is Git-ignored, so local artefacts cannot be versioned there

**Correctifs:**
- Add strict set-equality check for H6(E1) lifted domain coverage
- Canonicalize H6(E1) artefact paths in the audit and plan

**Evolutions:**
- Add `local_H6_E1` profile to the run report generator
- Document the new profile in run report docs

**Pages affectées:**
- applications/collatz/collatz_k_scripts/collatz_generate_run_report.py
- applications/collatz/collatz_k_scripts/plan_lemmes_manquants_et_programme_de_preuve.md
- docs/collatz_run_report_format.md
- docs/features/collatz_run_report_generator.md
- docs/artefacts/collatz/local_E1_palier2p13/**
- docs/collatz_run_report_2026-03-09_local_H6_E1.md
2026-03-09 00:39:12 +01:00