Skip to content

Add agentic development setup#25

Open
zbowling wants to merge 1 commit into
meta-quest:mainfrom
zbowling:add-agentic-tooling
Open

Add agentic development setup#25
zbowling wants to merge 1 commit into
meta-quest:mainfrom
zbowling:add-agentic-tooling

Conversation

@zbowling

Copy link
Copy Markdown
Member

Summary

This PR makes the sample repository agent-ready for Meta Quest / Horizon OS development.

It adds:

  • shared agent instructions in AGENTS.md (tailored to this sample)
  • MCP configuration for hzdb (.mcp.json, .vscode/mcp.json, .cursor/mcp.json)
  • VS Code / Cursor recommendation for the Meta Horizon extension (.vscode/extensions.json)
  • client-specific shims for Claude (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)
  • setup documentation for Meta Quest Agentic Tools (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

  • JSON configuration files validate (.mcp.json, .vscode/mcp.json, .vscode/extensions.json, .cursor/mcp.json, opencode.jsonc)
  • meta.meta-vr-dev appears in .vscode/extensions.json
  • @meta-quest/hzdb appears in .mcp.json, .vscode/mcp.json, .cursor/mcp.json
  • No runtime source code changes; no lockfile or build manifest changes
  • README.md mentions the Meta Horizon extension

Notes

This PR keeps repository-local instructions small and points to the central Meta Quest Agentic Tools repository for the full toolchain.

Copilot AI review requested due to automatic review settings May 27, 2026 20:22
@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 27, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds AI coding agent configuration files and documentation to the repository, enabling integration with Meta Quest Agentic Tools and the hzdb MCP server across multiple AI coding clients (VS Code/Copilot, Cursor, Claude, Gemini, Cline, Roo, Windsurf, OpenCode, Codex, Aider).

Changes:

  • Adds a top-level AGENTS.md plus per-client instruction/rule files for various AI coding agents.
  • Adds MCP server configuration (.mcp.json, .cursor/mcp.json) pointing to @meta-quest/hzdb.
  • Documents the agentic setup in README.md and docs/AGENTIC_SETUP.md.

Reviewed changes

Copilot reviewed 18 out of 18 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
AGENTS.md Canonical agent instructions for the RATK repo and Meta Quest tooling.
CLAUDE.md Claude-specific instructions pointing to AGENTS.md.
GEMINI.md Gemini CLI-specific instructions and setup commands.
README.md Adds "Agent-ready development" section.
docs/AGENTIC_SETUP.md New doc describing client/MCP setup matrix.
.mcp.json MCP server config for hzdb.
.cursor/mcp.json Cursor MCP server config.
.cursor/rules/meta-quest-agentic-tools.mdc Cursor rule file.
.github/copilot-instructions.md Copilot instructions.
.github/instructions/meta-quest.instructions.md Copilot scoped instructions.
.github/prompts/debug-on-quest.prompt.md Copilot prompt for device debugging.
.github/prompts/setup-meta-quest-agentic-tools.prompt.md Copilot prompt for setup.
.clinerules/meta-quest-agentic-tools.md Cline rule file.
.roo/rules/meta-quest-agentic-tools.md Roo Code rule file.
.windsurfrules Windsurf rules.
.opencode/commands/setup-meta-quest-tools.md OpenCode command.
opencode.jsonc OpenCode config pointing to AGENTS.md.
.aider.conf.yml Aider config to auto-read AGENTS.md.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread AGENTS.md Outdated
Comment on lines +64 to +66
# Agent Instructions for this Meta Quest / Horizon OS Sample

This repository is a Meta Quest / Horizon OS sample. When helping with this repo, prefer the official Meta Quest Agentic Tools and the `hzdb` MCP server before giving generic Android, Unity, Unreal, OpenXR, or device-debugging advice.
Comment thread docs/AGENTIC_SETUP.md Outdated
| Cline | `.clinerules/*`, `AGENTS.md` | Use `AGENTS.md`; configure MCP if supported |
| Roo Code | `.roo/rules/*`, `AGENTS.md` | Use `AGENTS.md`; configure MCP if supported |
| Windsurf | `.windsurfrules` | `npx -y @meta-quest/hzdb mcp install windsurf` |
| OpenCode | `opencode.jsonc`, `.opencode/*` | `npx -y @meta-quest/hzdb mcp install open-code` |
Comment thread AGENTS.md Outdated
Comment on lines +38 to +40
import { ARButton, RealityAccelerator } from 'ratk';

ARButton.convertToARButton(arButton, renderer, {

For this repository, prefer Meta Quest Agentic Tools, the Meta Horizon VS Code/Cursor extension, and the `hzdb` MCP server.

Do not treat this as a generic Android, Unity, Unreal, or OpenXR project until you inspect the files and identify the framework. Use Quest/Horizon OS-specific tooling where available.
@zbowling zbowling force-pushed the add-agentic-tooling branch 9 times, most recently from a382df2 to 366eb3f Compare May 28, 2026 01:26
Adds repository instructions, MCP configuration, VS Code/Cursor extension recommendations, and setup docs for Meta Quest Agentic Tools.
@zbowling zbowling force-pushed the add-agentic-tooling branch from 366eb3f to 6e7bb90 Compare May 28, 2026 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants