@guildex.net/adapter-claude-code
v0.3.1
Published
DAP -> Claude Code subagent compiler. Turns a DAP YAML doc into a non-invasive install bundle (a single guildex-<id>.md subagent file) for Anthropic Claude Code (~/.claude/agents/).
Readme
@guildex.net/adapter-claude-code
DAP -> Claude Code subagent compiler. Sprint 8.
Compiles a validated DAP document (per /dap/spec.md) into an
InstallBundle consumable by @guildex.net/install --target claude-code.
The bundle is a single guildex-<id>.md Claude Code subagent file
(per Anthropic Claude Code's ~/.claude/agents/ discovery convention).
The compiler is side-effect free. The install CLI writes the file to
~/.claude/agents/guildex-<id>.md and a sibling INSTALL_LOG.json so
uninstall is exact. No settings.json is ever touched — Claude Code
auto-discovers subagents by scanning the directory, so no registration
is needed.
See /CLAUDE.md "non-invasive install contract" and /dap/spec.md for
the protocol surface this maps from.
