docs: record data-layer D2 progress + resync AGENTS.md to CLAUDE.md - #44
Merged
Conversation
- Record Data Layer D2 (PR #43, merged) in CLAUDE.md progress: TushareCache endpoint specs/parsers split (tushare_specs.py / tushare_parsers.py / tushare_planning.py; facade 814 -> 596 lines), behavior-preserving, public cache semantics unchanged, backward-compatible re-exports. Update PR list (+#43), gate counts (579 -> 584, +D2 tests=5), and next-step roadmap (D3+). - Fix the pre-existing AGENTS.md vs CLAUDE.md drift (not introduced by D2; D2 did not touch these files): AGENTS.md was stale at P4-2/#25 (428 passed / 12 configs), missing P4-3/I1-I4/I5a/I5b/I5c/I5d/D1/D2. Make AGENTS.md a verbatim copy of CLAUDE.md so the two progress docs match. 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, no code)
CLAUDE.mdprogress:TushareCacheendpoint specs/parsers split (tushare_specs.py/tushare_parsers.py/tushare_planning.py; facade 814 → 596 lines),behavior-preserving, public cache semantics unchanged, backward-compatible
re-exports. Updated PR list (+refactor(cache): split TushareCache endpoint specs and parsers (D2) #43), gate counts (579 → 584, +D2 tests=5),
next-step roadmap (D3+).
AGENTS.mdvsCLAUDE.mdinconsistency — a repohygiene issue that already existed on
mainand that D2 did not touch.AGENTS.mdhad drifted to P4-2 / P4-2: persistent cache for universe + tradability endpoints #25 (428 passed / 12 configs), missingP4-3, I1–I4, I5a, I5b, I5c, I5d, D1, D2. Made
AGENTS.mda verbatim copy ofCLAUDE.md(the documented intent) so the two progress docs match.Verification
git diff --name-only main...HEAD→AGENTS.md,CLAUDE.mdonly (docs-only,no code change).
git diff --check main...HEAD→ clean.diff AGENTS.md CLAUDE.md→ identical..config.jsontoken value 0 hits in both; noFAKE_TUSHARE_TOKEN.Docs-only, no code behavior change. The AGENTS/CLAUDE resync is a non-D2 repo
hygiene fix (pre-existing on
main), bundled here because both are progress docs.