Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def build_monthly_snapshot_audit_issue(
"python scripts/print_first_snapshot_promotion_plan.py --json",
"python scripts/print_snapshot_promotion_matrix.py --json",
"python scripts/print_snapshot_readiness.py --profile hk_low_vol_dividend_quality_snapshot --platform longbridge --json",
"python scripts/print_snapshot_readiness.py --profile hk_low_vol_dividend_quality_snapshot --platform ibkr --json",
"hkeq-validate-live-enable-evidence --evidence-file <live-enable-evidence.json> --json",
"```",
"",
Expand Down
2 changes: 2 additions & 0 deletions tests/test_monthly_snapshot_audit_issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def test_build_monthly_snapshot_audit_issue_scopes_codex_review():
assert "research-only / deprioritized" in body
assert "no publish, no deployment, no broker orders" not in body.lower()
assert "deploy Cloud Run, or place broker orders" in body
assert "python scripts/print_snapshot_readiness.py --profile hk_low_vol_dividend_quality_snapshot --platform longbridge --json" in body
assert "python scripts/print_snapshot_readiness.py --profile hk_low_vol_dividend_quality_snapshot --platform ibkr --json" in body
assert "hkeq-validate-live-enable-evidence" in body


Expand Down
Loading