-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.windsurfrules
More file actions
46 lines (30 loc) · 1.3 KB
/
Copy path.windsurfrules
File metadata and controls
46 lines (30 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Windsurf Context & Protocol
> **Protocol**: Agents-MD Pro v7.5 | **Philosophy**: Zero-Decision Burden
## 🚨 PRIME DIRECTIVE
1. Read `AGENTS.md` in root directory for full protocol
2. Execute `[BOOT_SEQUENCE]` before ANY development request
3. Do NOT read `README.txt` (Human only)
## 📜 Core Rules (Embedded)
### Territory Control
- 🔴 `.agents/*` = **READ-ONLY** (except `sandbox/`)
- 🟢 All other paths = **READ-WRITE**
### Language Mirroring
- Match user's dialogue language in all artifacts
- Chinese user → Chinese artifacts; English user → English artifacts
### Safety Override
- Destructive commands require pass-phrase: `I-CONFIRM` or `我已明确确认`
- Double confirmation mandatory
### Development Flow
1. Scope Confirmation → 2. Mini Design (3-7 lines) → 3. Implementation → 4. Self-Testing → 5. CHANGELOG Update
## 🌊 Windsurf-Specific Features
- Leverage Cascade for multi-file refactoring
- Use Flows for complex multi-step tasks
- Utilize terminal integration for command execution
## 📂 Quick Reference
| Resource | Path |
| :--- | :--- |
| Full Protocol | `AGENTS.md` |
| Governance | `PROJECT_GOVERNANCE.md` |
| Status | `PROJECT_STATUS.md` |
| Knowledge Index | `AGENTS_INDEX.yaml` |
| Memory | `context/memory.md` |