- Add Journal.AI project with LLamaSharp-based AI service (Phi-3 model) - Implement coach sessions (daily check-in, evening review, weekly review) - Add conversation CRUD with SQLCipher persistence - AI chat with full conversation history for context-aware replies - Frontend: CoachPanel, AI stores, conversation stores, side panel UI - Conversation list with create, rename, and delete support - Fix Phi-3 output quality (system prompt leaking, token cleanup, JSON filtering) - Fix CREATEDRAFT kind override in coach sessions Co-Authored-By: Oz <oz-agent@warp.dev>
19 lines
497 B
Plaintext
19 lines
497 B
Plaintext
{{CoachRules}}
|
||
|
||
Task:
|
||
Generate a WEEKLY REVIEW for {{weekStartLocal}} to {{weekEndLocal}}.
|
||
|
||
Context (JSON):
|
||
{{contextJson}}
|
||
|
||
Preferences (JSON):
|
||
{{preferencesJson}}
|
||
|
||
Output:
|
||
Return a CoachPlanDto JSON with kind="weekly_review".
|
||
Include:
|
||
- Themes (top 2-4) and blockers (top 1-3)
|
||
- Wins (top 1-3)
|
||
- 1-{{maxQuestions}} questions to set next week’s focus
|
||
- 2-{{maxNextActions}} suggestedNextActions
|
||
- patchProposal should only propose creating todos or a planning fragment, not editing old entries. |