agent-slack 0.6.1 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -90,6 +90,11 @@ agent-slack
90
90
  │ ├── all <query> # messages + files
91
91
  │ ├── messages <query>
92
92
  │ └── files <query>
93
+ ├── workflow
94
+ │ ├── list <channel> # workflows bookmarked in a channel
95
+ │ ├── preview <trigger-id> # trigger metadata (no side effects)
96
+ │ ├── get <id> # workflow definition + form fields
97
+ │ └── run <trigger-id> # trip a workflow trigger
93
98
  └── canvas
94
99
  └── get <canvas-url-or-id> # canvas → markdown
95
100
  ```