Reduce pre-commit context noise, gitignore agent artifacts

Slim Vitest pre-commit output with dot reporter and coverage summary.
Ignore .agent-tests/ and docs/agents/research/ in git.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lukas
2026-03-29 23:57:01 +02:00
parent b229a0dac7
commit 09da9a8dfc
2 changed files with 3 additions and 1 deletions

View File

@@ -26,4 +26,4 @@ pre-commit:
- name: oxlint
run: pnpm oxlint -- --deny warnings
- name: test
run: pnpm test
run: pnpm vitest run --reporter=dot --coverage.reporter=text-summary