chore: reorganize root files - #1257
Merged
Merged
Conversation
ZhuLinsen
marked this pull request as ready for review
May 10, 2026 11:31
🤖 自动审查报告
📁 修改的文件
... 还有 10 个文件
|
ZhuLinsen
commented
May 10, 2026
ZhuLinsen
left a comment
Owner
Author
There was a problem hiding this comment.
评审结论
- 必要性:通过 + 根目录清理与 AGENTS.md 中目录边界、复用现有结构的要求一致。
- 是否有对应 issue:无(PR 描述未检测到 Fixes/Closes/Refs 关联语句)。
- PR 类型:chore + 主要是文件位置整理、导入路径更新、CI 依赖文件下移和资源路径同步。
- description 完整性:完整 + 已说明变更范围、原因、影响、验证和 revert 级回滚方案。
- 是否可直接合入:可 + 当前 CI 成功,未发现需要阻断合入的正确性或兼容性问题。
🤖 此回复由 OpenReview Bot 自动生成,仅供参考。如有疑问请 @维护者。
EchoingFootsteps
pushed a commit
to EchoingFootsteps/daily_stock_analysis
that referenced
this pull request
Jul 4, 2026
* chore: reorganize root files * fix: mark moved docs assets as binary
bmwu
pushed a commit
to bmwu/daily_stock_analysis
that referenced
this pull request
Aug 24, 2026
* chore: reorganize root files * fix: mark moved docs assets as binary
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
sources/todocs/assets/and update README / docs image links.patch/tosrc/patches/and update data provider imports, Docker packaging, and CI smoke imports.requirements-ci.txtto.github/requirements-ci.txtand update CI / PR review references.analyzer_service.pytosrc/services/analyzer_service.pyand updateSKILL.mdexamples..gitattributesso PR review diff decoding does not choke on binary/design files.[Unreleased]changelog entry for the repository-root cleanup.Why
The repository root had accumulated implementation details, documentation assets, and CI-only files alongside the primary project entrypoints. This keeps the root focused on stable project-level files while preserving existing runtime behavior.
Impact
src.patches.eastmoney_patchinstead ofpatch.eastmoney_patch.docs/assets/..github/requirements-ci.txt, which includes the root runtime requirements with-r ../requirements.txt.Validation
Local:
python -m py_compile src/services/analyzer_service.py data_provider/efinance_fetcher.py data_provider/akshare_fetcher.py src/patches/eastmoney_patch.py .github/scripts/ai_review.pypython -c "from src.services.analyzer_service import analyze_stock, analyze_stocks, perform_market_review; from src.patches.eastmoney_patch import eastmoney_patch; from data_provider.efinance_fetcher import EfinanceFetcher; from data_provider.akshare_fetcher import AkshareFetcher; print('moved imports ok')".github/requirements-ci.txtresolves../requirements.txtpython scripts/check_ai_assets.py./scripts/ci_gate.sh syntaxgit diff ...can be decoded withtext=TrueCI on PR #1257:
ai-governance: passbackend-gate: passdocker-build: passweb-gate: skipped, no frontend changesRollback
Revert this PR to restore the previous root-level layout and import paths.