19 lines
588 B
Markdown
19 lines
588 B
Markdown
---
|
||
title: "Cursor"
|
||
type: entity
|
||
tags: []
|
||
last_updated: 2026-04-29
|
||
---
|
||
|
||
## Overview
|
||
Cursor 是基于 AI 的代码编辑器(基于 VS Code)。The Agency 将 Agent 转换为 `.mdc` 规则文件(Cursor 的原生配置格式),以项目级作用域安装。
|
||
|
||
## Key Facts
|
||
- Agent 格式:`.mdc`(Cursor 规则文件)
|
||
- 作用域:Project-Scoped(项目级)
|
||
- 安装方式:从项目根目录运行 `./scripts/install.sh --tool cursor`
|
||
- 前置步骤:无需 convert(直接转换)
|
||
|
||
## Sources
|
||
- [[OpenCode Integration]](`Agent/agency-agents/integrations/README.md`)
|