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.
Claude Code