Files
tick-stock-panel/docs/tickflow-pro-phase1-probe.md
T
dunmin1980andCursor cafa03fb52 feat: add TickFlow Pro Phase 1 probe scaffold with off-peak gate
Dry-run by default; live calls require a key and wait until 16:00 Asia/Shanghai unless --force, so Stage A off-peak probing stays intentional.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-19 09:36:55 +08:00

792 B

TickFlow Pro Phase 1 probe

Process-local rate-limit safety (80% RPM) is already on branch cursor/tickflow-pro-rate-limit-p0.

Dry-run (safe anytime)

cd backend
python3 scripts/probe_tickflow_pro.py

Writes sanitized plan under reports/tickflow_pro_probe/<timestamp>/.

Live probe (off-peak)

Requirements:

  • TICKFLOW_API_KEY in the environment (never commit the key)
  • Prefer after 16:00 Asia/Shanghai (Stage A off-peak vs Gold)
  • Before 16:00 only with --force
cd backend
TICKFLOW_API_KEY=... python3 scripts/probe_tickflow_pro.py --live

Golden symbols: 000403.SZ, 600489.SH, 300059.SZ.

Out of scope

  • Full-market backfill
  • Gold Shadow deploy / Telegram ownership
  • Claiming cross-product shared rate limits (still process-local)