omh 0.6.0

Launch any coding harness, in a sandbox, with your setup already there.
1
2
3
4
5
6
{
  "on": "after-tool",
  "stack": "python",
  "tools": ["edit"],
  "run": "ruff format ."
}