From a8e29c5668d64d817abcecc0a2e0d88870eaaf96 Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Sat, 14 Mar 2026 04:35:44 +0000 Subject: [PATCH] =?UTF-8?q?docs(t1350):=20close=20quality-debt=20loop=20?= =?UTF-8?q?=E2=80=94=20MD031=20already=20fixed=20in=20PR=20#2468?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The markdownlint MD031 finding (fenced code blocks without surrounding blank lines) was addressed in the original PR #2468 before merge. The quality-feedback scanner flagged it as unactioned because it tracks review comments by existence, not by fix status. Markdownlint confirms 0 errors. Added a Resolution section to the brief documenting this finding. Closes #3321 --- todo/tasks/t1350-brief.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/todo/tasks/t1350-brief.md b/todo/tasks/t1350-brief.md index a16c466fd..e550f3817 100644 --- a/todo/tasks/t1350-brief.md +++ b/todo/tasks/t1350-brief.md @@ -45,3 +45,9 @@ Agents running `setup.sh` without `--non-interactive` flag get stuck or fail sil - Uses `[[ ! -t 0 ]]` (stdin not a tty) as the detection signal — standard POSIX approach - `AIDEVOPS_NON_INTERACTIVE` env var already supported (line 30 of setup.sh) - Codacy/SonarCloud: documentation-only changes in other PRs may flag advisory issues; these are not blocking + +## Resolution + +- **PR #2468** merged with blank lines around the fenced code block in the How section (MD031 compliant as merged) +- **Issue #3321**: Quality-debt scanner flagged this as unactioned; the fix was included in the original PR — confirmed by `markdownlint-cli2` (0 errors) +- No additional code changes required; brief updated to close the quality-debt loop