Add heartbeat(): cross-project git activity summary - #37
Merged
Merged
Conversation
Scans every git repository directly under scan_dir, counts commits in the lookback window, and writes a busiest-first markdown summary of active projects to briefs/_heartbeat.md, message()-emitted like briefing(). Ports the cross-repo activity rollup that previously lived only in a private briefing job so any agent can call it. The --since git argument is shQuote()d: it contains a space and system2() does not quote arguments itself.
Newer tinyrox ignores tags in file-header blocks that are not followed by an object definition, so the import was silently dropped from NAMESPACE on regeneration. Function-level placement survives.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New
heartbeat(): scans every git repository directly underscan_dir, counts commits in the lookback window, and writes a busiest-first markdown summary of active projects tobriefs/_heartbeat.md,message()-emitted likebriefing(). The one-glance complement tobriefing()'s one-project-in-depth.Also moves
@importFrom utils getParseDatafrom symbols.R's file-header block into thesymbols()docblock: newer tinyrox ignores header-block tags not followed by an object definition, so a futuredocument()run would silently drop the import from NAMESPACE.Includes tinytests (git-backed temp repos) and the 0.7.2.1 dev version bump.