docs(architecture): update AI assistant documentation and project structure

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Krypto Kajun
2025-09-14 10:10:39 -05:00
parent a410f637cd
commit 5db7587923
6 changed files with 72 additions and 346 deletions

View File

@@ -49,7 +49,10 @@ This document provides a summary of the MEV bot project structure and components
│ │ └── scanner.go
│ └── uniswap/
│ └── pricing.go
├── QWEN.md # Qwen Code context file
├── CLAUDE.md # Complete project documentation and Claude context (comprehensive example)
├── GEMINI.md # Gemini context (simplified, references CLAUDE.md)
├── OPENCODE.md # OpenCode context (simplified, references CLAUDE.md)
├── QWEN.md # Qwen Code context (simplified, references CLAUDE.md)
├── README.md # Project overview
└── scripts/ # Scripts for building, testing, and deployment
├── build.sh
@@ -100,4 +103,4 @@ This document provides a summary of the MEV bot project structure and components
## Development
Use the prompts in the `@prompts/` directory with your AI coding assistant for help with specific aspects of the project.
Use the prompts in the `@prompts/` directory with your AI coding assistant for help with specific aspects of the project. For complete documentation, refer to CLAUDE.md which contains the comprehensive project documentation.