vibeview.kinds¶
Kind registry — the four-rule partial-support contract (§2.5 of the design doc).
- Rule 1
Supported kinds are declared explicitly in a single constant.
- Rule 2
Unknown kinds are classified as “skipped, unsupported”; kinds the writer emits but the viewer doesn’t render yet are an explicit subset (DEFERRED_KINDS) surfaced as “skipped, not yet rendered”.
- Rule 3
Vendor-namespace sections (
x_<vendor>.*) get the vendor name extracted.- Rule 4
Implemented in qvf.py (sha256 verify-before-use guard).
Functions
|
Return |
|
Return True if this kind's binary data should be lazy-loaded. |