commit 421945c9e55d41cc93be9a2f1fe11b0b31aef1da Author: LLM Harness Date: Sat Apr 25 22:53:53 2026 +0200 Initial: Universal LLM harness system diff --git a/README.md b/README.md new file mode 100644 index 0000000..abe814c --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Universal LLM Harness System + +Generic entry points and loaders for different LLM tools. + +## Structure +- MANIFEST.md: Task routing (which model for what) +- CLAUDE.md: Claude CLI entry point +- AGENT.md: Generic agent entry point +- GEMINI.md: Gemini entry point +- LOADER.sh: Universal module loader +- templates/: Reusable templates +- examples/: Reference implementations +