Drive the current entwurf development surface for GLG: list garden citizens, open a fresh visible Pi or Claude Code sibling, correlate its nonce callback to the exact garden id, send/reply through entwurfv2, reopen a dormant pi citizen under its own garden id with entwurfresumecall, and walk the whole…
Operate entwurf SemVer releases through four explicit modes: land, prepare, make, and publish. Use for pre-version exact-SHA CI landing, CHANGELOG and package preparation, static and LIVE gates, prepared-HEAD CI, exact artifact acceptance, tag and GitHub release creation, repair-dist-tag publication, and post-publish…
Instructions for junghan0611/entwurf, covering agents.md — maintainer guidelines for entwurf, north star — one forged screwdriver, architecture, hard rules and acp plugin boundary.
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.
Garden-native meta-bridge receive for Claude Code (entwurf 1.0.0). On every native session open the SessionStart hook idempotently upserts a meta-record at /meta-sessions/ .meta.json (making the native session a garden citizen addressable by garden id) and arms a per-garden idle-wake watch at <p.
Minimum plugin shape that entwurf's skillPlugins validator accepts. Copy this directory anywhere on disk, point skillPlugins at the absolute path, and add your own skills/ /SKILL.md siblings to hello/. The entwurf bridge does not require any other key in this manifest — additional fields are forwarded to t.
Smallest skill the Claude Agent SDK will load through entwurf's skillPlugins surface. Use it as a copy-and-rename template; replace this file with your own SKILL.md for each skill you ship.
Entwurf async receive mode for Claude Code — a portable, drop-in plugin that arms a PER-SESSION mailbox watch at SessionStart (watchPaths = $CCMAILBOXROOT/ /inbox.signal) so an IDLE subscription session can be woken by an addressed external file-write (agy send-message parity; pair with cc-enqueue-addresse.