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,38 +1,38 @@
# Cursor Integration
Converts the full Agency roster into Cursor `.mdc` rule files. Rules are
**project-scoped** — install them from your project root.
## Install
```bash
# Run from your project root
cd /your/project
/path/to/agency-agents/scripts/install.sh --tool cursor
```
This creates `.cursor/rules/<agent-slug>.mdc` files in your project.
## Activate a Rule
In Cursor, reference an agent in your prompt:
```
@frontend-developer Review this React component for performance issues.
```
Or enable a rule as always-on by editing its frontmatter:
```yaml
---
description: Expert frontend developer...
globs: "**/*.tsx,**/*.ts"
alwaysApply: true
---
```
## Regenerate
```bash
./scripts/convert.sh --tool cursor
```
# Cursor Integration
Converts the full Agency roster into Cursor `.mdc` rule files. Rules are
**project-scoped** — install them from your project root.
## Install
```bash
# Run from your project root
cd /your/project
/path/to/agency-agents/scripts/install.sh --tool cursor
```
This creates `.cursor/rules/<agent-slug>.mdc` files in your project.
## Activate a Rule
In Cursor, reference an agent in your prompt:
```
@frontend-developer Review this React component for performance issues.
```
Or enable a rule as always-on by editing its frontmatter:
```yaml
---
description: Expert frontend developer...
globs: "**/*.tsx,**/*.ts"
alwaysApply: true
---
```
## Regenerate
```bash
./scripts/convert.sh --tool cursor
```