Claude adapter
Status, install flow, configuration surface, and known limitations of Alfred's Claude adapter.
Status
Adapter status: compatibility-contract — design doc plus the Anthropic MCP adapter.
Source package: packages/claude-adapter.
Install flow
- Run the installer. Alfred detects the active harness.
- Review the preview — it lists every file Alfred will write.
- Approve. Alfred writes the config and prints a summary.
- Restart Claude so the panel is registered.
Configuration surface
The Claude adapter reads .alfred/config.json and:
- Generates the agent panel under
.claude/agent/. - Materializes skills under
.claude/skill/with the same triggers. - Applies the permission policy unchanged.
Known limitations
- Configuration is loaded at startup — always restart Claude after applying generated harness config.
- Protected paths under the harness's own config directory
require
--force+ human approval. - Some Claude-specific features (e.g. provider-specific hotkeys) are not yet mapped to Alfred primitives.
Need something missing? Open an issue at
github.com/GOI17/issues
with the
adapter:claude label.