- Remove X-Total-Count header override for prs_merged_total: header counts
all closed PRs (including unmerged/rejected), inflating the dashboard metric.
Keep the jq-filtered count from the 50-item page instead.
- Remove redundant first curl in backlog_count that discards its response.
- Use textContent/createElement instead of innerHTML for project names.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add metrics collector (site/collect-metrics.sh) and dashboard page
(site/dashboard.html) showing PRs merged, issues closed, CI pass rate,
vault decisions, and agent activity across all managed projects.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>