huskies: merge 1201 story Chat notification when a new work item is filed

This commit is contained in:
Huskies Agent
2026-07-17 19:43:27 +00:00
parent b9af302baf
commit 80efb7fcfc
14 changed files with 1390 additions and 941 deletions
+4 -1
View File
@@ -95,10 +95,13 @@ pub enum WatcherEvent {
NewItemCreated {
/// Work item ID (e.g. `"1075_refactor_split_stage_enum"`).
item_id: String,
/// Human-readable item type (`"story"`, `"bug"`, `"refactor"`, `"spike"`).
/// Human-readable item type (`"story"`, `"bug"`, `"refactor"`, `"spike"`, `"epic"`).
item_type: String,
/// Human-readable item name.
name: String,
/// Readable label for who/what created the item (e.g. `"user alice"`,
/// `"agent coder-1@story=42"`, `"chat-bot Timmy@!room:home"`).
origin: String,
},
/// A `GatesFailed` merge failure is being automatically retried after a
/// delay, without human intervention (story 1185).