integrations
Your tickets, without the chatter.
A ticket thread is forty comments of context your agent does not need to read in full. Triss talks to the tracker, summarises what matters, and hands back a paragraph.
01 — two design rules
Reads get summarised. Writes stay literal.
read --question
The model reads the API response, not your agent
Every read command accepts --question. Instead of dumping raw JSON, Triss runs it through the worker and returns a focused answer.
create · update · post · apply
No model anywhere near a mutation
Write commands make the HTTP call directly. The model is never asked to invent a request body.
