mirror of
https://github.com/TheBushidoCollective/han.git
synced 2026-09-14 20:16:44 +08:00
d1b1579932
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>
5 lines
88 B
JSON
5 lines
88 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"plugin": ["opencode-plugin-han"]
|
|
}
|