invariance_session_record_summary_to_kb
Save an agent-session summary as a searchable knowledge-base page to turn meeting or recording takeaways into durable company brain content. Use after a task wraps or a session review concludes.
Instructions
Persist a summary of an agent-session as a knowledge-base page (so it becomes searchable, durable company brain content beyond the raw session timeline). USE THIS at the END of a Claude Code task, after a meeting wraps, or once a screen-recording has been reviewed — to capture the takeaways. The KB page is created under path 'sessions/' by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown body of the summary. | |
| path | No | Optional KB path/slug. Defaults to "sessions/<session_id>". | |
| title | Yes | Title for the KB page. | |
| summary | No | Optional one-line summary. | |
| session_id | Yes | Agent-session this summary describes. |