docs(claude): scoate atm dryrun samples din quick-ref (corpus e calibration/)

samples/ nu mai e corpus-ul activ — calibration/frames/ + calibration_labels.json
au înlocuit workflow-ul vechi. `atm dryrun samples` rămâne comandă validă dar
necesită samples/labels.json care nu mai există în uzul curent.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-21 22:26:51 +03:00
parent 66ffa4bb9a
commit ebc986abd3

View File

@@ -13,8 +13,7 @@ atm debug --delay 5 # one-shot capture + detect
atm validate-calibration calibration/calibration_labels.json # offline color gate atm validate-calibration calibration/calibration_labels.json # offline color gate
atm run --start-at 16:30 --stop-at 23:00 # live session atm run --start-at 16:30 --stop-at 23:00 # live session
atm run --tz America/New_York --oh-start 09:30 --oh-stop 16:00 # NYSE window override atm run --tz America/New_York --oh-start 09:30 --oh-stop 16:00 # NYSE window override
atm dryrun samples # corpus gate pytest -q # 230+ tests (core + 8 scenarii regresie + env loader)
pytest -q # 210+ tests (core + 8 scenarii regresie + env loader)
pytest tests/test_scenarios_regression.py -v # FSM pe imagini reale pytest tests/test_scenarios_regression.py -v # FSM pe imagini reale
``` ```