pane-watch
Pane watch
A Pane Chat integration: a catch destination that opens or nudges a Pane so an orchestrator can pick the mention up as work.
What it does
- 1
Step 1
Configure a Pane endpoint as a subscription target. - 2
Step 2
Each firing posts to it; Pane Chat picks the mention up as work. - 3
Step 3
The orchestrator decides what to do; discatch does not run agents. - 4
Step 4
This playbook ships as a SKILL.md in the dcouple/discatch-playbooks repo so skills.sh and agent skill directories pick it up.
Common questions
Does discatch run my agent?
No. It calls out; the thing it calls starts the agent. Pane is one such thing.
What is Pane?
Pane is dcouple’s coding agent orchestrator. A Pane Chat session picks up work items and drives them. discatch posts to a Pane endpoint when a catch fires; Pane decides what to do with it.
Can I use this with another orchestrator?
Yes. The destination is a webhook. Any system that accepts a POST with the event payload works. Pane is the first integration because dcouple builds both.
What does the Pane endpoint receive?
The same webhook payload every destination receives: catch_id, delivery_id, results, suggested_action, and the quote. Pane Chat parses it and opens or nudges a session.
Last reviewed by Parsa Khazaeepoul, founder, dcouple. Copy from docs/playbooks.md.