📄 1. The manifest.json Structure
Every plugin published to HiroshiHub must declare a root manifest.json using the following schema:
⚙️ 2. Subprocess RPC Bridge
When a plugin tool is triggered:- Hiroshi boots the configured
entrypointscript inside a sandboxed container. - Communications are routed via standard I/O (stdin/stdout) pipelines using standard JSON-RPC 2.0 frames.