refactor: include file modification dates too

This commit is contained in:
Fahad
2025-10-05 08:19:46 +04:00
parent bd666227c8
commit 47973e945e
2 changed files with 21 additions and 4 deletions

View File

@@ -18,9 +18,14 @@ Authoritative documentation and samples live in `docs/`, and runtime diagnostics
- `python communication_simulator_test.py --quick` smoke-test orchestration across tools and providers.
- `./run_integration_tests.sh [--with-simulator]` exercise provider-dependent flows against remote or Ollama models.
Run code quality checks:
```bash
.zen_venv/bin/activate && ./code_quality_checks.sh
```
For example, this is how we run an individual / all tests:
```
```bash
.zen_venv/bin/activate && pytest tests/test_auto_mode_model_listing.py -q
.zen_venv/bin/activate && pytest -q
```