docs: record data-layer D4 ledger-scaling progress - #50
Merged
Conversation
- data_layer_contracts.md: D4 recorded as implemented (CoverageLedger / IntradayCoverageLedger record_many batch writes + in-process lookup cache; parquet paths, column order, and coverage semantics unchanged); section-4 title gains D4; the unimplemented list moves to D5+ (concurrency / global rate limiter = D5, endpoint schema registry, PanelStore append/partition). D5-D6 stay explicitly unimplemented. - CLAUDE.md / AGENTS.md (kept byte-identical): PR #49 added to the merged-PR list; D4 progress bullet; quality gate 643 -> 656 passed (+ D4 coverage-ledger-scaling=13); roadmap next data-layer step is D5 concurrency / endpoint schema registry (D4 done). Docs only — no qt/ data/ tests/ config/ change.
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
Docs-only progress sync recording Data Layer D4 (coverage-ledger
record_manybatch writes + in-process lookup cache) as implemented. No code change.PR #49 merge status
MERGED into
main(mergeCommit05a86d4). D4 code accepted by Codex; this PR only updates documentation to match.Changed files (3, docs only)
docs/data/data_layer_contracts.md— D4 recorded as implemented (CoverageLedger/IntradayCoverageLedgerrecord_many(...)batch writes + in-process lookup cache; parquet paths, column order, and coverage semantics unchanged); section-4 title gains/ D4; the unimplemented block moves to D5+ (concurrency / global rate limiter = D5, endpoint schema registry,PanelStoreappend/partition). D5–D6 stay explicitly unimplemented.CLAUDE.md— PR feat(cache): D4 coverage-ledger batch writes + in-process lookup cache #49 added to the merged-PR list; D4 progress bullet; quality gate 643 → 656 passed (+D4 coverage-ledger-scaling=13); roadmap next data-layer step is D5 concurrency / endpoint schema registry (D4 done).AGENTS.md— made byte-identical toCLAUDE.md.D4 scope (as recorded)
record_many(rows)on both ledgers (one normalize + one atomic write; empty no-op;record()delegates); per-instance frame cache + per-(endpoint, key[, raw_freq])memo (mtime-invalidated, refreshed on write,read()returns a copy);TushareCachenot-ready split writes its 1–2 rows in onerecord_many. Public methods/paths/columns and coverage semantics (onlyok/emptycount;failed/not_readydo not) unchanged.D5 / D6 — NOT implemented
Confirmed. This is a publish + docs-sync task only; no D5 concurrency / thread pools / async / global rate limiter, no endpoint schema registry, no
PanelStoreappend/partition, no data-quality change, no research/backtest work.Verification (docs PR)
git diff --name-status main...HEAD→ onlyAGENTS.md,CLAUDE.md,docs/data/data_layer_contracts.md(docs only).cmp -s AGENTS.md CLAUDE.md→ identical.git diff --check main...HEAD→ clean; merge-marker scan →NO_MERGE_MARKERS.643 passed; no "D4 unimplemented" / "next step D4" residual;656 passedrecorded; D5/D6 not claimed implemented.656 passedon feat(cache): D4 coverage-ledger batch writes + in-process lookup cache #49).PR #38 untouched
Confirmed:
#38 OPEN base=feat/i5c-mmp-minute-factor— not merged, closed, retargeted, or edited.