From 083c101ed87a1ba702a90ee73566c7d5ac4e03fa Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Jul 2026 01:26:50 +0000 Subject: [PATCH 1/2] docs: register ai-config as a check-new-line-breaks consumer --- REVDEPS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REVDEPS.md b/REVDEPS.md index 838c66ef..96569bb8 100644 --- a/REVDEPS.md +++ b/REVDEPS.md @@ -28,4 +28,4 @@ issue to be removed. | [`d-morrison/qwt`](https://github.com/d-morrison/qwt) | `check-bibliography-dois`, `check-non-standard-chars`, `check-links` | Quarto website template (propagates to downstream books via "Use this template"). Phase 1 migration ([qwt#115](https://github.com/d-morrison/qwt/pull/115)); `summary` + the Claude workflows pending parity ([qwt#116](https://github.com/d-morrison/qwt/issues/116)). | | [`d-morrison/rme`](https://github.com/d-morrison/rme) | `preview`, `preview-deploy`, `cleanup-pr-previews` | The original motivation for the PR-preview family (see [#33](https://github.com/d-morrison/gha/issues/33)/[#34](https://github.com/d-morrison/gha/pull/34)). Migrated its three inlined preview workflows to the gha family in [rme#942](https://github.com/d-morrison/rme/pull/942) ([#75](https://github.com/d-morrison/gha/issues/75)). | | [`Lacaedemon/sparta`](https://github.com/Lacaedemon/sparta) | `check-links`, `claude`, `claude-code-review`, `summary`, `quarto-publish` | Godot game; docs site published via `quarto-publish` (injects recorded gameplay clips through `pre-render-artifact`). | -| [`d-morrison/ai-config`](https://github.com/d-morrison/ai-config) | `quarto-publish` (`@v2`), `preview`, `preview-deploy`, `cleanup-pr-previews` | Portable AI agent config docs site; pure markdown, so the preview family's R/renv inputs are all disabled ([ai-config#401](https://github.com/d-morrison/ai-config/issues/401)). | +| [`d-morrison/ai-config`](https://github.com/d-morrison/ai-config) | `quarto-publish` (`@v2`), `preview`, `preview-deploy`, `cleanup-pr-previews`, `check-new-line-breaks` | Portable AI agent config docs site; pure markdown, so the preview family's R/renv inputs are all disabled ([ai-config#401](https://github.com/d-morrison/ai-config/issues/401)). `check-new-line-breaks` was built (gha#300) specifically to replace ai-config's own local script of the same purpose ([ai-config#702](https://github.com/d-morrison/ai-config/issues/702)/[#703](https://github.com/d-morrison/ai-config/pull/703)). | From 8ce38109a7e0264f73b8c7b939c3642c3edfdab8 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Jul 2026 01:31:16 +0000 Subject: [PATCH 2/2] Address review: move check-new-line-breaks to pending, not live ai-config#703 (the migration PR) hasn't merged yet, so ai-config isn't actually calling check-new-line-breaks from main. Follow the qwt row's precedent: list it as pending in Notes, not in Workflows used, until the migration PR merges. --- REVDEPS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REVDEPS.md b/REVDEPS.md index 96569bb8..882d0ba7 100644 --- a/REVDEPS.md +++ b/REVDEPS.md @@ -28,4 +28,4 @@ issue to be removed. | [`d-morrison/qwt`](https://github.com/d-morrison/qwt) | `check-bibliography-dois`, `check-non-standard-chars`, `check-links` | Quarto website template (propagates to downstream books via "Use this template"). Phase 1 migration ([qwt#115](https://github.com/d-morrison/qwt/pull/115)); `summary` + the Claude workflows pending parity ([qwt#116](https://github.com/d-morrison/qwt/issues/116)). | | [`d-morrison/rme`](https://github.com/d-morrison/rme) | `preview`, `preview-deploy`, `cleanup-pr-previews` | The original motivation for the PR-preview family (see [#33](https://github.com/d-morrison/gha/issues/33)/[#34](https://github.com/d-morrison/gha/pull/34)). Migrated its three inlined preview workflows to the gha family in [rme#942](https://github.com/d-morrison/rme/pull/942) ([#75](https://github.com/d-morrison/gha/issues/75)). | | [`Lacaedemon/sparta`](https://github.com/Lacaedemon/sparta) | `check-links`, `claude`, `claude-code-review`, `summary`, `quarto-publish` | Godot game; docs site published via `quarto-publish` (injects recorded gameplay clips through `pre-render-artifact`). | -| [`d-morrison/ai-config`](https://github.com/d-morrison/ai-config) | `quarto-publish` (`@v2`), `preview`, `preview-deploy`, `cleanup-pr-previews`, `check-new-line-breaks` | Portable AI agent config docs site; pure markdown, so the preview family's R/renv inputs are all disabled ([ai-config#401](https://github.com/d-morrison/ai-config/issues/401)). `check-new-line-breaks` was built (gha#300) specifically to replace ai-config's own local script of the same purpose ([ai-config#702](https://github.com/d-morrison/ai-config/issues/702)/[#703](https://github.com/d-morrison/ai-config/pull/703)). | +| [`d-morrison/ai-config`](https://github.com/d-morrison/ai-config) | `quarto-publish` (`@v2`), `preview`, `preview-deploy`, `cleanup-pr-previews` | Portable AI agent config docs site; pure markdown, so the preview family's R/renv inputs are all disabled ([ai-config#401](https://github.com/d-morrison/ai-config/issues/401)). `check-new-line-breaks` (built in gha#300 specifically to replace ai-config's own local script of the same purpose) is pending: [ai-config#702](https://github.com/d-morrison/ai-config/issues/702)/[#703](https://github.com/d-morrison/ai-config/pull/703). |