-
Notifications
You must be signed in to change notification settings - Fork 1
Home
shipking-ai edited this page Sep 3, 2026
·
2 revisions
An agent harness for OmniRoute. It analyzes a task, picks a strategy, runs agents against whatever model the gateway routes to, verifies the result, and repairs what didn't work. There's a scriptable Go CLI and a TypeScript terminal UI, published together on one version line.
This wiki is a reference. For the day-to-day stuff — how to build it, what the gate is, how to open a PR — see CONTRIBUTING.md in the repo; it doesn't need duplicating here.
-
Architecture — the two trees, the packages, why
internal/gatewayis the only place that talks to OmniRoute. - Security Model — what's guaranteed, what's deliberately left open, and why.
-
Plugin Format — how a Claude Code plugin directory loads here unchanged, and how it differs from an
OMNIHARNESS.mdskill. - FAQ — the questions that came up enough to write down.
- README — install, quickstart
- CONTRIBUTING — the build, the gate, how to open a PR
- SECURITY — the same content as the Security Model page, kept in the repo because that's where GitHub's own reporting flow expects to find it
- Discussions — questions, ideas, what would help
- Issues — bugs