omh 0.1.0

Launch any coding harness, in a sandbox, with your setup already there.
name    = "opencode"
bin     = "opencode"
install = "npm install -g opencode-ai"
creds   = ["$HOME/.local/share/opencode/"]
# What proves a login: a harness fills its config dir just by starting.
token   = ["$HOME/.local/share/opencode/auth.json"]

login   = "run `/login` inside opencode, then exit"

[capabilities.rules]
path   = "/work/AGENTS.md"
render = "concat"

[capabilities.skills]
path   = "$HOME/.config/opencode/skills"
render = "dir"

[capabilities.mcp]
path   = "$HOME/.config/opencode/opencode.json"
render = "opencode-json"
import = "$HOME/.config/opencode/opencode.json"

[capabilities.commands]
path   = "$HOME/.config/opencode/command"
render = "dir"

# no `subagents`, no `hooks` — omh reports these as dropped at launch