[docs] Update docs landing page to include Cursor and OpenCode#310
Open
danielmeppiel wants to merge 1 commit intomainfrom
Open
[docs] Update docs landing page to include Cursor and OpenCode#310danielmeppiel wants to merge 1 commit intomainfrom
danielmeppiel wants to merge 1 commit intomainfrom
Conversation
Align index.mdx with README headline added in #308 which lists GitHub Copilot, Claude Code, Cursor, and OpenCode as supported targets. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the docs landing page to reflect broader runtime support, explicitly including Cursor and OpenCode alongside Copilot and Claude.
Changes:
- Update the homepage feature card to mention Cursor and OpenCode support.
- Update the quick-start “That’s it” statement to include Cursor and OpenCode in the list of configured runtimes.
Comments suppressed due to low confidence (1)
docs/src/content/docs/index.mdx:95
- This sentence now includes OpenCode in the “That's it” promise after running
apm install, but OpenCode instructions requireapm compileto generateAGENTS.md. Consider either removing OpenCode from this claim or adding a short qualifier so the quick start doesn’t overpromise for OpenCode users when packages include instructions.
**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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2026-03-15
This PR updates the documentation landing page based on features merged in the last 24 hours.
Features Documented
Changes Made
docs/src/content/docs/index.mdxto list Cursor and OpenCode alongside GitHub Copilot and Claude in the feature card and body text, consistent with the README headline updated in docs: add OpenCode to README #308Merged PRs Referenced
Notes
PR #308 updated the README to mention OpenCode in the headline (
GitHub Copilot · Claude Code · Cursor · OpenCode) and in the Highlights compile description. The Starlight docs site's landing page (index.mdx) retained the older "Copilot & Claude Ready" card and "Copilot, Claude —" body text. This PR brings the landing page into parity.All other Starlight docs pages (
guides/compilation.md,reference/cli-commands.md,introduction/what-is-apm.md,integrations/ide-tool-integration.md, etc.) already mention Cursor and OpenCode comprehensively — only the landing page needed updating.