From b58787cfec0bd07abc316c66dc9be6c10b8113c6 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Wed, 25 Mar 2026 05:17:35 +0000 Subject: feat: add Claudomator stories as atom source in Doot tasks tab Co-Authored-By: Claude Sonnet 4.6 --- internal/models/claudomator.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 internal/models/claudomator.go (limited to 'internal/models/claudomator.go') diff --git a/internal/models/claudomator.go b/internal/models/claudomator.go new file mode 100644 index 0000000..0883de3 --- /dev/null +++ b/internal/models/claudomator.go @@ -0,0 +1,14 @@ +package models + +import "time" + +type ClaudomatorStory struct { + ID string `json:"id"` + Title string `json:"title"` + Description string `json:"description"` + Status string `json:"status"` + ProjectID string `json:"project_id"` + BranchName string `json:"branch_name"` + CreatedAt time.Time `json:"created_at"` + UpdatedAt time.Time `json:"updated_at"` +} -- cgit v1.2.3