Explorar el Código

debug: document reviewer package artifacts

refactor/stateful-streaming-extractor
Jan Svabenik hace 14 horas
padre
commit
8a2421c197
Se han modificado 1 ficheros con 21 adiciones y 0 borrados
  1. +21
    -0
      docs/audio-click-debug-notes-2026-03-24.md

+ 21
- 0
docs/audio-click-debug-notes-2026-03-24.md Ver fichero

@@ -808,6 +808,27 @@ This now points away from a simple "shared global input head is already zero" th
- `config.autosave.yaml` must be kept in sync with `config.yaml` or telemetry defaults can silently revert after restart.
- The most promising root-cause area is now the shared upstream/extractor-start boundary path, not downstream playback.

### Reviewer package artifacts created for second-opinion review

To support external/secondary review of the GPU extractor path, a focused reviewer package was created in the project root:
- `reviewer-gpu-extractor-package/`
- `reviewer-gpu-extractor-package.zip`
- `reviewer-gpu-extractor-package.json`

The package intentionally contains:
- relevant GPU extractor / kernel code
- surrounding host-path code needed for context
- current debug notes
- a reviewer brief
- a short reviewer prompt
- relevant config files used during live telemetry work

The JSON variant is uncompressed and stores all included package files as a single JSON document with repeated entries of:
- `path`
- `content`

This was created specifically so the same reviewer payload can be consumed by tools or APIs that prefer a single structured text file instead of a ZIP archive.

---

## Meta note


Cargando…
Cancelar
Guardar