You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Volume and cadence context plus time-bucketed trends. Compute active days, contribution counts, and per-bucket (e.g., monthly) trend series for the collaboration metrics, so the report can show the subject's own trajectory over time. Per the PRD, volume/cadence is context only — the report structure must make these subordinate to collaboration metrics, never headline numbers, and no composite score may be derived.
Acceptance criteria
Report JSON includes active days, contribution counts, and time-bucketed trend series scoped to the coverage window
Rendered HTML presents volume/cadence visually subordinate to collaboration metrics
Bucket-boundary edge cases (timezone handling, partial first/last buckets) are covered by table-driven metrics tests
No composite or aggregate "score" appears anywhere in schema or rendering
Parallel-work contract
This issue runs in parallel with #3, #5, #6. Territory rules (reviewer must enforce):
Owns: cadence and generic time-bucketing files in the metrics package (new files registering into the metrics registry), the cadence sub-struct of the report schema, and the trends/context section template of the renderer.
Parent
#1
What to build
Volume and cadence context plus time-bucketed trends. Compute active days, contribution counts, and per-bucket (e.g., monthly) trend series for the collaboration metrics, so the report can show the subject's own trajectory over time. Per the PRD, volume/cadence is context only — the report structure must make these subordinate to collaboration metrics, never headline numbers, and no composite score may be derived.
Acceptance criteria
metricstestsParallel-work contract
This issue runs in parallel with #3, #5, #6. Territory rules (reviewer must enforce):
cadencesub-struct of the report schema, and the trends/context section template of the renderer.ActivitySet(that right belongs to Full GitHub collaboration metrics (reviews, comments, merge timing, rework) #3 this wave) — build on the shape established by Walking skeleton: GitHub repo → metrics → schema-v0 report → HTML via CLI #2.coverageandverificationsub-structs, repo-enumeration/token-auth files, CI wrapper YAML.Blocked by