Daily Activity Summary Generate a summary of what the bot account did today and write it to a dated log file. Read the bot account name from the org's CLAUDE.md table ( ). Output location Write to (create the directory if needed). Helper script A pre-built script at collects all bot activity for a given date in one pass. Run it first to avoid spending tokens on individual and calls. Defaults to today if no date is given. If the script is missing or not executable, flag this to the user and stop. The script outputs a JSON object with: - : the date being summarised - : array of PRs created/upda…