Import and Export¶
QLens can import Markdown or JSON into a new canonical object:
qlens import notes.md --type observation --space RSP-000001
qlens import evidence.json --type evidence --space RSP-000001
It can export canonical records deterministically:
qlens export build/research.json --format json --space RSP-000001
qlens export build/research.md --format markdown --space RSP-000001
Portable QLens packages include canonical objects, schemas, indexes, manifests, and optional history. Use qlens pack-verify before accepting a package.