14 lines
722 B
JSON
14 lines
722 B
JSON
{
|
|
"feature_id": "F-065",
|
|
"agent": "reviewer",
|
|
"verdict": "APPROVED",
|
|
"summary": "Six search inputs (header + search page + four admin filters) now carry both id and name. Names use the meaningful 'q' convention. The rendered HTML on the storefront matches: id=site-search, name=q.",
|
|
"evidence": [
|
|
"git diff — six files, each adding id (and name where the field is a search form) to the input",
|
|
"curl / on port 3003 → <input type=\"search\" id=\"site-search\" ... name=\"q\" value=\"\"/>",
|
|
"curl /search on port 3003 → header + page inputs both have id+name",
|
|
"npx tsc --noEmit (frontend / admin) — exit 0",
|
|
"./scripts/verify.sh — exit 0"
|
|
],
|
|
"timestamp": "2026-08-19T15:30:00Z"
|
|
} |