From 3b57680d8c115ef2ed9651aef407d4a80917d133 Mon Sep 17 00:00:00 2001 From: Rafael Richards Date: Sun, 10 May 2026 20:07:06 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20move=20docs/vista-lint-presets/=20?= =?UTF-8?q?=E2=86=92=20examples/vista-lint-presets/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Part of a cross-repo cleanup making `docs/` hold only human-readable prose. The vista-lint-presets directory contains a copy-paste TOML config preset (`m-cli.toml.example`) alongside a README explaining it — that's a worked-example artifact, not documentation prose. Aligns m-cli's layout with m-stdlib (which uses `examples/` for demos like `stdargs-demo.m`). Self-reference inside m-cli.toml.example updated to point at the new README path and at m-stdlib's relocated docs/testing/ subdir. Cross-repo inbound references in m-stdlib's templates/m-vista-test-suite/ + docs/testing/vista-corpus-lint-results.md will be fixed in a separate m-stdlib PR once this lands. --- {docs => examples}/vista-lint-presets/README.md | 0 {docs => examples}/vista-lint-presets/m-cli.toml.example | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename {docs => examples}/vista-lint-presets/README.md (100%) rename {docs => examples}/vista-lint-presets/m-cli.toml.example (94%) diff --git a/docs/vista-lint-presets/README.md b/examples/vista-lint-presets/README.md similarity index 100% rename from docs/vista-lint-presets/README.md rename to examples/vista-lint-presets/README.md diff --git a/docs/vista-lint-presets/m-cli.toml.example b/examples/vista-lint-presets/m-cli.toml.example similarity index 94% rename from docs/vista-lint-presets/m-cli.toml.example rename to examples/vista-lint-presets/m-cli.toml.example index 30c4a69..9c9018b 100644 --- a/docs/vista-lint-presets/m-cli.toml.example +++ b/examples/vista-lint-presets/m-cli.toml.example @@ -4,8 +4,8 @@ # `m lint`. # # Background: -# docs/vista-lint-presets/README.md (this directory) -# m-stdlib/docs/vista-corpus-lint-results.md (data behind the +# examples/vista-lint-presets/README.md (this directory) +# m-stdlib/docs/testing/vista-corpus-lint-results.md (data behind the # recommended choices) [lint]