Add agentic development setup#18
Closed
zbowling wants to merge 1 commit into
Closed
Conversation
7cace3e to
59a5f10
Compare
Adds repository instructions, MCP configuration, VS Code/Cursor extension recommendations, and setup docs for Meta Quest Agentic Tools.
59a5f10 to
5d13e19
Compare
Author
|
Apologies for the noise on the public side. This repo has an internal source-of-truth in fbsource, so re-filed there: D106572862. Closing this public PR — the change will reach this repo via the normal shipit internal-to-public mirror once the internal diff lands. |
Author
|
Filed internally as D106572862. |
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.
Summary
This PR makes the sample repository agent-ready for Meta Quest / Horizon OS development.
It adds:
AGENTS.md(tailored to this sample)hzdb(.mcp.json,.vscode/mcp.json,.cursor/mcp.json).vscode/extensions.json)CLAUDE.md), Gemini (GEMINI.md), Cursor (.cursor/rules/*), GitHub Copilot (.github/copilot-instructions.md,.github/instructions/*,.github/prompts/*), Cline (.clinerules/*), Roo (.roo/rules/*), Windsurf (.windsurfrules), OpenCode (opencode.jsonc,.opencode/commands/*), and Aider (.aider.conf.yml)docs/AGENTIC_SETUP.md)Recommended VS Code / Cursor extension:
https://marketplace.visualstudio.com/items?itemName=meta.meta-vr-dev
Meta Quest Agentic Tools:
https://github.com/meta-quest/agentic-tools
Test plan
.mcp.json,.vscode/mcp.json,.vscode/extensions.json,.cursor/mcp.json,opencode.jsonc)meta.meta-vr-devappears in.vscode/extensions.json@meta-quest/hzdbappears in.mcp.json,.vscode/mcp.json,.cursor/mcp.jsonREADME.mdmentions the Meta Horizon extensionNotes
This PR keeps repository-local instructions small and points to the central Meta Quest Agentic Tools repository for the full toolchain.