STATUS-004 MED: classifier reports del for a staged delete of an UNTRACKED path — status shows 1 del, post says POSTNONE

be delete of an untracked path writes a delete row that the classifier buckets as del, so be status shows a pending deletion (139 ok, 1 del) — but the path was never in the baseline tree, so the committed tree is unchanged and be post refuses POSTNONE: no changes since base. status and post DISAGREE: a phantom del. The classifier must not bucket a delete row whose path is absent from the baseline as del (a no-op delete changes no tree). Reproduces in BOTH native be and jab — a shared classifier fault. be/ JS shared/classify.js. Spec Dirty / DELETE; method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome