Update nexus: fix conflicts and sync local changes

This commit is contained in:
Shen Wei
2026-04-26 12:06:50 +08:00
parent 191797c01b
commit f09834b5a5
2443 changed files with 254323 additions and 255154 deletions

View File

@@ -1,27 +1,27 @@
---
title: "AgentFileFormat"
type: concept
tags: []
---
## Definition
Agent 定义文件采用 `.md` + YAML frontmatter 格式,是 Agency 项目与 GitHub Copilot 的共同标准文件格式。
## Core Properties
- **格式**`Markdown 文本 + YAML frontmatter 元数据`
- **Frontmatter 字段**(典型):`name``description``instructions``tools``model`
- **兼容平台**The Agency agents、GitHub Copilot agents、Cursor通过 `.mdc` 转换)
## Usage
1. **The Agency**:所有 agent 定义均使用此格式,存储于 `agency-agents/` 目录下
2. **GitHub Copilot**:直接读取 `.md` + YAML frontmatter无需转换
3. **Cursor**:通过 `install.sh --tool cursor` 转换为 `.mdc` 规则文件
## Aliases
- Agent Definition Format
- Agency Agent Format
## Related
- [[GitHubCopilot]] — 使用此格式的 IDE
- [[TheAgency]] — 使用此格式的核心项目
- [[Cursor]] — 支持此格式(需转换)的 IDE
---
title: "AgentFileFormat"
type: concept
tags: []
---
## Definition
Agent 定义文件采用 `.md` + YAML frontmatter 格式,是 Agency 项目与 GitHub Copilot 的共同标准文件格式。
## Core Properties
- **格式**`Markdown 文本 + YAML frontmatter 元数据`
- **Frontmatter 字段**(典型):`name``description``instructions``tools``model`
- **兼容平台**The Agency agents、GitHub Copilot agents、Cursor通过 `.mdc` 转换)
## Usage
1. **The Agency**:所有 agent 定义均使用此格式,存储于 `agency-agents/` 目录下
2. **GitHub Copilot**:直接读取 `.md` + YAML frontmatter无需转换
3. **Cursor**:通过 `install.sh --tool cursor` 转换为 `.mdc` 规则文件
## Aliases
- Agent Definition Format
- Agency Agent Format
## Related
- [[GitHubCopilot]] — 使用此格式的 IDE
- [[TheAgency]] — 使用此格式的核心项目
- [[Cursor]] — 支持此格式(需转换)的 IDE