BE-014 HIGH: DELETE ignores the Host slot — be delete //origin?feat tombstones the LOCAL branch

verbs/delete/delete.js:318 never inspects the Host slot of a delete arg, so be delete //origin?feat (meant to delete the REMOTE branch) resolves ?feat locally and writes a LOCAL tombstone — the opposite of the intent, and silent. Other verbs route a Host slot to the wire (post/put push forms); delete has no such arm. From the 2026-07-07 be/ review (BE/REVIEW), CONFIRMED. Method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome