Phase 4 backfill: Day-23 hardening diagrams + render scripts - #11
Merged
Merged
Conversation
…re, prompt-injection defence, and linker-race renders + their matplotlib render scripts, matching the dayNN_phaseN_*.png convention used in Phases 1-3 (Day 23 Phase 4 backfill)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Backfills the three Day-23 (Phase 4 — Hardening) diagram artifacts that were generated locally but never committed:
results/samples/day23_phase4_architecture.png— the 5-pillar hardening architectureresults/samples/day23_phase4_injection.png— prompt-injection defence (six attack families)results/samples/day23_phase4_race.png— cross-channel linker race-condition handling…plus their reproducible matplotlib render scripts (
scripts/render_day23_*.py).Why
Phases 1-3 committed both the
dayNN_phaseN_*.pngand itsrender_dayNN_*.py(seeday04/day11/day18). The Day-23 set matched that convention on disk but was left untracked; this closes the gap so the Phase-4 visual artifacts live in the repo like every other phase's.Notes
py_compile) and write to the committed PNG paths, so the images are reproducible.PennyCore *.png) were intentionally NOT committed — thedayNN_phaseN_*names are canonical.