QLens CLI¶
QLens 3.1 provides an operational repository engine with built-in command help and a complete, version-matched how-to guide.
qlens --help
qlens doctor
qlens repo validate
qlens new question "What remains unresolved?" --space RSP-000001
qlens list --type question
qlens show QST-000001
qlens search "correctable"
qlens query "space=RSP-000001 and status=active"
qlens transition QST-000001 collecting --note "Evidence collection started"
qlens graph QST-000001 --depth 2
qlens registry --check
qlens build
qlens build is the normal synchronization command. It validates canonical objects and graph references, builds machine-readable indexes and the deterministic registry, and generates NUR research views.
The CLI never treats generated workspace pages as canonical data. Canonical truth remains in repository/objects/.
Continue with the complete CLI command reference and end-to-end research workflow.