retention and run history

This commit is contained in:
2026-05-07 16:01:33 +02:00
parent 18299b03aa
commit e87f7fdd5d
6 changed files with 142 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ PYTHONPATH=src python3 -m guide_board plan \
PYTHONPATH=src python3 -m guide_board run \
--target profiles/targets/sample-repository.json \
--assessment profiles/assessments/sample-noop.json
PYTHONPATH=src python3 -m guide_board runs list
PYTHONPATH=src python3 -m unittest discover -s tests
```