Skip to main content

Module summary

Module summary 

Source
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§

TestResult
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.