Reconcile enterprise/cloud doc divergence + add bump-last-updated tooling#1547
Reconcile enterprise/cloud doc divergence + add bump-last-updated tooling#1547justinegeffen wants to merge 30 commits into
Conversation
…ling Fixes drift bugs surfaced by the enterprise vs cloud audit, normalizes frontmatter date format across both trees, and adds a pre-commit hook + CI auto-trigger so last updated dates stay current. Full per-file rationale in enterprise-cloud-divergence-audit.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for seqera-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Most of this PR is cosmetic and date added and changed improvements. So it looks worse than it actually is.
95% of these changes are not offensive.
I've been through the changes and flagged anything that I think needs checked. IMO - everything else can be skimmed.
The report at the end flags some important differences and can be reviewed separately for quick wins.
Co-authored-by: Chris Hakkaart <chris.hakkaart@seqera.io> Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Co-authored-by: Chris Hakkaart <chris.hakkaart@seqera.io> Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Per PR review (christopher-hakkaart): pre-commit hook now fails explicitly with the exact fix command, matching the existing check-doc-tags pattern. CI workflow still auto-bumps on PR via a dedicated step so fork contributors and skipped local hooks merge with current dates. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
|
I'll check the scripts again next week. But otherwise looking good. |
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
|
This is a massive PR. I worry it could get stuck in an endless review loop if we try to address everything in the audit file. I suggest we verify the changes made as a part of this PR, and move everything else to new, smaller PRs. Editorially, everything looks okay to me. Vale and other checks might light up as so many files are being touched. Enterprise ↔ Cloud divergence — content verification checklistVerify each applied change against the live product. Tick once confirmed correct (or flag if it needs reverting). Content ports — confirm the ported content is accurate for its destination
Product-fact decisions — confirm the value matches the live product
versioning.md reconciliation — confirm the ported content
|
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
|
@copilot resolve the merge conflicts in this pull request |
The merge conflicts were already resolved in commit 89536a1. The branch also had a failing
The |
|
@copilot resolve the merge conflicts in this pull request |
Resolved in commit a370e98. Two new master commits (#1632, #1633) had landed since the last merge, causing conflicts in three files. Resolved by taking master's updated content and keeping the normalized frontmatter date format from the branch:
|
Summary
date created: "YYYY-MM-DD"+last updated: "YYYY-MM-DD"bump-last-updatedpre-commit hook + extends pre-commit-fix.yaml to auto-trigger on PRs solast updated:stays current without manual effortThe full per-file rationale (decisions, ports, audit corrections, deliberately-untouched items) lives in enterprise-cloud-divergence-audit.md. That doc is the canonical decision log — it deliberately keeps this PR description short.
Test plan
bump-last-updatedhook works locally (pre-commit run bump-last-updated --all-files)pre-commit-fix.yamlworkflow runs on this PR'ssynchronizeevent and that the bot only commits a bump if dates are stalestudio:executeLaunch=❌,j21-26.04launcher row)🤖 Generated with Claude Code