Skip to content

Releases: boriskin35/LoomRoute

LoomRoute v0.1.0

28 Jun 18:58

Choose a tag to compare

First public release of the lightweight, declarative context-routing framework for CLI-based AI coding agents (Claude Code, Qwen CLI, Opencode, Mimo CLI).

Key Features:

  • Context Gating: Keep your LLM agent context clean and isolated using the workspace directories (work/, individual/).
  • Dynamic Routing: Root Router Agent dynamically classifies user requests based on the triggers defined in registry.md.
  • Slash Commands: Preconfigured commands for system operations (/help, /troubleshoot), project management (/brief, /checks, /archive), and note taking (/note).
  • Method Karpati Integration: Enforce specs-driven workflow packets for robust code generation.