# Task decomposition template

## Task -1 — Read-only analysis report
- Write `antigravity/ANALYSIS_REPORT_TEMPLATE.md` using the current Debug report.
- Do not change code in this run.

## Task 0 — Repro
- Run indexing on WL and capture Debug report.

## Task 1 — Inspect continuation response shape
- Add temporary logging of:
  - count of `appendContinuationItemsAction`
  - count of `reloadContinuationItemsCommand`
  - count of `onResponseReceivedActions`
  - count of `frameworkUpdates.entityBatchUpdate.mutations` (if present)
  - one example action keys path (keys only)

## Task 2 — Parser patch
- Update extractor to handle the actual action shape found in Task 1.
- Ensure items extracted normalize into the existing video schema.

## Task 3 — Verify
- Confirm 2+ continuation pages parse with items > 0.
- Confirm next token persists.
- Confirm popup browsing works and exports include >100 rows.

## Task 4 — Cleanup
- Reduce debug verbosity; keep useful summary lines.
