• Joined on 2025-06-24
root pushed to master at root/trading_bot_v4 2025-12-05 08:14:21 +00:00
b187f1dc8b Merge pull request #1 from mindesbunister/copilot/extract-common-pitfalls-documentation
aee12432f5 Merge pull request #6 from mindesbunister/copilot/document-recent-prs
863f10dc77 docs: Improve .gitignore fix instructions in Pitfall #72
6ee29279b7 docs: Document test infrastructure, security fix, common pitfalls reorganization, and CI/CD pipeline
1dc5778900 Initial plan
Compare 8 commits »
root pushed to master at root/trading_bot_v4 2025-12-05 07:42:10 +00:00
12212502bd docs: Document dual remote setup and post-commit hook automation
root pushed to master at root/trading_bot_v4 2025-12-05 07:19:12 +00:00
de77cfe5fb test: Verify GitHub auto-sync hook
root pushed to master at root/trading_bot_v4 2025-12-04 23:38:00 +00:00
302511293c feat: Add production logging gating (Phase 1, Task 1.1)
root pushed to master at root/trading_bot_v4 2025-12-04 18:57:01 +00:00
cc3a0a85a0 docs: Document manual trade quality bypass requirement
09825782bb feat: Bypass quality scoring for manual Telegram trades
Compare 2 commits »
root pushed to master at root/trading_bot_v4 2025-12-04 18:53:14 +00:00
5feb6ba61b optimize: Reduce 1-min webhook payload from 8 metrics to 2 (price + ADX only)
root pushed to master at root/trading_bot_v4 2025-12-04 16:19:15 +00:00
31ef8b01f2 docs: Add Common Pitfall #54 - Telegram webhook vs polling conflict
root pushed to master at root/trading_bot_v4 2025-12-04 16:05:44 +00:00
14f28bf464 docs: Add mandatory rule #5 - CHECK DOCUMENTATION FIRST before suggestions
root pushed to master at root/trading_bot_v4 2025-12-04 14:19:22 +00:00
c4cc16ede2 docs: EPYC cluster status report Dec 4, 2025
f2f2992a98 fix: Add is_worker_allowed_to_run function definition
Compare 2 commits »
root pushed to master at root/trading_bot_v4 2025-12-04 14:16:21 +00:00
0babd1ea1a docs: Add worker2 time restriction documentation
f40fd66486 feat: Add time-restricted scheduling for worker2 (noise constraint)
Compare 2 commits »
root pushed to master at root/trading_bot_v4 2025-12-04 13:06:17 +00:00
76040fa82b docs: Add New Agent Quick Start section to copilot instructions
root pushed to master at root/trading_bot_v4 2025-12-04 12:29:43 +00:00
0798229582 docs: Add comprehensive reorganization summary
root pushed to master at root/trading_bot_v4 2025-12-04 11:59:49 +00:00
6bfb02aa81 docs: Update main README to reference new documentation structure
dc674ec6d5 docs: Add 1-minute simplified price feed to reduce TradingView alert queue pressure
Compare 2 commits »
root pushed to worktree-2025-12-04T09-54-11 at root/trading_bot_v4 2025-12-04 09:57:39 +00:00
b7b4707a64 docs: Add 1-minute webhook flooding analysis and solution
root created branch worktree-2025-12-04T09-54-11 in root/trading_bot_v4 2025-12-04 09:57:39 +00:00
root pushed to master at root/trading_bot_v4 2025-12-04 07:40:03 +00:00
4c36fa2bc3 docs: Major documentation reorganization + ENV variable reference
root pushed to master at root/trading_bot_v4 2025-12-03 22:03:51 +00:00
e48332e347 docs: Add verification status for Common Pitfall #53 fixes (Dec 3, 2025)
root pushed to master at root/trading_bot_v4 2025-12-03 19:34:53 +00:00
aa61194aa6 fix: Add TypeScript interface for Smart Validation Queue properties (Bug 5)
root pushed to master at root/trading_bot_v4 2025-12-03 19:23:30 +00:00
835fe176da docs: Add Common Pitfalls #70 & #71 - Bug 5 & Bug 1 fixes
root pushed to master at root/trading_bot_v4 2025-12-03 19:08:56 +00:00
785b09eeed critical: Fix Bug 1 (revenge external closures) & Bug 5 (validated entry bypass)