Add tree-sitter language support to omniweave end-to-end — wire the grammar + extractor, write tests, then benchmark extraction quality and retrieval value on 3 popular real-world repos. Use when the user runs /add-lang or asks to add/support a new language (e.g. Lua, Elixir, Zig, OCaml) in omniweave.
Benchmark OmniWeave retrieval quality on a real codebase by comparing agent behavior with vs without OmniWeave. Use when the user runs /agent-eval or asks to test, benchmark, audit, or validate a omniweave version (the local dev build or a published npm version) against a language's repo.
Repository instructions for working on OmniWeave, including its architecture, current project status, validation commands, and Git rules. OmniWeave is a code-analysis and workflow tool described by the repository materials.
A CLAUDE.md instruction file for coding agents working on OmniWeave, a code-analysis system that maps symbols, files, workflows, and connections between programs. It includes project status, architecture notes, testing information, and required Git rules.