First deployment
Some checks failed
quality-gates / lint-and-test (push) Has been cancelled
quality-gates / security-scan (push) Has been cancelled

This commit is contained in:
2026-02-13 09:14:04 -05:00
parent 0e21e035f5
commit 679561bcdb
128 changed files with 3479 additions and 120 deletions

View File

@@ -46,6 +46,20 @@ Exit codes:
- `0`: Command completed successfully (including runs that store zero new rows)
- `1`: Fatal command failure (for example missing API keys or unrecoverable runtime error)
## Quality and Test Suite
Run local quality gates:
```bash
pip install -e .[dev]
pytest
ruff check backend tests
```
CI quality gates are defined in `.github/workflows/quality-gates.yml`.
Monitoring baseline, thresholds, and alert runbook are documented in `docs/quality-and-monitoring.md`.
## Admin Maintenance Commands
ClawFort includes an admin command suite to simplify operational recovery and maintenance.