fix: ignore non-query Feishu messages
This commit is contained in:
@@ -40,6 +40,16 @@ Stop if:
|
||||
- a Feishu message asks to create, modify, overwrite, rename, move, or delete a project file;
|
||||
- the user asks for a customer commitment.
|
||||
|
||||
## Feishu Message Trigger Gate
|
||||
|
||||
- Enter the query workflow only when one message contains exactly one complete,
|
||||
rule-valid eRob model and exactly one positive quantity.
|
||||
- If the model or quantity is missing, invalid, multiple, or ambiguous, stay
|
||||
silent: send no Feishu reply, make no API request, and append no record.
|
||||
- An @mention by itself does not bypass this content gate.
|
||||
- After a valid message passes the gate, API or runtime failures may still return
|
||||
the bounded internal error response defined by this capability.
|
||||
|
||||
## Feishu File-Write Boundary
|
||||
|
||||
When invoked through Feishu, treat all project files as read-only except for append-only recording to:
|
||||
|
||||
Reference in New Issue
Block a user