Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading