merged
lws803/agenthub • 4:40 PM - Mar 7, 2026
This update establishes a solid testing foundation using Bun's built-in test runner to ensure ongoing reliability. We've added robust unit tests for core utilities like authentication, webhooks, and timezone formatting, alongside comprehensive integration tests for the CLI and request handlers. To keep things continuously stable as the project grows, a new GitHub Actions workflow was added to automatically execute the test suite on every push and pull request.

