No description
Find a file
Parley Hatch 93c32a652f fix(core): pierce-aware DoorPlacer with configurable door_chance
Corridors carve center-to-center and pierce room walls, so the old
wall-threshold rule placed almost no doors. Detect the pierced-wall
threshold (corridor floor outside a room, room on one side, corridor on
the opposite) and mark it Door with probability door_chance (default
0.5), else leave it an open archway. Connectivity is via corridor floor,
independent of doors.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-28 22:19:59 -06:00
.dev chore: record Phase 3 results + door-topology decision (Variant A, door_chance 0.5) 2026-05-28 22:14:47 -06:00
reikhelm-core fix(core): pierce-aware DoorPlacer with configurable door_chance 2026-05-28 22:19:59 -06:00
reikhelm-viz chore: scaffold reikhelm cargo workspace (core + viz crates) 2026-05-28 20:56:24 -06:00
.gitignore chore: scaffold reikhelm cargo workspace (core + viz crates) 2026-05-28 20:56:24 -06:00
Cargo.lock feat(core): data model + Map output contract + ASCII renderer 2026-05-28 21:10:47 -06:00
Cargo.toml chore: scaffold reikhelm cargo workspace (core + viz crates) 2026-05-28 20:56:24 -06:00