From ebc986abd34f4e61b9adbf67512b7be867eb251b Mon Sep 17 00:00:00 2001 From: Marius Mutu Date: Tue, 21 Apr 2026 22:26:51 +0300 Subject: [PATCH] docs(claude): scoate atm dryrun samples din quick-ref (corpus e calibration/) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- CLAUDE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 27a14c0..a57cb81 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -13,8 +13,7 @@ atm debug --delay 5 # one-shot capture + detect atm validate-calibration calibration/calibration_labels.json # offline color gate 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 dryrun samples # corpus gate -pytest -q # 210+ tests (core + 8 scenarii regresie + env loader) +pytest -q # 230+ tests (core + 8 scenarii regresie + env loader) pytest tests/test_scenarios_regression.py -v # FSM pe imagini reale ```