mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
feat: 增加写模式协议的提示结构
This commit is contained in:
@@ -2,7 +2,16 @@
|
|||||||
|
|
||||||
## Mode Definition
|
## Mode Definition
|
||||||
**Mode**: `analysis` (READ-ONLY)
|
**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
|
## Operation Boundaries
|
||||||
|
|
||||||
### ALLOWED Operations
|
### ALLOWED Operations
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
# Write Mode Protocol
|
# 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
|
## Operation Boundaries
|
||||||
|
|
||||||
### MODE: write
|
### MODE: write
|
||||||
|
|||||||
Reference in New Issue
Block a user