chore: uptick

This commit is contained in:
Brooklyn Nicholson
2026-04-16 01:04:35 -05:00
parent cb31732c4f
commit 8e06db56fd
14 changed files with 1712 additions and 1362 deletions
+5
View File
@@ -147,6 +147,11 @@ export interface SlashExecResponse {
warning?: string
}
export type CommandDispatchResponse =
| { output?: string; type: 'exec' | 'plugin' }
| { target: string; type: 'alias' }
| { message?: string; name: string; type: 'skill' }
export interface SubagentEventPayload {
duration_seconds?: number
goal: string