Files
jwaldrip d1b1579932 feat: add multi-agent setup command and config files
Add `han setup` CLI command that generates config files for non-Claude-Code
agents (Codex, Kiro, Gemini CLI, OpenCode). Also adds config files to the
Han repo itself so any agent can use Han immediately.

Config files include context injection instructions telling agents to run
`han hook dispatch SessionStart` for plugin context loading.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 15:52:25 -07:00

5 lines
88 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-plugin-han"]
}