share_findings
Save findings as searchable, durable memory for other agents right after you map a subsystem or pin down a gotcha—so peers can pick up the work without waiting for an idle summary.
Instructions
Hand off what you have just learned to other agents on this workspace as a durable, searchable memory — RIGHT NOW, instead of waiting for the idle summary to fire when your session ends.
Use it after you have mapped a subsystem, pinned down a gotcha, or worked out how something fits together, so a peer working in parallel can pick it up immediately. The finding is written through plumb's generated-memory pipeline: it is secret-scrubbed before storage, stamped with your session and the date as its provenance, and indexed for search. Peers discover it through the ordinary channels — search_memories, workspace_search, relevant_memories, memory hint injection, and the next session_start.
This is AGENT-GENERATED content: it is labelled lower-confidence than a user-written memory and never displaces one in a capped hint slot. It counts against the same [memory] generated_memory_keep retention as an idle episodic summary. Nothing here is an LLM summary — you supply the text.
Requires [collab] knowledge_handoff = true; otherwise the call is refused. Strictly per-workspace.
Parameters: summary — a one- or two-line headline of the finding (required). description — optional longer detail appended below the summary. paths — optional workspace-relative globs the finding is about (e.g. ["internal/tools/ratelimit*"]); stored as frontmatter so relevant_memories and hint injection route it to those files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | Optional workspace-relative globs the finding is about; stored as frontmatter so relevant_memories and hint injection route it to those files. | |
| summary | Yes | A one- or two-line headline of the finding. Stored as the memory body and indexed for search. | |
| description | No | Optional longer detail, appended below the summary in the memory body. |