feat: 增加写模式协议的提示结构

This commit is contained in:
catlog22
2025-12-23 18:49:04 +08:00
parent 39056292b7
commit 16d4c7c646
2 changed files with 18 additions and 0 deletions

View File

@@ -2,7 +2,16 @@
## Mode Definition
**Mode**: `analysis` (READ-ONLY)
## Prompt Structure
```
PURPOSE: [development goal]
TASK: [specific implementation task]
MODE: [auto|write]
CONTEXT: [file patterns]
EXPECTED: [deliverables]
RULES: [templates | additional constraints]
```
## Operation Boundaries
### ALLOWED Operations

View File

@@ -1,5 +1,14 @@
# Write Mode Protocol
## Prompt Structure
```
PURPOSE: [development goal]
TASK: [specific implementation task]
MODE: [auto|write]
CONTEXT: [file patterns]
EXPECTED: [deliverables]
RULES: [templates | additional constraints]
```
## Operation Boundaries
### MODE: write