S4: extinde suita cu gameplay bomberman + overworld + audio (24/24)

3 teste noi commitate (mutate din scratch in suita):
- audio S1: beep._ctx 'running' dupa Incepe aventura (era NO_CTX)
- overworld: mers cu tastatura (ArrowRight) + iesire blocata pana la final
- arcade bomberman: bomba sparge cutie, BFS AI se apropie, respawn pastreaza progres

Arbore AGENTS.md/CLAUDE.md/tests actualizat 21→24 (14 @regresie + 10 @campanie).
Iteratia 2 COMPLETA (S1+S2+S3+S4). Board: TODOS.md S4 [x].

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-06-13 11:01:13 +00:00
parent 4454df9c3b
commit cead5c5156
5 changed files with 168 additions and 58 deletions

View File

@@ -20,9 +20,9 @@ sursa de adevăr tehnică pentru agenți.
python3 -m http.server 8000
# Teste (Playwright; fără package.json commitat — vezi tests/AGENTS.md):
npx playwright test tests/smoke.mjs # suita completă: 21/21
npx playwright test tests/smoke.mjs --grep @regresie # regresie: 13
npx playwright test tests/smoke.mjs --grep @campanie # campanie E2E: 8
npx playwright test tests/smoke.mjs # suita completă: 24/24
npx playwright test tests/smoke.mjs --grep @regresie # regresie: 14
npx playwright test tests/smoke.mjs --grep @campanie # campanie E2E: 10
```
## Durable Rules (repo-wide)