Commit c95aae33 authored by Vacaliuc, Bogdan's avatar Vacaliuc, Bogdan
Browse files

summary of prompt 2.3

parent 876b82ec
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -260,3 +260,36 @@ Both slides committed: tasking b72d6dd, parent gitlink 296c06b. SVG sources + 19
### Prompt 2.3

Ok, this is superb. One thing: would you review '/home/6ov/Pictures/Screenshots/slide1-text-issue.png' (what I see from 'slide-1-current-vs-ideal.png'), there are some text alignment and arrow issues I have circled in red. Regarding the additional slides, I certainly do have slots for more. Please go ahead as you propose with all 6 new slides. Thank you so much!

```
● All done. Summary of what was delivered:                  
                                                         
  Slide 1 bug fix (7f308eb): the bullet text in the quicknxsv2 (Qt GUI) box was overflowing because elements positioned at x=460 had no explicit text-anchor, so they defaulted to start and ran rightward off the 760 px box. Fixed with an explicit     
  two-column left-aligned layout. Replaced the tiny-stub tangle arrows with longer annotated ones ("imports 4 files", "15 direct sites", "parallel code"). Slide 2 footer renumbered to "2 of 8".                                                         
                                                                                                                                                                                                                                                          
  Six new slides (all 1920×1080 SVG + PNG, committed in layers):                                                                                                                                                                                          
                                                                                                                                                                                                                                                          
  ┌─────┬─────────────────────────────────────────────────────────────────────────────────────────────────┬─────────┐                                                                                                                                     
  │  #  │                                              Title                                              │ Commit  │                                                                                                                                     
  ├─────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼─────────┤                                                                                                                                     
  │   3 │ Five silent MRR default disagreements (row-per-tension table)                                   │ 808a4b2 │                                                                                                                                     
  ├─────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼─────────┤                                                                                                                                     
  │   4 │ Mock R(Q) curves showing GUI vs autoreduce disagreement, with annotated mechanisms (matplotlib) │ 00a81b9 │                                                                                                                                     
  ├─────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼─────────┤                                                                                                                                     
  │   5 │ Peak-drag traced from click to plot (4-lane swim-lane sequence diagram + bottom debt banner)    │ 0dc70d6 │                                                                                                                                     
  ├─────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼─────────┤                                                                                                                                     
  │   6 │ Ideal reduce() contract (pseudocode + ReductionConfig/ReducedRun types + two caller examples)   │ 9ec1f81 │
  ├─────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼─────────┤                                                                                                                                     
  │   7 │ Debt triage matrix (all 18 items scatter-plotted on effort/payoff, matplotlib)                  │ b73f56c │
  ├─────┼─────────────────────────────────────────────────────────────────────────────────────────────────┼─────────┤                                                                                                                                     
  │   8 │ A/B equivalence harness proposal (pipeline + before/during/after panels)                        │ de244b5 │
  └─────┴─────────────────────────────────────────────────────────────────────────────────────────────────┴─────────┘                                                                                                                                     
                                                                  
  Supporting artifacts:                                                                                                                                                                                                                                   
  - gen_slide_4.py, gen_slide_7.py — regeneration scripts (matplotlib, DejaVu Sans to avoid font warnings)
  - render.sh — SVG→PNG batch renderer (cairosvg)                                                                                                                                                                                                         
  - README.md — updated index with "what each slide is for"
                                                                                                                                                                                                                                                          
  Parent gitlink bumped in 6b6373a. Each matplotlib-backed slide's SVG is large because matplotlib embeds the rendered paths for every data point — that's why the slide 4 and slide 7 SVGs are hundreds of KB; the PNGs are typical. Not a problem for   
  git, but worth flagging if the repo is space-constrained.                 
```