What's New
Claude Code Marketplace Integration
Claude Code plugin is now installed via the native marketplace instead of embedded files. This means:
- Lighter binary — no more embedded claude-code plugin files in the engram binary
- Independent updates — plugin updates ship from the repo without needing a new engram release
- Proper integration —
claude plugin listshows engram correctly
Install Claude Code plugin
# One command via engram CLI
engram setup claude-code
# Or manually
claude plugin marketplace add Gentleman-Programming/engram
claude plugin install engramUpdate via Homebrew
brew upgrade engramChangelog
c333a15feat: add Claude Code marketplace manifest for plugin installation793042bdocs: update README with Claude Code marketplace install instructions68315b9docs: add prerequisite callout for binary install in OpenCode and Claude Code sections8162450refactor: use claude marketplace for plugin install, remove embedded claude-code files