You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Do not run `git commit`, `git tag`, or `git push` without explicit user confirmation.
15
+
- Before creating/updating PRs, PR review, or issue analysis, refresh the latest code baseline with `git fetch --all --prune`; if the worktree is clean and the current branch can fast-forward, run `git pull --ff-only`. If local changes, conflicts, missing upstream, or non-fast-forward history make that unsafe, do not stash/reset/overwrite local state; analyze against fetched remote refs or record the baseline gap before proceeding.
15
16
- PR titles should use `<type>: <change summary>` such as `fix: 修复大盘分析历史记录丢失`; use `fix`/`feat`/`refactor`/`docs`/`chore`/`test`/`ci` where possible, and avoid `[codex]`, `codex`, `autocode`, `copilot`, or other tool/agent source prefixes. Treat this as process guidance and do not use title format mismatches as a hard review blocker.
16
17
- Do not hardcode secrets, accounts, ports, model names, absolute environment-specific paths, or environment-specific branches.
17
18
- Reuse existing modules, configuration entrypoints, scripts, and tests instead of adding parallel implementations.
-`AGENTS.md` is the canonical AI collaboration document; if its meaning changes, sync `CLAUDE.md`, `.github/copilot-instructions.md`, `.github/instructions/*.instructions.md`, and repository skills as needed.
9
9
- Root `SKILL.md` and `docs/openclaw-skill-integration.md` describe product or external integration behavior, not repository governance.
10
10
- Explain which pipeline, release path, deployment path, review automation, or governance asset is affected and what the rollback path is.
11
+
- Before creating/updating PRs, PR review, or issue analysis, refresh the latest code baseline with `git fetch --all --prune`; only run `git pull --ff-only` when the worktree is clean and the current branch can fast-forward. If not, keep local state intact and record the fetched remote baseline or branch gap before proceeding.
11
12
- Keep `README.md` limited to homepage-level content such as positioning, high-level capabilities, quick start, main entrypoints, and sponsorship/cooperation; put detailed behavior, configuration, troubleshooting, field contracts, and edge cases in `docs/*.md`.
12
13
- Avoid widening permissions, secret exposure, or destructive automation without a clearly documented need.
13
14
- Preserve the repository's opt-in auto-tag behavior (`#patch`, `#minor`, `#major`) unless the change explicitly updates release policy.
<imgsrc="https://trendshift.io/api/badge/trendshift/repositories/18527/daily?language=Python"alt="#1 Python Repository Of The Day | Trendshift"width="250"height="55"/> <ahref="https://hellogithub.com/repository/ZhuLinsen/daily_stock_analysis"target="_blank"><imgsrc="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=6daa16e405ce46ed97b4a57706aeb29f&claim_uid=pfiJMqhR9uvDGlT&theme=neutral"alt="Featured|HelloGitHub"width="230" /></a>
14
14
</p>
15
15
16
16
> 🤖 基于 AI 大模型的 A股/港股/美股/日股/韩股自选股智能分析系统,每日自动分析并推送「决策仪表盘」到企业微信/飞书/Telegram/Discord/Slack/邮箱
<imgsrc="https://trendshift.io/api/badge/trendshift/repositories/18527/daily?language=Python"alt="#1 Python Repository Of The Day | Trendshift"width="250"height="55"/> <ahref="https://hellogithub.com/repository/ZhuLinsen/daily_stock_analysis"target="_blank"><imgsrc="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=6daa16e405ce46ed97b4a57706aeb29f&claim_uid=pfiJMqhR9uvDGlT&theme=neutral"alt="Featured|HelloGitHub"width="230" /></a>
<imgsrc="https://trendshift.io/api/badge/trendshift/repositories/18527/daily?language=Python"alt="#1 Python Repository Of The Day | Trendshift"width="250"height="55"/> <ahref="https://hellogithub.com/repository/ZhuLinsen/daily_stock_analysis"target="_blank"><imgsrc="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=6daa16e405ce46ed97b4a57706aeb29f&claim_uid=pfiJMqhR9uvDGlT&theme=neutral"alt="Featured|HelloGitHub"width="230" /></a>
14
14
</p>
15
15
16
16
**AI-powered stock analysis system for A-shares / Hong Kong / US / Japanese / Korean stocks**
0 commit comments