Report depth export readiness in CLI snapshots

This commit is contained in:
2026-06-05 21:09:03 +02:00
parent 3be7171010
commit 875a0127d9
5 changed files with 60 additions and 4 deletions

View File

@@ -551,6 +551,13 @@ agent or engineer to remove them without reconstructing context from chat.
document snapshot before retained `Canvas::export_depth` runs. The actual
1024x1024 perspective/depth rendering, readback, worker-thread behavior, and
the legacy `.png` path names carrying JPEG-encoded bytes remain open.
- 2026-06-05: DEBT-0010/DEBT-0036 were narrowed again.
`pano_cli plan-canvas-document-snapshot` now emits the same depth export
render-plan readiness as the live adapter. Metadata-only snapshots report
depth export unavailable until renderer payload readback is captured;
payload-complete snapshots report the 1024x1024 merged-face and per-layer
depth draw counts while still marking final depth image readback as
renderer-owned.
## Open Debt