From f91ffd323a0e47a5a1632e603074a895644368f6 Mon Sep 17 00:00:00 2001 From: jwbron <8340608+jwbron@users.noreply.github.com> Date: Sun, 22 Feb 2026 23:14:26 +0000 Subject: [PATCH] docs: Remove stale act references after #885 --- CHANGELOG.md | 2 +- gateway/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d4cbc4c7..f14ba8282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Container log persistence and correlation system - Rate limiting for gateway operations - Fork and private repository access policies -- CI infrastructure (GitHub Actions, pre-commit hooks, act-based local CI) +- CI infrastructure (GitHub Actions, pre-commit hooks, native make targets) - Comprehensive test suite (130+ test files) - Architecture Decision Records (ADRs) for all major design choices diff --git a/gateway/README.md b/gateway/README.md index 341620851..835248050 100644 --- a/gateway/README.md +++ b/gateway/README.md @@ -455,7 +455,7 @@ gateway/ ## Testing ```bash -# Run gateway tests (via act, CI parity) +# Run gateway tests (same checks as GitHub Actions) make test # Run gateway tests directly