test(phys): A6.P5 fixture — 3 ticks from live door-stuck capture
over-penetration-capture.jsonl is 3 records extracted from door-stuck-capture.jsonl: the cell-crossing over-penetration tick (0xA9B4013F -> 0xA9B40150, sphere committed 0.27m INTO slab), a stuck-position hit=yes tick, and a stuck-position hit=no tick. Drives the A6.P5 replay tests that prove the cellSet gate removal closes both the over-penetration and the intermittent-visibility bugs. extract-records.ps1 is a one-shot extractor; reusable if we capture more. Source captures (door-stuck-*.jsonl, door-stuck-*.launch.log) gitignored. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7910d51e7a
commit
82781c272b
3 changed files with 77 additions and 0 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -31,6 +31,16 @@ launch-*.log
|
|||
launch.utf8.log
|
||||
n4-verify*.log
|
||||
|
||||
# A6.P5 (2026-05-25) — door-stuck reproduction captures (multi-MB);
|
||||
# the 3-record fixture extracted from these lives at
|
||||
# tests/AcDream.Core.Tests/Fixtures/door-bug/over-penetration-capture.jsonl
|
||||
door-stuck-capture.jsonl
|
||||
door-stuck-*.launch.log
|
||||
door-stuck-*.launch.utf8.log
|
||||
door-fix-*.launch.log
|
||||
door-fix-*.jsonl
|
||||
door-walkthrough.*
|
||||
|
||||
# ImGui auto-saved window/docking state (per-user, not source)
|
||||
imgui.ini
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue