Skip to content

Commit 99eb6be

Browse files
kongchen1992meta-codesync[bot]
authored andcommitted
{Cleanup} Project Aria Plugins - Remove unused AGENTS.md, align Claude plugin metadata
Summary: Remove `AGENTS.md` — Codex discovers skills automatically via `.codex-plugin/plugin.json` `"skills": "./skills/"` and each SKILL.md frontmatter, so the file was redundant. Add missing optional metadata to Claude `plugin.json` (`author.url`, `homepage`, `repository`, `license`, `keywords`) to match the Codex `plugin.json`. ___ Differential Revision: D106687146 fbshipit-source-id: 73ef1abd3bff605f6960b95bc682f7756d0853f5
1 parent 5d5d994 commit 99eb6be

2 files changed

Lines changed: 13 additions & 17 deletions

File tree

projectaria_ark_plugin/.claude-plugin/plugin.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
"description": "Aria Research Kit (ARK) skills for building applications with Project Aria smart glasses. Covers data processing (VRS, MPS, calibration) and real-time webapp development (WebSocket streaming, 3D visualization, voice pipeline).",
44
"version": "1.0.0",
55
"author": {
6-
"name": "Project Aria Team"
7-
}
6+
"name": "Project Aria Team",
7+
"url": "https://www.projectaria.com/"
8+
},
9+
"homepage": "https://facebookresearch.github.io/projectaria_tools/gen2/",
10+
"repository": "https://github.com/facebookresearch/projectaria-plugins",
11+
"license": "Apache-2.0",
12+
"keywords": [
13+
"aria",
14+
"ark",
15+
"projectaria",
16+
"vrs",
17+
"mps"
18+
]
819
}

projectaria_ark_plugin/AGENTS.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)