#/#!/#msg! message forms unimplemented — absorbed-msg reuse missing, forget-! dropped
verbs/post/post.js:190 does not implement POST's #-form message variants: the bare # (reuse the absorbed/prior message) has no reuse path, and a trailing forget-! (#!, #msg!) is silently DROPPED rather than honored. A user relying on message reuse or the forget flag gets a wrong or empty commit message with no error. From the 2026-07-07 be/ review (BE/REVIEW), CONFIRMED against POST.mkd. Method Issues.
#-slot forms; the JS handler's parseMessage/parseSlots path (post.js:171-206) covers #msg and -m but not bare # reuse or the ! forget suffix.# (present, empty) from an absent fragment.# reuses the absorbed/prior message per POST.mkd; #!/#msg! honor the forget-! semantics; unimplemented combinations refuse with a code, never silently drop.#-form → the spec'd behavior); URI slots via the URI class; no raw ?/# string hacks (URI-009 retired those).#, #!, #msg!.