docs(predictor): fix stale Structure block and document production en… - #205
Open
SankeerthNara wants to merge 1 commit into
Open
docs(predictor): fix stale Structure block and document production en…#205SankeerthNara wants to merge 1 commit into
SankeerthNara wants to merge 1 commit into
Conversation
|
@SankeerthNara is attempting to deploy a commit to the JSL's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
Summary
Fixes the stale Structure block in
predictor/README.md(was still showing the old pre-renamekalshi-poc/layout) and documents the production entrypoints, distinguishing the daily cron path from ad-hoc/debug scripts.Fixes #195
Scope
predictor/docs onlypredictor/README.mdVerification
I ran:
diff <(git show origin/main:predictor/README.md) predictor/README.mdResult:
predictor/tree onmain(src/,scripts/,data/,runs/,runs_backtest/,runs_learning/,tests/,docs/and their real subfolders)..github/workflows/daily-trading.yml: the daily cron (18:00 UTC) actually runs two scripts in sequence —scripts/daily_run.py(learning capture: fetch_markets → forward_predict → score_forward) followed byscripts/daily_auto.py(paper-trading finalize/capture + manifest rebuild + commit/push). Documented both as production entrypoints rather than justdaily_auto.py, since the workflow file showsdaily_run.pyis also part of the production loop, not ad-hoc.live_run.py,forward_predict.py(standalone use),finalize_run.py, andbacktest.pyare not referenced by the cron workflow — confirmed as ad-hoc/debug.Safety checklist
.envfiles, private keys, wallet seeds, webhook URLs, API tokens, or private datasets.Valuation notes
n/a - not submitted for valuation