You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/skills/lavish-decision-boards/SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,6 @@ A read-only status page is not a decision surface.
55
55
- Never rely on poll output or conversation memory as the only copy because ephemeral poll output can be reaped.
56
56
- Treat a `lavish-axi poll` return as transport or lifecycle output, not automatically as the captain's answer.
57
57
- Act only after genuine connection and receipt of one unambiguous batch with `submission: "explicit-send-batch"`, a nonempty structured `answers` array, and a manifest containing `expectedQuestionKeys` and `expectedCount`.
58
-
- Accept the batch only when the manifest keys are nonempty and unique, its count equals its key count, the answer keys are nonempty and unique, and the answer-key set exactly equals the manifest-key set.
59
-
-Disconnects, UI flicker, re-polls, layout or audit returns, session events, and empty, partial, subset, missing-answer, unmarked, or ambiguous payloads are not submissions; ignore them and keep waiting.
58
+
- Accept the batch only when the manifest keys are nonempty and unique, its count equals its key count, and every manifest key has exactly one structured answer entry with the same key and a nonempty `answer` value.
59
+
-Reject absent, empty, extra, or duplicate answer keys, every manifest mismatch, and every disconnect, UI flicker, re-poll, layout or audit return, session event, unmarked return, or ambiguous return; ignore them and keep waiting.
60
60
- If a return is ambiguous or lacks a clear explicit-decision payload, treat it as not submitted and do not act until the captain's actual answer is verified in the payload.
0 commit comments