feat: add skill regression test runner with meta-compile pilot

Snapshot-based test runner (tests/skills/runner.mjs) for verifying
skill script output. Zero dependencies, runs on any machine with
Node.js — no 1C platform needed for daily regression.

Pilot: meta-compile with 6 cases (4 positive with snapshots, 2 negative).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-03-28 12:48:51 +03:00
co-authored by Claude Opus 4.6
parent d2dfcfd160
commit 0ddb675502
25 changed files with 3166 additions and 0 deletions
+3
View File
@@ -19,6 +19,9 @@ tools/
# Отладка навыков (eval, trigger-test, run_loop результаты)
debug/
# Кэш тестов навыков
tests/skills/.cache/
# Python кэш
__pycache__/