feat(wiki): complete all remaining 85 raw files ingestion (auto-script)

This commit is contained in:
2026-04-14 21:07:18 +08:00
parent 67baf7b39d
commit 36666fc9c4
161 changed files with 5572 additions and 368 deletions

View File

@@ -0,0 +1,39 @@
---
title: "Cursor 2.0初学者使用指南"
type: source
tags: [Cursor, AI IDE, AI编程]
date: 2025-03-17
---
## Source File
- [[raw/Vibe Coding/Cursor 2.0初学者使用指南.md]]
## Summary
- 核心主题Cursor 2.0 AI代码编辑器完整教程
- 问题域AI辅助编程、多代理并行、代码审查
- 方法/机制Plan模式规划 → Agent执行 → Diff审查 → Git版本控制
- 结论/价值AI代码生成即写入文件需先测试再确认保存
## Key Claims
- Cursor基于VS Code集成AI模型Composer比类似模型快4倍
- 代理模式Plan规划、Agent执行、Ask咨询仅回答不修改
- 代码生成即写入文件,未点撤销前持续保留,需先测试再确认
- 多代理并行:不同任务创建不同代理避免上下文混乱
- Diff视图查看AI改动逐个审查或整体接收
- 项目规则可设定AI自动生成文档注释等规范
- MCP服务器集成外部工具和API
## Key Concepts
- [[AI代码编辑器]]Cursor 2.0
- [[多代理并行]]:不同任务用不同代理
- [[代码审查Diff]]AI改动的逐个审查
## Key Entities
- [[Cursor]]AI增强代码编辑器
- [[MCP]]Model Context Protocol外部工具集成
## Connections
- [[Cursor-2.0初学者使用指南]] ← documents [[AI代码编辑器]]
## Contradictions
- 无冲突