Commit Graph

3 Commits

Author SHA1 Message Date
Chris Christiansen
05030edf61 fix: Set executable bit on shell and python scripts
Per the task in `docs/TODO.md`, this change runs `git update-index --chmod=+x` on all relevant `.sh` and `.py` files in the repository.

This prevents intermittent 'Permission denied' errors when scripts are run in CI/CD environments or after being edited via the GitHub web interface, which can strip file permissions.
2026-05-26 13:23:18 +00:00
ce28d34f3d
feat: add agents/tests/unit/test_agent.py — 8 pytest unit tests
Add unit tests for ADK orchestrator agent functionality, including environment variable checks and import validations.
2026-05-23 02:45:50 +02:00
34ba75a4a2 feat: push all remaining files — agents/, docs/, architecture/, cloudbuild.yaml, README 2026-05-23 02:37:39 +02:00