Commit Graph
10 Commits
Author SHA1 Message Date
SII-leiyuandClaude Opus 4.6 aa968421ca Translate all prompts and LLM-facing text to English
All system prompts, user prompts, analysis reports, and LLM context
text converted from Chinese to English for international audience.
Internal logs and comments with Chinese remain as-is (non-user-facing).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-18 16:53:20 +08:00
SII-leiyuandClaude Opus 4.6 134ac61884 Replace "insider trading" terminology with "information asymmetry"
Neutral language reduces legal risk for open-source distribution.
All prompts, comments, and UI text updated. Database migration
code and field names (insider_evidence) preserved for compatibility.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-18 16:47:22 +08:00
SII-leiyuandClaude Opus 4.6 76f22eec8b Note internal API is replaceable with Polymarket official API
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-18 16:38:43 +08:00
SII-leiyuandClaude Opus 4.6 12499d4a10 Fix price range to match actual config (0-0.7)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-18 16:05:50 +08:00
SII-leiyuandClaude Opus 4.6 9df88bcf89 Update README with complete system documentation
Rewrite README to reflect current architecture: 14 LLM tools,
multi-dimensional anomaly detection, signal accuracy tracking,
daily briefings, web dashboard, and all CLI commands.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-18 16:03:58 +08:00
SII-leiyuandClaude Opus 4.6 b1cf6c9d31 Clean up: remove reports/briefings, switch to Gemini official API, delete unused scripts
- Clear all reports/ and daily_briefings/ data
- Update .env.example: LLM_BASE_URL to Gemini official endpoint
- Remove unused backtest.py and test_signal_tracking.py

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-18 15:54:47 +08:00
SII-leiyu 9b8b052a21 Update: sync local state to remote 2026-04-06 14:41:05 +08:00
SII-leiyuandClaude cc5c0c3578 feat: add anomaly signal detection and backtesting system
- Add anomaly signal model and history tracking
- Implement backtest framework with detailed reports
- Update whale analyzer prompts for better analysis
- Improve LLM analyzer with enhanced features
- Remove deprecated report history service
- Add numerous whale activity reports

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-10 12:52:26 +08:00
SII-leiyuandClaude ed625564de feat: add historical report analysis for same market
- Add ReportHistoryService to find and summarize historical reports
- Integrate historical context into LLM analysis prompts
- Display market description in LLM input
- Show referenced historical report count in generated reports

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-08 20:01:04 +08:00
SII-leiyuandClaude 0254e2c01a Initial commit: Polymarket Whale Watcher
- Add trade monitoring and whale detection system
- Add LLM-powered trade analysis
- Add market data fetching from Polymarket API
- Include example environment configuration
- Add automated report generation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-07 15:41:05 +08:00