Skip to content

docs(launch): fix stale refresh-metrics.yml row in readiness gate - #579

Merged
castrojo merged 1 commit into
mainfrom
docs/launch-md-fix-metrics-refresh-row
Sep 24, 2026
Merged

castrojo merged 1 commit into
mainfrom
docs/launch-md-fix-metrics-refresh-row

Conversation

@mrbobbytables

Copy link
Copy Markdown
Member

Summary

Closes #557

LAUNCH.md's "Launch-readiness gate: zero-red content pipelines" table listed a refresh-metrics.yml workflow as "not yet merged", tracked by #74 and PR #125. Both are dead ends: #74 is closed not-planned and PR #125 is closed unmerged — the dedicated-workflow approach was declined. refresh-metrics.yml does not exist in .github/workflows/.

The daily metrics refresh actually runs as the collect:metrics + validate:metrics steps inside import-architectures.yml (cron 17 2 * * *). This PR replaces the stale row with one pointing at those steps and shares the existing import-architectures.yml tracking issue (#121), plus adds a short note explaining why the dedicated workflow was declined, so the W-1 readiness gate can actually be checked as documented.

Verification

  • npx prettier --check LAUNCH.md
  • `npx markdownlint -c .markdownlint.yaml LAUNCH.md"

Checklist

  • Content speaks to end users (see CONTRIBUTING.md)
  • Commits are DCO-signed (git commit -s)
  • Site builds without new warnings (docs-only change, no build-affecting content)

— hive: backend=copilot model=claude-sonnet-5

🐝 Hive Agent: contributor | SHA: 669a90f

Replace the LAUNCH.md launch-readiness gate row that tracked a
refresh-metrics.yml workflow which was proposed (PR #125) and declined
(#74) with a row pointing at the collect:metrics + validate:metrics
steps that actually run inside import-architectures.yml, sharing that
workflow's tracking issue (#121) and readiness signal.

Hive-Run: #557
Hive-Plan: docs-launch-md-refresh-metrics-row-fix
Hive-Spec: LAUNCH.md#launch-readiness-gate-zero-red-content-pipelines
Signed-off-by: mrbobbytables <mrbobbytables@users.noreply.github.com>
@castrojo
castrojo added this pull request to the merge queue Sep 24, 2026
Merged via the queue into main with commit 82b1d8c Sep 24, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[guide] LAUNCH.md readiness gate tracks refresh-metrics.yml, which was decided against — daily metrics refresh lives in import-architectures.yml

2 participants