Priority 5 (TF-05): Overnight Edge report leads with TL;DR + pool table#33
Merged
Conversation
…age fix Minute-path companion table (must-fix #6g / RM-002 / TF-14): - NEW profit_scout.option_minute_paths — per-minute option bars over each pool candidate's 3-trading-day excursion window. DDL + one-shot backfill (executed 2026-07-07: 144,448 bars / 2,675 contract-days back to 2026-04-13) + daily top-up via NEW forward-paper-trader POST /persist_minute_paths (reconciles the last 3 scan_dates each evening, DELETE-then-LOAD with the explicit schema, token-gated with POOL_LIQ_REFRESH_TOKEN, fully walled from the trader/labeler paths). - Unlocks MCP replay_contract + estimate_exit_rule exact first-crossing (heuristic_share 0.1045 -> 0.0) + trailing-rule scoring (gammarips-mcp PR #9). Classification: REALIZED TAPE — never a feature, never read by selection or the live trader (review-verified). PRODUCTION FIX folded in (discovered during this work): the labeler (/label_enriched_pool) had been failing since scan 2026-07-02 — the 07-02 enrichment autodetect landmine recurring in _write_shadow_records' staging load (all-NULL recommended_spread_pct autodetects to STRING vs the staging table's FLOAT). Load now binds the staging table's EXPLICIT schema; schema drift handled by Python-typed ADD COLUMNs instead of autodetect. RECOVERED: scans 07-01 (50 labeled) + 07-02 (50 labeled) re-run clean; substrate current again. See DECISIONS/2026-07-07-labeler-staging-autodetect-outage.md. gammarips-review: SHIP-WITH-FIXES, all applied (incl. incremental audit of the labeler fix: SHIP; atomicity preserved, existing columns type-pinned). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
report_v3_descriptive -> report_v4_tldr_first: the daily report's section contract now opens with a 3-bullet TL;DR (pool size + dominant theme; regime read; the day's most significant change/divergence) followed by the Pool Snapshot table; prose sections demoted below. Reorder + summarize only — no new data surface, voice/compliance rules untouched, TL;DR spec carries its own no-trade-calls/no-new-claims guard. gammarips-review: SHIP (voice rules intact; ranking-LLM consumer sees the same data reordered — PROMPT_VERSION bump provides cohort attribution; webapp/x-poster consumers unaffected). Both review nits applied (internal task tag dropped from prompt text; v4 line added to the version-history comment). Deployed rev overnight-report-generator-00020-5wl. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
report_v3_descriptive→report_v4_tldr_first: the daily report's REQUIRED-sections contract now opens with a 3-bullet TL;DR (pool size + dominant theme / regime read / most significant change) followed by the Pool Snapshot table; prose demoted below. Reorder + summarize only — no new data surface; all voice/compliance rules untouched and the TL;DR spec carries its own no-trade-calls / no-new-claims guard.gammarips-review: SHIP (voice rules intact; the ranking-LLM consumer sees the same data reordered, with the PROMPT_VERSION bump providing cohort attribution; webapp/reports+ x-poster consumers unaffected). Both review nits applied. Deployed revovernight-report-generator-00020-5wl— first TL;DR-first report renders tomorrow 07:00 ET.Stacked on #32. MCP-side TF-08 counterpart: gammarips-mcp PR #10 (WONTFIX-with-pointer).
🤖 Generated with Claude Code