docs(architecture): update AI assistant documentation and project structure
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user