Retention plan is a monthly export of recorded conversations into the team's Google Drive. export-conversation <id> [out.json] handles exactly one conversation, so "export everything" is a script that enumerates conversations and loops — which doesn't exist.
Needs: a subcommand that walks every conversation and writes a dated batch. Same no-Slack-credentials constraint as the other CLI commands.
Worth deciding at the same time whether the batch is one file per conversation (easier to redact for a guardian access request) or one archive per month (easier to retain and delete).
Retention plan is a monthly export of recorded conversations into the team's Google Drive.
export-conversation <id> [out.json]handles exactly one conversation, so "export everything" is a script that enumerates conversations and loops — which doesn't exist.Needs: a subcommand that walks every conversation and writes a dated batch. Same no-Slack-credentials constraint as the other CLI commands.
Worth deciding at the same time whether the batch is one file per conversation (easier to redact for a guardian access request) or one archive per month (easier to retain and delete).