chore: track audit-runs summary artifacts (md/csv/diff/txt/json/etc)
Snapshot of every non-log artifact under audit-runs/ from audits 003 through 058: findings.md per audit, comparison CSVs, probe diffs, schema docs, register-dump txts, lr-trace JSONL streams, the saved canary patch diffs, etc. ~284 files / ~52 MB total. Excluded (per .gitignore): probe stdout/stderr/log streams (the raw firehose), guest-memory dumps under audit-026/027/029 (4.5 GB of .bin files; *.bin pattern added to .gitignore this commit). Also adds the orphan audit-058-sub825070F0-activation directory that a subagent accidentally created at project-root instead of under xenia-rs/audit-runs/; relocated to its proper home. Purpose: cross-machine continuity. With these summaries committed, a fresh clone gives the next session the full per-audit context (findings + tables + cascade predictions) without dependence on local-only working tree. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
4
audit-runs/audit-035-slot-table/canary-patch.diff
Normal file
4
audit-runs/audit-035-slot-table/canary-patch.diff
Normal file
@@ -0,0 +1,4 @@
|
||||
# AUDIT-035 canary patch — extends audit-030 TrapLogLR helper to also log
|
||||
# r26 + a 5×20-byte slot-table dump from r3+108 (the 5-iter loop's slot table
|
||||
# inside sub_82450720). Total +49 LOC across 4 files. Applied + reverted
|
||||
# during 2026-05-09 session; `git status` clean at session close.
|
||||
16
audit-runs/audit-035-slot-table/ours-lrtrace.jsonl
Normal file
16
audit-runs/audit-035-slot-table/ours-lrtrace.jsonl
Normal file
@@ -0,0 +1,16 @@
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":41286,"r3":"0x828f3b68","r4":"0x71597b48","r5":"0x00000014","r6":"0x03a72280","lr":"0x8245065c"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":41816,"r3":"0x828f3b68","r4":"0x71597b48","r5":"0x71597970","r6":"0x71597b48","lr":"0x824506cc"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":43237,"r3":"0x828f3b68","r4":"0x71597b20","r5":"0x402118c0","r6":"0x03a72328","lr":"0x8245065c"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":43767,"r3":"0x828f3b68","r4":"0x71597b20","r5":"0x71597970","r6":"0x71597b20","lr":"0x824506cc"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":104270,"r3":"0x828f3b68","r4":"0x71597b48","r5":"0x00000014","r6":"0x03a72280","lr":"0x8245065c"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":105878,"r3":"0x828f3b68","r4":"0x71597b20","r5":"0x402118c0","r6":"0x03a72328","lr":"0x8245065c"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":133079,"r3":"0x828f3b68","r4":"0x71597bd8","r5":"0x00000014","r6":"0x03a72280","lr":"0x8245065c"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":134777,"r3":"0x828f3b68","r4":"0x71597bb0","r5":"0x402118c0","r6":"0x03a72328","lr":"0x8245065c"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":160813,"r3":"0x828f3b68","r4":"0x71597bd8","r5":"0x00000014","r6":"0x03a72280","lr":"0x8245065c"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":162593,"r3":"0x828f3b68","r4":"0x71597bb0","r5":"0x402118c0","r6":"0x03a72328","lr":"0x8245065c"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":190198,"r3":"0x828f3b68","r4":"0x71597bd8","r5":"0x00000014","r6":"0x03a72280","lr":"0x8245065c"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":192016,"r3":"0x828f3b68","r4":"0x71597bb0","r5":"0x402118c0","r6":"0x03a72328","lr":"0x8245065c"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":217946,"r3":"0x828f3b68","r4":"0x71597bd8","r5":"0x00000014","r6":"0x03a72280","lr":"0x8245065c"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":219779,"r3":"0x828f3b68","r4":"0x71597bb0","r5":"0x402118c0","r6":"0x03a72328","lr":"0x8245065c"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":246297,"r3":"0x828f3b68","r4":"0x71597bd8","r5":"0x00000014","r6":"0x03a72280","lr":"0x8245065c"}
|
||||
{"pc":"0x82450720","tid":12,"hw":1,"cycle":248139,"r3":"0x828f3b68","r4":"0x71597bb0","r5":"0x402118c0","r6":"0x03a72328","lr":"0x8245065c"}
|
||||
Reference in New Issue
Block a user