From 3d478eb51f00ff1ea8f2a6757c450e5d91a23011 Mon Sep 17 00:00:00 2001 From: Rafael Richards Date: Sun, 10 May 2026 20:08:44 -0400 Subject: [PATCH] chore: update cross-repo refs after m-cli vista-lint-presets move MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit m-cli relocated docs/vista-lint-presets/ → examples/vista-lint-presets/ (m-cli PR #9, part of the cross-repo "docs/ holds prose only" cleanup). Four inbound references in this repo need to follow: - templates/m-vista-test-suite/.m-cli.toml — header comment pointer - templates/m-vista-test-suite/README.md — 2 references (body + See Also) - docs/testing/vista-corpus-lint-results.md — 1 reference Pure text edits, no behavioural change. --- docs/testing/vista-corpus-lint-results.md | 2 +- templates/m-vista-test-suite/.m-cli.toml | 2 +- templates/m-vista-test-suite/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/testing/vista-corpus-lint-results.md b/docs/testing/vista-corpus-lint-results.md index 13abf4e..7b5438e 100644 --- a/docs/testing/vista-corpus-lint-results.md +++ b/docs/testing/vista-corpus-lint-results.md @@ -316,6 +316,6 @@ the safe-test wrapper convention. - [`realcode-validation.md`](realcode-validation.md) — earlier validation pass over modern corpus only. - [`users-guide.md`](../guides/users-guide.md) §6.5 — portability open questions. - m-cli `m lint --list-profiles` — canonical profile descriptions. -- m-cli `docs/vista-lint-presets/` — drop-in `.m-cli.toml` for VistA. +- m-cli `examples/vista-lint-presets/` — drop-in `.m-cli.toml` for VistA. - tree-sitter-m `docs/vista-parse-error-categories.md` — parser-side triage of the 376 outliers. - m-stdlib `templates/m-vista-test-suite/` — STDASSERT-shaped test scaffold for VistA package modernization. diff --git a/templates/m-vista-test-suite/.m-cli.toml b/templates/m-vista-test-suite/.m-cli.toml index 88d796f..20fa328 100644 --- a/templates/m-vista-test-suite/.m-cli.toml +++ b/templates/m-vista-test-suite/.m-cli.toml @@ -1,5 +1,5 @@ # Lint configuration for a VistA-targeted test suite. -# Same shape as m-cli/docs/vista-lint-presets/m-cli.toml.example — +# Same shape as m-cli/examples/vista-lint-presets/m-cli.toml.example — # vista-full profile + Kernel-locals + trusted-routines allowlists. [lint] diff --git a/templates/m-vista-test-suite/README.md b/templates/m-vista-test-suite/README.md index bf217c9..e525c6a 100644 --- a/templates/m-vista-test-suite/README.md +++ b/templates/m-vista-test-suite/README.md @@ -100,7 +100,7 @@ trusted_routines = "default" The vista-full profile + the two allowlists turn off the M-MOD-024 and M-XINDX-007 false positives that hand-rolled VistA always -trips. See `m-cli/docs/vista-lint-presets/` for the rationale. +trips. See `m-cli/examples/vista-lint-presets/` for the rationale. ## What this template is NOT @@ -123,4 +123,4 @@ trips. See `m-cli/docs/vista-lint-presets/` for the rationale. - `m-stdlib/docs/modules/stdfix.md` — transactional fixture wrappers. - `m-stdlib/docs/modules/stdseed.md` — declarative test data loading. - `m-stdlib/docs/modules/stdassert.md` — assertion API. -- `m-cli/docs/vista-lint-presets/` — VistA lint profile setup. +- `m-cli/examples/vista-lint-presets/` — VistA lint profile setup.