feat: add Aider parser extraction with 72 tests

Tribunal priority 5: Extract pure parsing functions from aider-runner.ts
to aider-parser.ts for testability. 72 vitest tests covering prompt
detection, turn parsing, cost extraction, and format-drift canaries.
This commit is contained in:
Hibryda 2026-03-14 04:39:40 +01:00
parent 23b4d0cf26
commit 97abd8a434
5 changed files with 1127 additions and 332 deletions

View file

@ -27,6 +27,7 @@
"@wdio/local-runner": "^9.24.0",
"@wdio/mocha-framework": "^9.24.0",
"@wdio/spec-reporter": "^9.24.0",
"esbuild": "^0.27.4",
"svelte": "^5.45.2",
"svelte-check": "^4.3.4",
"typescript": "~5.9.3",