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>
83 lines
1.8 KiB
Text
83 lines
1.8 KiB
Text
# Build output
|
||
bin/
|
||
obj/
|
||
out/
|
||
|
||
# Rider / VS
|
||
.idea/
|
||
.vs/
|
||
*.user
|
||
*.suo
|
||
|
||
# NuGet
|
||
*.nupkg
|
||
packages/
|
||
|
||
# OS
|
||
.DS_Store
|
||
Thumbs.db
|
||
|
||
# Reference repos and retail client (large, not our code, separate licenses)
|
||
# WorldBuilder is exempt — it's a load-bearing dependency tracked as a git
|
||
# submodule pointing at our fork (Phase N, see docs/architecture/worldbuilder-inventory.md).
|
||
references/*
|
||
!references/WorldBuilder
|
||
!references/WorldBuilder/
|
||
|
||
# Claude Code session state
|
||
.claude/
|
||
launch.log
|
||
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
|
||
|
||
# User-only download cache (per-developer, not source)
|
||
refs/
|
||
|
||
# Python tooling (under tools/) — bytecode caches
|
||
__pycache__/
|
||
*.pyc
|
||
|
||
# Per-session scratch (Claude commit message drafts, ad-hoc temp files)
|
||
tmp/
|
||
|
||
# Git worktrees for isolated feature work
|
||
.worktrees/
|
||
|
||
# Per-session retail-debugger scratch — cdb scripts, logs, analysis helpers.
|
||
# The committed reference workflow lives in CLAUDE.md "Retail debugger toolchain";
|
||
# session-specific traces should not pollute the repo.
|
||
*.cdb
|
||
# tools/cdb/ holds committed reference scripts — exempt them from the blanket rule above.
|
||
!tools/cdb/*.cdb
|
||
launch_*.log
|
||
launch_*.err
|
||
launch_*.ps1
|
||
launch[0-9]*.log
|
||
analyze_*.ps1
|
||
peek_*.ps1
|
||
run_cdb_*.ps1
|
||
find_cdb.ps1
|
||
find_acclient.ps1
|
||
kill_cdb.ps1
|
||
append_memory.ps1
|
||
sky_*.log
|
||
smoke_test*
|
||
steep_roof_trace*
|
||
substep_trace*
|
||
sg_built.txt
|
||
# Stray bash-mangled path artifacts from PowerShell-via-bash escaping
|
||
C[-]*
|