From 26998f05ffa92199b9ee1a0cae1516e3f5053019 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Tue, 2 Jun 2026 16:46:41 +0200 Subject: [PATCH] docs: describe recurring-weekday Prime schedule --- src/ClaudeDo.Data/CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ClaudeDo.Data/CLAUDE.md b/src/ClaudeDo.Data/CLAUDE.md index a0f3627..cd1009f 100644 --- a/src/ClaudeDo.Data/CLAUDE.md +++ b/src/ClaudeDo.Data/CLAUDE.md @@ -9,6 +9,7 @@ Shared data layer: models, repositories, SQLite infrastructure, and git operatio - **ListConfigEntity** — ListId (PK, 1:1 with list), Model, SystemPrompt, AgentPath (all nullable) - **WorktreeEntity** — TaskId (PK, 1:1 with task), Path, BranchName, BaseCommit, HeadCommit, DiffStat, State (Active|Merged|Discarded|Kept) - **TaskRunEntity** — per-run record (session_id, tokens, turns, result, structured output, exit code, log path) +- **PrimeScheduleEntity** — Id, Days (`[Flags] PrimeDays` weekday bitmask, stored as `days_of_week` int), TimeOfDay, Enabled, LastRunAt, PromptOverride, CreatedAt. Recurs on the selected weekdays; no date range. - **SubtaskEntity**, **AppSettingsEntity**, **AgentInfo** — existing helpers / settings / record for scanned agent files ## Repositories