Expand description
Session summary generation.
Produces a human-readable Markdown summary of a completed supervisor
session, sourcing data from BrokerState (per-agent records and the
message log) and Session (project metadata). Written once at the end
of the session to .git-paw/session-summary.md.
Structs§
- Test
Result - Result of running a test command for a single agent.
Functions§
- write_
session_ summary - Writes a Markdown session summary to
output_path. - write_
supervisor_ summary - Convenience wrapper that writes the session summary to a timestamped
file under
<repo_root>/.git-paw/sessions/<UTC-timestamp>.md, creating.git-paw/sessions/if it does not already exist.