Commit graph

6 commits

Author SHA1 Message Date
17746bb98b Fix test status stamping
---
Build: pass | Tests: pass — 2380 passed (175 files)
2026-05-11 08:38:02 +02:00
3383afad9c Fix operator report automation and Telegram command scopes
---
Build: pass | Tests: FAIL — 31 failed (full-suite baseline from status writer; focused validation passed)

---
Build: pass | Tests: FAIL — 31 failed
2026-05-03 09:31:44 +02:00
3870c7a536 hooks: log test results to logs/test-runs.log with dd.mmm.yyyy timestamps
---
Build: pass | Tests: pass — Tests  395 passed | 10 skipped (405)
2026-03-14 20:51:34 +00:00
2d40d3e547 hooks: also append build/test result to logs/test-runs.log
---
Build: pass | Tests: pass — Tests  395 passed | 10 skipped (405)
2026-03-14 20:48:14 +00:00
737938a298 Fix 5 pre-existing test failures introduced in upstream pull
- jail-runner.test.ts: add missing PI_TUI_* and STRIPE_REFUNDS_ENABLED exports
  to config mock (added to config.ts in upstream but not reflected in test mock)
- jail-runner.test.ts: advance timers before EPIPE emit so stdin error handler
  is registered (runJailAgent awaits enrichPromptWithBuiltinKnowledge first)
- group-queue.ts: registerProcess now sets state.active = true, matching the
  invariant that a registered process is always active
- hooks/prepare-commit-msg: strip ANSI escape codes from test summary line

---
Build: FAIL | Tests: pass — Tests  395 passed | 10 skipped (405)
2026-03-14 20:39:29 +00:00
7469a41e74 Add tracked git hooks with build/test status in commit messages
- hooks/prepare-commit-msg: appends 'Build: pass | Tests: N passed' footer
  to every normal commit via prepare-commit-msg hook (skips merge/squash)
- setup.sh: wires core.hooksPath=hooks/ automatically on fresh installs
- AGENTS.md: documents hook activation, commit message convention, and rationale
  (provider-agnostic — no CLAUDE.md)

---
Build: pass | Tests: FAIL —       Tests  5 failed | 390 passed | 10 skipped (405)
2026-03-14 20:32:59 +00:00