Archive a Polygraph session.
Once archived, no further modifications, new PRs, or status changes can be made to the session. Optionally removes local session worktrees with the clean flag to reclaim disk space. Replaces the former complete_session tool.
Arguments
Section titled “Arguments”| Name | Type | Required | Description |
|---|---|---|---|
sessionId | string | yes | The Polygraph session ID, or a Polygraph app session URL (/s/<session-id> or /orgs/<org-id>/sessions/<session-id>). |
clean | boolean | no | Remove local session worktrees after archiving the session. Defaults to false. |