Standing log for the conversation-extract daily task (spec: packs/grow_with_claudinite/tasks/conversation-extract/task.md).
The task mines this repo's captured conversation logs (the orphan conversation-logs branch) for durable lessons, routes each keeper into the repo's own local packs via one auto-merging PR, posts the dialogue behind each extracted rule on the issue the session was worked under, and prunes logs past config.retention_days.
Contract for the task
- Find this issue by its exact title (
Claudinite tracker: Conversation Extract), never by a hard-coded number.
- Created closed; its state is never changed afterwards — state carries no meaning here.
- A run that lands a lesson, posts dialogue, or prunes logs appends one dated comment. A run that changed nothing logs nothing.
Standing log for the conversation-extract daily task (spec:
packs/grow_with_claudinite/tasks/conversation-extract/task.md).The task mines this repo's captured conversation logs (the orphan
conversation-logsbranch) for durable lessons, routes each keeper into the repo's own local packs via one auto-merging PR, posts the dialogue behind each extracted rule on the issue the session was worked under, and prunes logs pastconfig.retention_days.Contract for the task
Claudinite tracker: Conversation Extract), never by a hard-coded number.