morphir kb query
- Usage:
morphir kb query <FLAGS>
Run read-only SQL over the index
Flags
--kb <PATH>— Path to the knowledge base root (the directory holding bundles/). Auto-detected when omitted--json— Emit JSON instead of text, for chaining and for agent consumption--sql <SQL>— SQL to run. Read-only: SELECT, WITH, PRAGMA or EXPLAIN--db <DB>— Database path (default: .dev/kb/index.db under the repository root)