docs: record data-layer D1 contracts progress - #42
Merged
Conversation
Record Data Layer D1 in CLAUDE.md progress: - D1 (PR #41) merged into main: behavior-preserving cleanup. - Scope: docs/data/data_layer_contracts.md (cache vs store boundary) and token parsing dedup onto data/feed/secret.py::read_token (_lookup_dotted removed repo-wide; all six tushare feeds share the reader). - Behavior-preserving: phase0 ic 0.9600 / annual 0.8408 unchanged; no data-fetch / cache semantics / factor / alpha / portfolio / runtime / report changes. - D1 non-goals (deferred to D2+): TushareCache split, endpoint schema registry, data-quality validator, concurrency, CoverageLedger storage change, PanelStore append/partition. - D2 (TushareCache modularization) is the next planned phase, NOT implemented. - Update PR list (+#41), gate counts (577 -> 579, +D1 index-feed tests=2), and next-step roadmap (D1 done -> D2 next). Docs-only; no code behavior 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.
What changed
Docs-only progress update in
CLAUDE.mdrecording Data Layer D1 (PR #41, merged):cachevsstorecontract doc (docs/data/data_layer_contracts.md) and dedup of the duplicated Tushare token parsing ontodata/feed/secret.py::read_token(the private_lookup_dottedis now removed repo-wide; all six tushare-backed feeds share the reader).ic 0.9600 / annual 0.8408unchanged; no data-fetch / cache semantics / factor / alpha / portfolio / runtime / report-metric changes.TushareCachemodularization) is the next planned engineering phase — not implemented here.Also updated: merged-PR list (+#41), quality-gate counts (577 → 579, +D1 index-feed tests=2), and the next-step roadmap (D1 done → D2 next).
Verification
git diff --name-only main...HEAD→CLAUDE.mdonly (docs-only, no code change).git diff --check main...HEAD→ clean..config.jsontoken value 0 hits; noFAKE_TUSHARE_TOKEN.Docs-only, no code behavior change.