git:20251125.79ed510 to git:20251221.3d1c430

5 added, 5 removed. Audit A to A.

---
- name: test-json-sql-query-web
- description: Test JSON SQL primitives with query-web output
+ name: test-json-sql-search-web
+ description: Test JSON SQL primitives with search-web output
type: plan
manual_only: true
parameters: []
---
- # test-json-sql-query-web
+ # test-json-sql-search-web
- Tests JSON SQL primitives (project, pluck, filter-structured, sort) with real query-web output.
+ Tests JSON SQL primitives (project, pluck, filter-structured, sort) with real search-web output.
## What it tests
- - query-web returns Collection of Notes
+ - search-web returns Collection of Notes
- project extracts metadata.uri, metadata.domain, char_count
- pluck extracts first URI
- filter-structured filters by char_count > 100
- sort orders by char_count descending