feat(types): CommandDef, CommandManifest, slash command socket events #174

Merged
jason.woltje merged 1 commits from feat/p8-008-command-types into main 2026-03-16 01:41:40 +00:00

1 Commits

Author SHA1 Message Date
882c2e4c73 feat(types): CommandDef, CommandManifest, slash command socket events
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
- Add CommandDef, CommandArgDef, CommandManifest, SkillCommandDef types
- Add slash command payload types (SlashCommandPayload, SlashCommandResultPayload)
- Add SystemReloadPayload and CommandManifestPayload
- Add ParsedCommand type for TUI-side parsing
- Wire new events into ServerToClientEvents and ClientToServerEvents

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-15 20:37:13 -05:00