Immutable Event Model¶
QLens records important repository actions under repository/events/. Each event contains a unique ID, UTC timestamp, actor, affected OID, payload, correlation ID, and SHA-256 checksum.
Current event producers include object creation, lifecycle transition, governed patch application, imports, workflow start, and workflow advancement.
qlens events list
qlens events list --oid QST-000001
qlens events verify
qlens events replay --oid QST-000001
The event stream supports audit, replay, time-oriented NUR views, and future synchronization. It does not override Git history or canonical object files.