docs(skills): roadmap — deepened-notch residual re-identified as the terminal stranded-rim case#1101
Conversation
…terminal stranded-rim case
Greptile SummaryThis PR updates a single roadmap tracking entry in
Confidence Score: 5/5Documentation-only change to a roadmap skill file with no impact on compiled code, tests, or public interfaces. The change rewrites a single tracking paragraph in a markdown skill document. No Rust source, Cargo manifests, WASM bindings, or test fixtures are touched, so there is no risk of introducing regressions or breaking anything in the build. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "docs(skills): roadmap — deepened-notch r..." | Re-trigger Greptile |
There was a problem hiding this comment.
Pull request overview
Updates the .claude skills roadmap entry for the snapClip deepened-notch investigation to reclassify the remaining posBad=6 residual as the already-defined “TERMINAL deepened-notch stranded-old-floor-edge” case (rim mismatch), and removes the now-invalid pave-bypass hypothesis. This helps future debugging sessions start from the correct next-step design work (deepened-notch detection via polygon union) rather than re-deriving prior conclusions.
Changes:
- Rewrites the residual root-cause note to confirm the cone face does receive all three sections and that the issue is a terminal rim mismatch (old vs new rim).
- Adds tool-verification notes and reframes the follow-up work as deepened-notch detection using
polygon_boolean::polygon_union.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| false-positives on near-coincident faces. Repro: cached replay_scplate.rs, RAWN=1, | ||
| capture capture-snapclip-plate-fresh. Dig provenance: memory | ||
| project_snapclip-plate-bore.md. |
WASM Binary Size
✅ No size change. |
Iteration-19 decode: the pave-bypass theory is dead (the cone face's section gate is open and it receives all three notch sections). The remaining posBad=6 is the sections arriving with different terminal rims per side (old z=−1.19 rim on the cone, new z=−1.2 rim on the wall planes) — i.e. the already-documented TERMINAL deepened-notch stranded-old-floor-edge case. Updates the row so future sessions start at the detection design (polygon_union) instead of re-deriving this.
Summary by cubic
Update skills roadmap to reclassify the residual as the terminal deepened-notch stranded-rim case and drop the pave-bypass theory. Documents the rim mismatch (cone trimmed to old z=−1.19; walls to new z=−1.2), confirms 2.126.12 tool verification, and sets the next step to detect deepened-notches via
polygon_boolean::polygon_unionwithout near-coincident false positives.Written for commit c75f232. Summary will update on new commits.