memory_publish_shared
Publish curated findings or policies to shared fleet memory for cross-agent access. Sanitize markdown content to prevent private credentials from being exposed while making knowledge available to other agents.
Instructions
Publish a sanitized, curated finding or policy to the cross-agent shared fleet memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | No | general | |
| tags | No | Tags | |
| wing | No | shared | |
| title | Yes | Title for the shared policy or finding | |
| content | Yes | The shared knowledge content in markdown (must not contain private credentials) |