You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commands/distill.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ allowed-tools: Bash
6
6
7
7
Distill Evolver run history into a reusable skill/gene.
8
8
9
+
If `evolver_distill_conversation` is available in the MCP tool list and the reusable lesson came from this conversation, prefer calling that tool first with a concrete summary, signals, strategy, artifacts, and validation evidence. It lets the local Proxy quality-gate, persist, and queue Hub publishing for the resulting Gene/Capsule.
description: 'Distill a reusable Gene/Capsule from the current Claude Code conversation. Provide a concrete summary, strategy/evidence, artifacts, and validation; the Proxy gates quality, stores locally, and queues Hub publishing.',
147
+
inputSchema: {
148
+
type: 'object',
149
+
properties: {
150
+
title: {type: 'string'},
151
+
summary: {type: 'string',description: 'Concrete reusable lesson or capability distilled from the conversation.'},
description: 'Poll the local mailbox for inbound messages by type, e.g. "asset_submit_result" (Hub review decisions), "hub_event", or "task_available". Returns and does not auto-acknowledge.',
Use `evolver_distill_conversation` only when the current conversation produced a concrete reusable capability. Include a summary, strategy steps, artifact paths/links, and validation evidence so the Proxy can reject weak or noisy candidates.
86
88
87
89
The tools degrade gracefully when the Proxy isn't running (the local memory hooks
88
90
still work). The richer, full `gep_*` surface is the separate
0 commit comments