create runner with ChatGPT-Codex by using the runner-agents.md from the core
Some checks failed
tests / test (push) Failing after 4s

This commit is contained in:
2026-01-04 13:24:41 +01:00
commit 0c0f01efbe
6 changed files with 1087 additions and 0 deletions

4
run_test.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
nvim --headless -u NONE -c "lua dofile('tests/run.lua')" -c "qa"