entwurf-meta-receive-copilot
v0.1.0Garden-native meta-bridge BIRTH for GitHub Copilot CLI (entwurf, #82). Copilot's hook schema has no `args` array and its exec form is a single `exec` string, so this unit is a sibling of entwurf-meta-receive rather than a variant of it. On the first prompt of a Copilot session (measured: sessionStart is deferred to the first prompt, userPromptSubmitted fires just before it) the hook idempotently upserts a meta-record at <pi-agent-dir>/meta-sessions/<garden-id>.meta.json, making the Copilot session a garden citizen addressable by garden id. It also writes a SENDER marker keyed to the Copilot host pid, so the session's MCP children can say which citizen is calling. This birth unit does NOT arm a receiver, and that stays true now that one exists: Copilot's doorbell is a forked first-party EXTENSION (installed separately with 'run.sh install-copilot-receive'), and only the process holding that watch may claim it. Birth gives identity and who-sent; the extension gives replyability. Installed via the meta-bridge local marketplace into Copilot; do NOT hand-edit.
28 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install entwurf-meta-receive-copilot for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install entwurf-meta-receive-copilot@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/junghan0611/entwurfClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is pi/meta-bridge-copilot/entwurf-meta-receive-copilot/.
Plugin files
└── .claude-plugin/plugin.json
Plugin manifests1
{
"name": "entwurf-meta-receive-copilot",
"version": "0.1.0",
"description": "Garden-native meta-bridge BIRTH for GitHub Copilot CLI (entwurf, #82). Copilot's hook schema has no `args` array and its exec form is a single `exec` string, so this unit is a sibling of entwurf-meta-receive rather than a variant of it. On the first prompt of a Copilot session (measured: sessionStart is deferred to the first prompt, userPromptSubmitted fires just before it) the hook idempotently upserts a meta-record at <pi-agent-dir>/meta-sessions/<garden-id>.meta.json, making the Copilot session a garden citizen addressable by garden id. It also writes a SENDER marker keyed to the Copilot host pid, so the session's MCP children can say which citizen is calling. This birth unit does NOT arm a receiver, and that stays true now that one exists: Copilot's doorbell is a forked first-party EXTENSION (installed separately with 'run.sh install-copilot-receive'), and only the process holding that watch may claim it. Birth gives identity and who-sent; the extension gives replyability. Installed via the meta-bridge local marketplace into Copilot; do NOT hand-edit."
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[entwurf-meta-receive-copilot on Agent Plugins Marketplace](https://pluginsmp.com/plugins/entwurf-meta-receive-copilot)