ended9월 1일· 1 sources

Validate the manifest, reject on failure, and your plugin client is non-conformant

Why it matters

Agent Plugins 1.0.0 ships a JSON Schema for plugin.json . It sets additionalProperties: false . So the obvious loader is four lines: const manifest = JSON.parse(await readFile(join(dir, 'plugin.json')...

1
Sources
+0
24h
Growth
5d
Active

Sources

Related Issues