docs(prime): implementation plan for schedule action kinds

This commit is contained in:
mika kuns
2026-08-24 16:36:00 +02:00
parent 884b990e22
commit 2dec590dfc
2 changed files with 1361 additions and 3 deletions
File diff suppressed because it is too large Load Diff
@@ -108,9 +108,12 @@ naming the row's time.
and on `Kind` changes. A live number that controls nothing is worse than a greyed-out one. and on `Kind` changes. A live number that controls nothing is worse than a greyed-out one.
New locale keys in both `en.json` and `de.json` (parity is test-enforced): New locale keys in both `en.json` and `de.json` (parity is test-enforced):
`settings.prime.actionLabel`, `actionPing`, `actionFillMyDay`, `actionCustom`, `settings.prime.actionLabel`, `actionPing`, `actionFillMyDay`, `actionCustom`, `actionHint`,
`actionPingHint`, `customPromptLabel`, `customPromptPlaceholder`, `customPromptRequired`, `customPromptLabel`, `customPromptPlaceholder`, `maxTasksDisabledHint`. The tab's existing
`maxTasksDisabledHint`. `description` is reworded — it currently claims every schedule fires a ping.
The validation message stays a hardcoded English string in `PrimeClaudeTabViewModel.Validate`,
matching the messages already there ("select at least one day.").
## Tests ## Tests