Commit 0a06d08
committed
docs(plans): revise v0.6.2 plan per subagent review (1 Crit, 3 Imp, 2 Min)
Reviewer subagent findings applied:
- Critical: Task 4 single-char test dropped the onQueryChange assertion
(clearedRef initial state made it fire nothing on empty→1char
transition); test now only asserts api.search is not called.
- Important: Task 5 TagSidebarProps.mode made optional with default
"all"; destructuring adds `mode = "all"` so existing tests (which
don't pass mode) still pass TypeScript.
- Important: Task 6 import snippet no longer re-imports SearchHit
(already in current App.tsx line 11; duplicate would fail
no-duplicate-imports ESLint rule).
- Important: Task 6 explicitly instructs removal of the old `counts`
derivation block (lines 162-167) to prevent unused-variable
lint error under `eslint -D warnings`.
- Minor: Task 6 expected test count corrected 26→22 (search.test has
9+4+9 after Tasks 1-3).
- Minor: Task 8 close-issue comment uses current spec hash 92f520f
instead of stale bc451d8.
Plan now ready for execution.1 parent eaac47d commit 0a06d08
1 file changed
Lines changed: 23 additions & 8 deletions
Lines changed: 23 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
583 | 587 | | |
584 | | - | |
585 | 588 | | |
586 | 589 | | |
587 | 590 | | |
| |||
965 | 968 | | |
966 | 969 | | |
967 | 970 | | |
968 | | - | |
969 | | - | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
970 | 974 | | |
971 | 975 | | |
972 | 976 | | |
973 | | - | |
| 977 | + | |
974 | 978 | | |
975 | 979 | | |
976 | 980 | | |
| |||
984 | 988 | | |
985 | 989 | | |
986 | 990 | | |
987 | | - | |
| 991 | + | |
988 | 992 | | |
989 | 993 | | |
990 | 994 | | |
| |||
1179 | 1183 | | |
1180 | 1184 | | |
1181 | 1185 | | |
1182 | | - | |
1183 | 1186 | | |
1184 | 1187 | | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
1185 | 1200 | | |
1186 | 1201 | | |
1187 | 1202 | | |
| |||
1196 | 1211 | | |
1197 | 1212 | | |
1198 | 1213 | | |
1199 | | - | |
| 1214 | + | |
1200 | 1215 | | |
1201 | 1216 | | |
1202 | 1217 | | |
| |||
1528 | 1543 | | |
1529 | 1544 | | |
1530 | 1545 | | |
1531 | | - | |
| 1546 | + | |
1532 | 1547 | | |
1533 | 1548 | | |
1534 | 1549 | | |
| |||
0 commit comments