docs: add Chinese explanations for agent terms
docs: align wiki with current agent architecture
docs: 重构 wiki 产品和 Agent 文档
docs: add strategy decay analysis (wiki #12)
Summarize "why strategy performance inevitably decays" — 3 mechanisms,
decay speed factors, countermeasures, and mapping to Wyckoff system.
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
docs: sync multi-market wiki
docs: add backtest simple-vs-compound article, fix wiki link format
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
docs: add TCP half-open timeout, LLM smart routing, exec_command exit sections
New sections in Agent Design wiki:
- Section 11: Stream chunk timeout (daemon thread + Queue pattern)
- Section 12: LLM smart routing (RoutingProvider + classify_turn)
- Section 13: exec_command and screen process exit handling
- Added model_start event to RuntimeEvent table
- Updated design principles table
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
docs: fix duplicate numbering in wiki Home.md
docs: rewrite all wiki pages for clarity and accuracy
- Rewrite all 10 pages in plain language, verify file paths against code
- Add new page: 11_Tech_Agent_Design (streaming, tools, context, memory, loop, providers, background tasks, skills)
- Fix outdated info: 5-layer funnel (not 4), correct module paths, Step2.5
- Update Home.md navigation
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
docs: align wiki with current operations
docs: align wiki with current agent runtime
docs: add sector rotation & regime page, update backtest/actions/changelog
- New 09_Finance_Sector_Rotation_Regime.md: sector rotation states, regime position
control, watch_score v2.1 formula, data-driven parameter calibration
- 05: add regime-filter docs, two-phase snapshot architecture, updated defaults
- 06: add three-phase backtest grid architecture, tushare IP limit troubleshooting
- 07: add v2.1.0 changelog entry (sector adaptation + regime filter)
- 01/02: add cross-reference to GLOSSARY.md
- Home: add 09 to navigation, update backtest defaults to 2026-04
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: align wiki parameters with current quantitative code thresholds
docs: add Python Engineering and System Design philosophy
wiki: normalize page names and navigation links
docs: sync backtest defaults, risk metrics, and actions workflow
docs(wiki): align architecture facts and add backtest/actions guidance
docs: add full wiki contents for finance and tech architecture