feat(data): session skills entity, repository, and migration

This commit is contained in:
Mika Kuns
2026-07-23 16:47:14 +02:00
committed by mika kuns
parent dbaefe92c6
commit 54cdaf89d5
15 changed files with 1234 additions and 0 deletions
@@ -27,4 +27,7 @@ public sealed class AppSettingsEntity
// Max number of open tasks the daily prep ("Prime Claude") may place in MyDay.
public int DailyPrepMaxTasks { get; set; } = 5;
// JSON array of session skill names applied by default to new tasks.
public string? SessionSkills { get; set; }
}