Commit 1f60640
authored
docs(edge-cases): cover explicitly instructed self-review in §E (#41)
## What
§E ("you are the implementer") ends by forbidding the terminal
transition — neither `QA passed` nor an internal `Resolve` — until a
second pair of eyes has acknowledged the work. It says nothing about the
case where the person directing the session explicitly instructs both
the self-QA and the close. This PR adds that branch.
## Why
The gap surfaced in a live session on NRS-4596. The session owner
instructed "selbst QA" and "Ticket abschließen". User instructions
outrank skill rules, so complying was correct — but §E offers no
guidance for it, so it was handled ad hoc: the ticket was resolved and
the missing four-eyes recorded as `(!)` in the QA comment, while the
reply never mentioned that §E forbids exactly that step. The person
giving the instruction therefore had no chance to notice they were
overriding a guard.
## How
Comply, but name the override in the reply and mark it `(!)` in the QA
comment — silent compliance is the failure mode, not the transition
itself, because it leaves a Resolved ticket that looks reviewed. The
loophole is closed in the same paragraph: the instruction has to name
this step; a general "get it done" or an approval of unrelated work is
not authorization to self-resolve.
Docs only, one paragraph in `references/edge-cases.md`. No version bump
— that belongs to the release flow.1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
0 commit comments