Group keymap harnesses under development/tests/
CI / cargo fmt --check (push) Successful in 27s
CI / cargo clippy (push) Successful in 34s
CI / cargo test (push) Successful in 35s
CI / cargo fmt --check (pull_request) Successful in 32s
CI / cargo clippy (pull_request) Successful in 28s
CI / cargo test (pull_request) Successful in 33s
CI / editor keymaps (push) Successful in 1m27s
CI / editor keymaps (pull_request) Successful in 1m27s

Move the four keymap-harness files (test-keymaps.sh/.lua and the Vim
counterparts) into a development/tests/ subfolder so they sit apart from
the interactive dev launchers. REPO_ROOT now climbs two levels, and the
internal source paths, CI invocations, and ONBOARDING tree are updated.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 14:40:37 -03:00
parent f32f54e8a8
commit 088cf81bcb
6 changed files with 18 additions and 17 deletions
+6 -5
View File
@@ -74,11 +74,12 @@ nuwiki/
│ ├── start-nvim.sh # Launch Neovim against a scratch wiki
│ ├── start-vim.sh # Launch Vim against a scratch wiki
│ ├── test-personal-wiki.sh # Launch Vim against your real wiki
│ ├── test-keymaps.sh # Neovim keymap harness (CI)
── test-keymaps.lua
│ ├── test-keymaps-vim.sh # Vim keymap harness (CI)
│ ├── test-keymaps-vim.vim
└── syntax-diag.vim # Dump highlighting state for debugging
│ ├── syntax-diag.vim # Dump highlighting state for debugging
── tests/ # Editor keymap/command harnesses (run in CI)
├── test-keymaps.sh # Neovim keymap harness
├── test-keymaps.lua
├── test-keymaps-vim.sh # Vim keymap harness
│ └── test-keymaps-vim.vim
└── .gitea/
└── workflows/