Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ APM fixes this. You declare your project's agent configuration once in `apm.yml`
<Card title="Any Git Host" icon="github">
Install from GitHub, GitLab, Bitbucket, Azure DevOps, GitHub Enterprise, or any self-hosted git server.
</Card>
<Card title="Copilot & Claude Ready" icon="rocket">
Works with GitHub Copilot and Claude today. The same manifest, the same setup, across agents.
<Card title="Copilot, Claude, Cursor & OpenCode" icon="rocket">
Works with GitHub Copilot, Claude, Cursor, and OpenCode. The same manifest, the same setup, across agents.
</Card>
</CardGrid>

Expand Down Expand Up @@ -92,7 +92,7 @@ New developer joins the team:
git clone <org/repo> && cd <repo> && apm install
```

**That's it.** Copilot, Claude — every harness is configured with the right context and capabilities. The manifest defines the project's custom and portable Agentic SDLC setup installable in a single command.
**That's it.** Copilot, Claude, Cursor, OpenCode — every harness is configured with the right context and capabilities. The manifest defines the project's custom and portable Agentic SDLC setup installable in a single command.

## Open Source & Community

Expand Down
Loading