Skip to content

LoomRoute v0.1.0

Latest

Choose a tag to compare

@boriskin35 boriskin35 released this 28 Jun 18:58
· 10 commits to main since this release

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.